Releases: holochain/holochain-client-js
Releases · holochain/holochain-client-js
v0.16.11
v0.17.0-dev.9
Fixed
- Replace all IPv4 addresses
127.0.0.1
bylocalhost
.
v0.17.0-dev.8
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 toAdminWebsocket.attachAppInterface
to specify allowed origins. - Consistently throw
HolochainError
s throughout with specific error names and messages.
v0.17.0-dev.7
Fixed
- Type:
AppInfoResponse
can benull
if the requested app is not found.
v0.16.10
v0.17.0-dev.6
Changed
- BREAKING:
Websocket.connect()
functions' mandatoryurl
parameter is replaced by an optional options object, which contains optional propertiesurl
anddefaultTimeout
. Callingconnect
if the url is not defined by parameter, nor by launcher environment will throw an error. Order of parameters in theAppAgentWebsocket.connect
function is changed, so the required parameter goes first.
v0.17.0-dev.5
Fixed
- Work around cell_id being a proxy object in Vue.