Skip to content

Releases: philippseith/signalr

v0.6.3

13 Sep 17:13
e607000
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

08 Apr 10:46
41147bb
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

24 Mar 07:14
e507d7a
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 Aug 17:35
1a58318
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2 Improved client logging

24 Nov 16:44
8abe006
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1 Fix Client Reconnection

18 Nov 14:29
d8ee60f
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.5.0...v0.5.1

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

13 Nov 19:35
Compare
Choose a tag to compare

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

v0.4.1

21 Oct 17:04
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

fix: WebSocketConnection: Timeout on Read shuts down writing connection

Full Changelog: v0.4.0...v0.4.1

v0.4.0 Client Reconnect and WebSocket CORS

17 Oct 18:10
Compare
Choose a tag to compare

new: Client with Context to detect a closed connection
new: Support for WebSockets with CORS
chg: Server.Serve with error result

v0.3.0 Configurable http connection

18 Sep 18:11
Compare
Choose a tag to compare
Pre-release

Client connections are now created with NewHttpConnection instead of NewHttpClient (removed, breaking change)

  • WithHTTPClientOption sets the http client used to connect to the signalR server
  • WithHTTPHeadersOption sets the function for providing request headers for HTTP and websocket requests