Skip to content

Releases: holochain/holochain-client-js

v0.16.11

17 Apr 11:53
Compare
Choose a tag to compare

Fixed

  • Replace all IPv4 addresses 127.0.0.1 by localhost.

v0.17.0-dev.9

16 Apr 22:21
Compare
Choose a tag to compare
v0.17.0-dev.9 Pre-release
Pre-release

Fixed

  • Replace all IPv4 addresses 127.0.0.1 by localhost.

v0.17.0-dev.8

05 Apr 16:01
Compare
Choose a tag to compare
v0.17.0-dev.8 Pre-release
Pre-release

Changed

  • Websocket client: Specify origin parameter when establishing app websocket connections to protect localhost from cross origin attacks in browser scripts.
  • Websocket client: Add allowed_origins parameter to AdminWebsocket.attachAppInterface to specify allowed origins.
  • Consistently throw HolochainErrors throughout with specific error names and messages.

v0.17.0-dev.7

27 Feb 21:19
Compare
Choose a tag to compare
v0.17.0-dev.7 Pre-release
Pre-release

Fixed

  • Type: AppInfoResponse can be null if the requested app is not found.

v0.16.10

27 Feb 21:15
Compare
Choose a tag to compare

Fixed

  • Type: AppInfoResponse can be null if the requested app is not found.

v0.17.0-dev.6

23 Feb 21:00
Compare
Choose a tag to compare
v0.17.0-dev.6 Pre-release
Pre-release

Changed

  • BREAKING: Websocket.connect() functions' mandatory url parameter is replaced by an optional options object, which contains optional properties url and defaultTimeout. Calling connect if the url is not defined by parameter, nor by launcher environment will throw an error. Order of parameters in the AppAgentWebsocket.connect function is changed, so the required parameter goes first.

v0.17.0-dev.5

02 Feb 18:39
Compare
Choose a tag to compare
v0.17.0-dev.5 Pre-release
Pre-release

Fixed

  • Work around cell_id being a proxy object in Vue.

v0.16.9

02 Feb 18:39
Compare
Choose a tag to compare

Fixed

  • Work around cell_id being a proxy object in Vue.

v0.12.8

01 Feb 17:26
Compare
Choose a tag to compare

Fixed

  • work around cell_id being a proxy object in Vue

v0.16.8

29 Jan 18:43
Compare
Choose a tag to compare

Changed

  • Decouple host zome call signer from environment. Now a zome call signer can be provided separatedly from the environment that the client is used in.