Skip to content

v0.5.0-dev.31

Pre-release
Pre-release
Compare
Choose a tag to compare
@jost-s jost-s released this 27 Mar 22:05

Changed

  • BREAKING: The underlying package holochain_websocket changed. All websockets in this client follow the new connect function and take a socket address that implements ToSocketAddr instead of a URL String. Examples for the new parameter are "localhost:30000" and ([127.0.0.1], 30000). See trait ToSocketAddr.
  • BREAKING: The attach_app_interface method of the AdminWebsocket now takes an additional parameter of type AllowedOrigins which specifies what origins are allowed to connect to the created app interface.