All Versions
14
Latest Version
Avg Release Cycle
106 days
Latest Release
1583 days ago
Changelog History
Page 1
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 againstIServerSentEventsClient
as a parameter.
-
v3.2.0 Changes
July 30, 2019โ Additions and Changes
- ๐ฆ Exposed way to provide actions for
ClientConnected
andClientDisconnected
events throughServerSentEventsServiceOptions
. - โ Added method for adding to a group.
- โ Added methods for sending to a group.
- ๐ฆ Exposed way to provide actions for
-
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
andMapServerSentEvents
. - Marked obsolete versions of
UseServerSentEvents
andMapServerSentEvents
which take instance ofServerSentEventsService
as parameter. - โ Added support for keepalives
-
v1.3.0 Changes
April 16, 2018โ Additions and Changes
- ๐ General performance improvements