Releases: holochain/tryorama
Releases · holochain/tryorama
v0.14.0-rc.0
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
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
Changed
- Output Holochain traces at
info
log level by default. Before log level needed to be set todebug
for traces to appear. - Switch to Nix flake for develop environment. Run
nix develop
from now on instead ofnix-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
v0.11.0
v0.10.5
v0.10.4
v0.10.3
v0.10.2
Added
- AppAgentWebsocket to local conductor. Available under
conductor.appAgentWs()
after connecting withconductor.connectAppAgentInterface(appId)
(default now forScenario.addPlayerWithApp()
).
Removed
- Removed
type
anddata
from signals as per client update.