Skip to content

Releases: philippseith/signalr

v0.8.0

18 Aug 06:15
7ebba2c

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

What's Changed

  • Feature: Add Close Method to Hub for Custom Error Signaling and Connection Closure by @mojtabaRKS in #224
  • Fix: Allow Proper Injection of Custom HubLifetimeManager (e.g., Redis) in Server Construction by @mojtabaRKS in #225
  • chore(deps): update 3rd party deps by @sruehl in #229
  • Fix/linter issues by @sruehl in #231

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 May 16:09
be06db2

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

What's Changed (Selection)

  • New options:
    • WithAlternateMethodName: Set alternate method names for hub or receiver methods.
    • WithHubLifetimeManager: Allow custom lifetime management, necessary for load balancing client connections on multiple servers. Thanks @mojtabaRKS
    • WithNegotiateVersion. Thanks @kbakk
  • New TransportType WebTransports for using QUIC. Thanks @sruehl

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.3

13 Sep 17:13
e607000

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

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

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

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

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

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

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

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