Skip to content

Releases: holochain/tryorama

v0.14.0-rc.0

23 May 03:06
Compare
Choose a tag to compare
v0.14.0-rc.0 Pre-release
Pre-release

Added

  • BREAKING CHANGE: Command to start local signaling server has changed to spawn local bootstrap server too. Both local and TryCP conductors have been adapted accordingly.

Changed

  • Upgrade to compatibility with Holochain v0.2.1-beta-dev.0.

v0.13.0

08 May 17:36
Compare
Choose a tag to compare

Added

  • Utility function to wait until all players' integrated DhtOps are identical for a DNA.
  • BREAKING CHANGE: Local signal server for both local (required) and TryCP conductors (optional).

Changed

  • runScenario catches and outputs error occurring during the test run.
  • BREAKING CHANGE: Upgrade to Holochain v0.2.0 and compatible JS client.

v0.11.2

14 Feb 22:51
Compare
Choose a tag to compare

Changed

  • Output Holochain traces at info log level by default. Before log level needed to be set to debug for traces to appear.
  • Switch to Nix flake for develop environment. Run nix develop from now on instead of nix-shell. Pass on --extra-experimental-features nix-command --extra-experimental-features flakes or enable these features for your user in ~/.config/nix/nix.conf.

v0.11.1

04 Feb 02:51
Compare
Choose a tag to compare

Changed

  • Upgrade JS client to latest minor version (v0.12.0).

v0.11.0

27 Jan 17:23
Compare
Choose a tag to compare

Compatible with Holochain v0.1.0

Changed

  • Upgrade JS client to v0.12.0

v0.10.5

24 Jan 00:54
Compare
Choose a tag to compare

Changed

  • Update to Holochain 0.1.0-beta-rc.4
  • Update to JS client v0.11.15

v0.10.4

16 Jan 21:46
Compare
Choose a tag to compare

Changed

  • Update to JS client v0.11.13 that fixes a problem with Nodejs v16.

v0.10.3

16 Jan 16:32
Compare
Choose a tag to compare

Changed

  • Update to JS client v0.11.12 that removes a node scheme import.

v0.10.2

15 Jan 19:19
Compare
Choose a tag to compare

Added

  • AppAgentWebsocket to local conductor. Available under conductor.appAgentWs() after connecting with conductor.connectAppAgentInterface(appId) (default now for Scenario.addPlayerWithApp()).

Removed

  • Removed type and data from signals as per client update.

v0.10.1

23 Dec 22:40
Compare
Choose a tag to compare

Added

  • Support for wildcards in GrantedFunctions.

Changed

  • Automatically sign zome calls without manual authorization of signing credentials.