Releases: holochain/tryorama
Releases · holochain/tryorama
v0.16.0
v0.17.0-dev.1
Added
- New call
AppRequest::ProvideMemproofs
. An app can be installed with deferred membrane proofs, which can later be provided through this call.
v0.16.0-dev.8
v0.16.0-dev.8
v0.16.0-dev.7
v0.16.0-dev.7
v0.17.0-dev.0
Changed
- BREAKING Update enum serialization to match changed Conductor API serialization format.
v0.16.0-dev.6
Fixed
- Restored the ability to make a zome call on the app websocket using a role name instead of a cell id.
v0.16.0-dev.5
Changed
- Update the version of the JS client to v0.17.0-dev.12.
v0.16.0-dev.4
Changed
- BREAKING Integrated the updated JS client which adds app websocket authentication and merges the
AppAgentWebsocket
with theAppWebsocket
. This affects tests when opening app websockets directly but using the 'players' API, this detail
is abstracted away.
v0.15.4
v0.16.0-dev.3
Changed
- TryCP: Upgraded
tokio-tungstenite
to fix vulnerability.
Fixed
- Replace all IPv4 websocket addresses
127.0.0.1
bylocalhost
.