Skip to content

Releases: holochain/tryorama

v0.9.1

26 Oct 19:33
Compare
Choose a tag to compare

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

01 Oct 12:01
Compare
Choose a tag to compare

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

13 Sep 02:38
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: Replace occurrences of uid by network_seed, in alignment with the renaming in Holochain.

v0.7.0

06 Sep 15:15
Compare
Choose a tag to compare

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

08 Jul 01:34
Compare
Choose a tag to compare

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

06 Jul 23:57
Compare
Choose a tag to compare

Changed

  • Holochain: Upgrade Holochain & @holochain/client & replace Element/Header with Action/Record #142

v0.5.9

02 Jul 03:17
Compare
Choose a tag to compare

Added

  • Common: expose the optional properties field from RegisterDnaRequest when installing DNAs through addPlayerWithHapp PR #135

v0.5.8

22 Jun 22:18
Compare
Choose a tag to compare

Fixed

  • Local conductor: bring back stdout debug logs #134

v0.5.7

21 Jun 23:46
eada10f
Compare
Choose a tag to compare

Added

Common: optional timeout for zome calls #130

Fixed

Local conductor: log conductor startup only once and at correct moment #130

v0.5.6

16 Jun 18:49
79a7b51
Compare
Choose a tag to compare

Fixed

  • Local conductor: subscribe to all messages to stderr. #125
  • Local conductor: log as info instead of as error. #125