v0.5.0-dev.31
Pre-release
Pre-release
Changed
- BREAKING: The underlying package
holochain_websocket
changed. All websockets in this client follow the newconnect
function and take a socket address that implementsToSocketAddr
instead of a URLString
. Examples for the new parameter are"localhost:30000"
and([127.0.0.1], 30000)
. See traitToSocketAddr
. - BREAKING: The
attach_app_interface
method of theAdminWebsocket
now takes an additional parameter of typeAllowedOrigins
which specifies what origins are allowed to connect to the created app interface.