Skip to content

Releases: holochain/tryorama

v0.18.0-rc.1

11 Apr 13:24
a70a162
Compare
Choose a tag to compare
v0.18.0-rc.1 Pre-release
Pre-release

Fixed

  • Fix js-yaml still included as a dev-dependency

v0.18.0-rc.0

10 Apr 02:19
Compare
Choose a tag to compare
v0.18.0-rc.0 Pre-release
Pre-release

Added

  • NetworkConfig with options to configure gossip in conductors and scenarios.

Removed

  • TryCP server, client and test utilities for TryCP conductors.

Changed

  • Update to @holochain/[email protected] and update types accordingly.
  • Remove tape as test runner and switch to native NodeJS test runner and assertion library.

v0.18.0.dev.4

12 Feb 16:07
Compare
Choose a tag to compare
v0.18.0.dev.4 Pre-release
Pre-release

Fixed

  • Local: Conductor startup string parsing. This lead to flaky tests because the client attempted to connect to Holochain before it was fully started up.

v0.17.1

12 Feb 16:11
Compare
Choose a tag to compare

Fixed

  • Local: Conductor startup string parsing. This lead to flaky tests because the client attempted to connect to Holochain before it was fully started up.

v0.17.0

18 Dec 17:33
920d9bb
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

Changed

  • Updated to Holochain v0.4.0

v0.17.0-rc.0

18 Dec 14:25
c15f099
Compare
Choose a tag to compare
v0.17.0-rc.0 Pre-release
Pre-release

Added

  • Support new roles_settings field in AppOptions.

Changed

  • Update dependencies to Holochain v0.4.0-rc.2

Fixed

  • Disable unstable DPKI.
  • Disable tests with unstable features.

v0.18.0-dev.2

25 Nov 14:19
Compare
Choose a tag to compare
v0.18.0-dev.2 Pre-release
Pre-release

Changed

  • Update JS client due to modified zome call signing.

v0.18.0-dev.1

15 Nov 02:34
Compare
Choose a tag to compare
v0.18.0-dev.1 Pre-release
Pre-release

Fixed

  • Disable unstable DPKI.
  • Disable tests with unstable features.

v0.18.0-dev.0

11 Oct 00:49
Compare
Choose a tag to compare
v0.18.0-dev.0 Pre-release
Pre-release

Changed

  • Update dependencies to Holochain v0.5.0-dev.0

v0.17.0-dev.6

02 Oct 14:45
fda0862
Compare
Choose a tag to compare
v0.17.0-dev.6 Pre-release
Pre-release

Added

  • Support for DPKI in Holochain. DPKI is a Holochain conductor service to manage agent keys. Within a scenario there are two new member properties noDpki and dpkiNetworkSeed. Set noDpki to true to disable DPKI for the scenario. If DPKI is enabled, a network seed for the DPKI service can be set with dpkiNetworkSeed.
  • Admin API call RevokeAgentKey to revoke an agent key. Once revoked, all cells of the app are read-only and the agent can no longer write to it.

Fixed

  • TryCP: Conductor startup failed silently. Errors are returned now, conductor startup ensured and conductor process only kept alive if startup was successful.
  • TryCP: Admin port assignment did not check if TCP ports were actually free.