Files
Fable.SignalR/RELEASE_NOTES.md
semantic-release-bot a28e6d141d chore(release): 2.1.0
# [2.1.0](https://gitlab.com/oceanbox/Fable.SignalR/compare/v2.0.3...v2.1.0) (2024-12-20)

### Features

* upgrade to net9.0 ([a1d9478](a1d947874c))
2024-12-20 12:39:31 +00:00

8.1 KiB

Changelog

2.1.0 (2024-12-20)

Features

2.0.3 (2024-09-29)

Bug Fixes

  • igore redis if connstring is empty (613d32d)

2.0.2 (2024-09-12)

Bug Fixes

  • fix nasty Invoke bug when skipNegotiation = true (7cf5370)

2.0.1 (2024-09-11)

Bug Fixes

  • fix use_bearer_auth name (dda81b7)
  • remove non-working use_bearer auth, and add a working version (f17333a)

2.0.0 (2024-09-03)

Bug Fixes

  • update gitlab-ci for v3 (b529f5e)

1.4.1 (2024-08-23)

Bug Fixes

  • update dependencies and versions (83c653e)

1.4.0 (2024-08-12)

Features

  • support Stateful Reconnects on server and client (f3ddbbc)

1.3.4 (2024-08-09)

Bug Fixes

  • add debug logging to UseRedis (098528a)

1.3.3 (2024-08-09)

Bug Fixes

  • make redis options optional (ef81f75)

1.3.2 (2024-08-09)

Bug Fixes

  • remove leftover redis argument in saturn application builder (2d79096)

1.3.1 (2024-08-09)

Bug Fixes

  • fix package names to avoid version conflicts (f2c7879)

1.3.0 (2024-08-08)

Features

  • add support redis backplane (06e14d5)
  • get rid of paket which is causing a world of pain (e9712dc)
  • get rid of paket which is causing a world of pain (take 2) (fd67a23)

1.2.3 (2024-04-25)

Bug Fixes

  • fix usage of newer RecyclableMemoryStream (45fc52b)
  • update dependencies for Fable 4 et al. (fdad762)

1.2.2 (2024-04-23)

Bug Fixes

  • add fs files to nuget for fable (50dc01b)

1.2.1 (2024-04-23)

Bug Fixes

  • add missing Fable.SingalR base package (e4d9607)

1.2.0 (2024-04-22)

Features

  • pack Shared and AspNetCore, and rm Oceanbox from package name (3156ef9)

1.1.0 (2024-04-22)

Features

  • pack Saturn, update deps, and add Oceanbox to package name (2fd1305)

1.0.0 (2024-04-16)

Bug Fixes

  • add missing semantic-release dependency (88a2472)
  • add paket to devcontainer (88bc481)
  • disable stale paket references (1b9eaa0)
  • remove repository from package.json, interferes with semrel (e16a34c)
  • upgrade sematic release to 22 (ef5dfd4)
  • upgrade to net7 (b63c2c2)

Features

0.11.6 - tbd

  • Add .NET 6 support

0.11.5 - Tuesday, June 29th, 2021

  • Update client side JSON serialization to remove warnings in Fable 3

0.11.4 - Wednesday, April 7th, 2021

  • MsgPack optimizations

0.11.3 - Friday, March 19th, 2021

  • Fix nuget package dependency restrictions

0.11.2 - Friday, January 22nd, 2021

  • Fix framework targeting

0.11.1 - Monday, December 28th, 2020

  • Make ConfigBuilder Build method public

0.11.0 - Friday, November 20th, 2020

  • Support FSharp.Core 5.0
  • Add .NET 5 support

0.10.1 - Friday, October 23rd, 2020

  • Add target netstandard for dotnet client

0.10.0 - Friday, October 23rd, 2020

  • Fix MsgPack protocol issue
  • Add support for using the ISignalRServerBuilder

0.9.0 - Friday, October 23rd, 2020

  • Added support for the .NET client

0.8.3 - Tuesday, October 13th, 2020

  • Fix issue with MsgPack protocol handling when messages are batched

0.8.2 - Monday, October 12th, 2020

  • Pin Fable.SimpleJson
  • Use Fable.Remoting.MsgPack for serialization

0.8.1 - Sunday, September 20th, 2020

  • Fix Fable compilation

0.8.0 - Sunday, September 20th, 2020

  • Add message pack support

0.7.1 - Thursday, September 17th, 2020

  • Fix femto configuration

0.7.0 - Thursday, September 17th, 2020

  • Added support for getting hub context via DI

0.6.2 - Thursday, September 2nd, 2020

  • Update dependencies

0.6.1 - Wednesday, August 12th, 2020

  • Fix routing middleware not being applied if a config is not given

0.6.0 - Tuesday, August 11th, 2020

  • Add support for authorizatation
  • Add websocket middleware to support bearer authentication

0.5.0 - Tuesday, July 28th, 2020

  • Expose more of the hub context for invocations

0.4.1 - Thursday, July 23rd, 2020

  • Fix an issue with invocation caller resolution

0.4.0 - Friday, July 10th, 2020

  • Make invoke server api asynchronous - thanks @Prunkles

0.3.0 - Friday, July 3rd, 2020

  • Add support for dependency injection in hub functions

0.2.0 - Thursday, July 2nd, 2020

  • Remove ISubscription infavor of System.IDisposable casting
  • Add SignalR.logger to make creating an ILogger easier

0.1.0 - Wednesday, July 1st, 2020

  • Initial release