Skip to content

Releases: holochain/tryorama

v0.16.0

14 Jun 10:55
Compare
Choose a tag to compare

v0.17.0-dev.1

13 Jun 18:33
Compare
Choose a tag to compare
v0.17.0-dev.1 Pre-release
Pre-release

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

13 Jun 12:43
Compare
Choose a tag to compare
v0.16.0-dev.8 Pre-release
Pre-release
v0.16.0-dev.8

v0.16.0-dev.7

30 May 18:04
Compare
Choose a tag to compare
v0.16.0-dev.7 Pre-release
Pre-release
v0.16.0-dev.7

v0.17.0-dev.0

03 May 18:09
Compare
Choose a tag to compare
v0.17.0-dev.0 Pre-release
Pre-release

Changed

v0.16.0-dev.6

29 Apr 16:35
f2a2e7f
Compare
Choose a tag to compare
v0.16.0-dev.6 Pre-release
Pre-release

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

29 Apr 16:35
f6b5b3c
Compare
Choose a tag to compare
v0.16.0-dev.5 Pre-release
Pre-release

Changed

  • Update the version of the JS client to v0.17.0-dev.12.

v0.16.0-dev.4

26 Apr 20:13
Compare
Choose a tag to compare
v0.16.0-dev.4 Pre-release
Pre-release

Changed

  • BREAKING Integrated the updated JS client which adds app websocket authentication and merges the AppAgentWebsocket
    with the AppWebsocket. This affects tests when opening app websockets directly but using the 'players' API, this detail
    is abstracted away.

v0.15.4

17 Apr 12:32
Compare
Choose a tag to compare

Fixed

  • Replace all IPv4 addresses 127.0.0.1 by localhost.

v0.16.0-dev.3

16 Apr 22:30
Compare
Choose a tag to compare
v0.16.0-dev.3 Pre-release
Pre-release

Changed

  • TryCP: Upgraded tokio-tungstenite to fix vulnerability.

Fixed

  • Replace all IPv4 websocket addresses 127.0.0.1 by localhost.