Skip to content

Releases: holochain/tryorama

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.

v0.10.0

22 Dec 00:59
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: Upgrade to Holochain 0.1.0-beta-rc.1
  • BREAKING CHANGE: Upgrade to Holochain client v0.11

v0.9.2

12 Dec 23:13
Compare
Choose a tag to compare

Added

  • Admin API calls "get_dna_definition" & "grant_zome_call_capability" to TryCP conductor.

Changed

  • Upgrade Holochain client to v0.10.3
  • Upgrade test zome to Holochain v0.0.175