Skip to content

Releases: holochain/tryorama

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.

v0.14.0-rc.0

23 May 03:06
Compare
Choose a tag to compare
v0.14.0-rc.0 Pre-release
Pre-release

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

08 May 17:36
Compare
Choose a tag to compare

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.