Skip to content

v0.19.0

Compare
Choose a tag to compare
@AdamMagaluk AdamMagaluk released this 30 Jan 21:05
· 361 commits to master since this release
  • Device/Peer registries are compacted on startup. #124
  • Device/Peer registries are exported on zetta. #132
  • Support silencing stdout/stderr default console log. #113
  • Support custom logging. #113
  • Deleting peers from registry when they are unlinked. #112
  • Support linking with https/wss. #110
  • Peer management API updates to include disconnect, reconnect, replace peer and supports streaming updates. #125
  • Peering supports using .link function after server has been started. #131
  • Peer client uses an exponential backoff period before reconnecting. #130
  • Added a timeout to the confirm connection http request that is sent before a peer connection is fully established. #109
  • Fix bug with peer_socket that was keeping the socket in a connected state but the ws connection was actually disconnected. #109
  • Fix peer client emitting to the logs that it connected to a peer multiple times when it reconnects. #109
  • Fix bug with handling spdy agent error event #138