All Versions
14
Latest Version
Avg Release Cycle
106 days
Latest Release
1228 days ago

Changelog History
Page 1

  • v6.0.0 Changes

    November 17, 2020

    โž• Additions and Changes

    • ๐Ÿ”„ Changed support for ASP.NET Core 3.0.0 to ASP.NET Core 3.1.0
    • โž• Added support for ASP.NET Core in .NET 5
  • v5.1.0 Changes

    July 11, 2020

    โž• Additions and Changes

    • ๐Ÿ”ฆ Exposed way to provide ReconnectInterval through ServerSentEventsServiceOptions
  • v5.0.0 Changes

    May 01, 2020

    โž• Additions and Changes

    • ๐Ÿ”„ Changed the collection of key/value pairs to store additional information for clients to thread safe methods (thank you @sebastiano1972)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed Accept request header validation so request without it are processed.
    • ๐Ÿ›  Fixed ClientConnected and ClientDisconnected events not firing for custom ServerSentEventsService implementations.
  • v4.0.0 Changes

    September 23, 2019

    โž• Additions and Changes

    • โฌ‡๏ธ Dropped support for obsolete APIs
    • โฌ‡๏ธ Dropped support for ASP.NET Core 2.0.0 (the lowest supported version is now ASP.NET Core 2.1.0)
    • โž• Added support for ASP.NET Core 3.0.0
    • โž• Added support for Endpoint Routing
  • v3.3.0 Changes

    August 29, 2019

    โž• Additions and Changes

    • โž• Added method for getting clients in a specified group.
    • โž• Added SendEventAsync overload which takes a predicate against IServerSentEventsClient as a parameter.
  • v3.2.0 Changes

    July 30, 2019

    โž• Additions and Changes

    • ๐Ÿ”ฆ Exposed way to provide actions for ClientConnected and ClientDisconnected events through ServerSentEventsServiceOptions.
    • โž• Added method for adding to a group.
    • โž• Added methods for sending to a group.
  • v3.1.0 Changes

    January 10, 2019

    โž• Additions and Changes

    • โž• Added support for authorization.
    • โž• Added support for setting HTTP response headers for accept response.
  • v3.0.0 Changes

    October 24, 2018

    โž• Additions and Changes

    • โž• Added support for client connected and disconnected events.
    • ๐Ÿ‘Œ Improved support for CancellationToken in asynchronous operations.
    • ๐ŸŽ Hot synchronous path performance improvements.
  • v2.0.0 Changes

    July 30, 2018

    โž• Additions and Changes

    • โฌ†๏ธ Upgraded to .NET Standard 2.0 and ASP.NET Core 2.0.
    • โž• Added generic versions of UseServerSentEvents and MapServerSentEvents.
    • Marked obsolete versions of UseServerSentEvents and MapServerSentEvents which take instance of ServerSentEventsService as parameter.
    • โž• Added support for keepalives
  • v1.3.0 Changes

    April 16, 2018

    โž• Additions and Changes

    • ๐ŸŽ General performance improvements