Skip to content

v0.5.0 New client API with Reconnection, HTTP router module

Pre-release
Pre-release
Compare
Choose a tag to compare
@philippseith philippseith released this 13 Nov 19:35
· 196 commits to master since this release

Important Changes

  • The Client has new and hopefully stable API now
  • Client Reconnection supports exponential backoff
  • Other routers than http.ServeMux can be used now
  • Timeout is removed from the Connection interface. Server and Client are monitoring the timeout

What's Changed in Detail

Full Changelog: v0.4.1...v0.5.0