Skip to content

v1.3.0

Compare
Choose a tag to compare
@Y-Sindo Y-Sindo released this 19 Mar 09:08
· 74 commits to master since this release
68cac2c

Features:

  1. Add an async negotiation method for ServerlessHub(#180). Allow to pass an HttpContext object as the negotiation parameter. The old sync method is marked as Obsolete.
  2. Support configuring multiple endpoints.
  3. Support custom routing in C#.
  4. Support configuring SignalR Hub protocol on Azure Function V3 runtime. (#187)
    For functions in other languages than C#, we recommend to use "Azure:SignalR:HubProtocol=NewtonsoftJson" configuration. (You don't need to take care of this since v1.4.0)

Bug fixes:

  1. Support duplicated key in query, header, claims (#151)
  2. Fix for Issue 159: Expression bindings for SignalRTrigger not functioning (#160) Authored-by: Alan Holt aholt@penlink.com @holtalanm
  3. Remove the confusing warning when ServiceTransportType is not configured. (#164) @bmc-msft