Releases: holochain/tryorama
Releases · holochain/tryorama
v0.9.1
Compatible with Holochain v0.0.165 and up
Added
- TryCP: Add partialConfig parameter to ClientsPlayersOptions.
- TryCP: Add shortcut function
stopAllTryCpServers
to shutdown multiple TryCP servers.
v0.9.0
Added
- TryCP: Calls for clone cell management
- Tests of clone cell management for local and TryCP conductors
Removed
- TryCP: Deprecated Admin API request to create clone cells
Changed
- BREAKING CHANGE: Upgrade to Holochain JS client v0.9.2 with clone cell features
- Upgrade to Holochain v0.0.165
v0.8.0
Changed
- BREAKING CHANGE: Replace occurrences of
uid
by network_seed
, in alignment with the renaming in Holochain.
v0.7.0
Changed
- BREAKING CHANGE: Upgrade to Holochain v0.0.157 and thereby to Lair v0.2.0. CAUTION: No backward compatibility to previous versions of Lair. Use Tryorama < v0.7.0 for Lair < v0.2.0.
v0.6.2
Added
- feat(common): add app and role id options to hApp installation
- feat(common): add mem-proofs to installAgentsHapps (#139)
- feat(trycp): add multiple clients by array of URLs
- feat(trycp): add multiple clients/players
Fixed
- fix(trycp): allow for multiple hosts in scenario (#136)
v0.6.0
Changed
- Holochain: Upgrade Holochain & @holochain/client & replace Element/Header with Action/Record #142
v0.5.9
Added
- Common: expose the optional properties field from
RegisterDnaRequest
when installing DNAs through addPlayerWithHapp
PR #135
v0.5.8
Fixed
- Local conductor: bring back stdout debug logs #134
v0.5.7
Added
Common: optional timeout for zome calls #130
Fixed
Local conductor: log conductor startup only once and at correct moment #130
v0.5.6
Fixed
- Local conductor: subscribe to all messages to stderr. #125
- Local conductor: log as info instead of as error. #125