Skip to content

Releases: holochain/tryorama

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.

v0.16.0-dev.2

09 Apr 17:07
Compare
Choose a tag to compare
v0.16.0-dev.2 Pre-release
Pre-release

Changed

  • Upgrade to latest JS client.
    • Set allowed origins for admin websockets in Tryorama conductors and when attaching app websockets.
    • Pass origin when connecting admin and app websockets.

v0.16.0-dev.1

28 Feb 14:52
Compare
Choose a tag to compare
v0.16.0-dev.1 Pre-release
Pre-release

Changed

  • Upgrade JS client.

v0.15.3

28 Feb 16:19
Compare
Choose a tag to compare

Changed

  • Update JS client to v0.16.0

v0.16.0-dev.0

26 Jan 03:00
Compare
Choose a tag to compare
v0.16.0-dev.0 Pre-release
Pre-release

Changed

  • Upgrade deps to Holochain v0.3.0

v0.15.2

01 Nov 12:22
Compare
Choose a tag to compare

Changed

  • Local: Increase default timeout for websocket calls to 60 seconds.

v0.15.1

04 Oct 20:17
Compare
Choose a tag to compare

Added

  • Awaiting DHT sync: Add duplicated functions conductorCellDhtSync and isConductorCellDhtEqual of existing functions dhtSync and make the prior versions aliases to these. New versions take in an IConductorCell which just wraps an IConductor and CellId.

Fixed

  • Security bump: webpki to v0.22.2
  • Security bump: @microsoft/api-extractor to v7.36.2

v0.15.0

08 Aug 01:09
Compare
Choose a tag to compare

Added

  • Export all common helper functions.

Changed

  • Upgrade to Holochain v0.2.1
  • Upgrade to JS client v0.16.0

v0.15.0-rc.1

07 Jul 23:21
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: Upgrade to Holochain v0.3.0-beta-dev.8. hc output has changed which lead to local conductor startup refactoring.
  • BREAKING CHANGE: runScenario re-throws caught errors.
  • BREAKING CHANGE: To imitate a hApp client more closely in a test, App websockets are decoupled from conductors. This change plays out mainly on the conductor level, but a player contains the app agent websocket now too for registering signals. Previously there used to be a single app websocket per conductor for all of its agents. Now there is one app agent websocket connection per agent.
  • TryCP scenario: Optimize multi client/multi player installation. All agent app installations for a conductor and all conductor installations for a client are triggered in parallel instead of sequentially.

Fixed

  • BREAKING CHANGE: Awaiting DHT sync of multiple players received a more universal API. Scenario methods were removed, so that in all cases the util function must be called.