All Versions
14
Latest Version
Avg Release Cycle
106 days
Latest Release
1750 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