Releases: tpeczek/Lib.AspNetCore.ServerSentEvents
Releases · tpeczek/Lib.AspNetCore.ServerSentEvents
Lib.AspNetCore.ServerSentEvents 4.0.0
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
Lib.AspNetCore.ServerSentEvents 3.3.0
Additions and Changes
- Added method for getting clients in a specified group.
- Added
SendEventAsync
overload which takes a predicate againstIServerSentEventsClient
as a parameter.
Lib.AspNetCore.ServerSentEvents 3.2.0
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.
Lib.AspNetCore.ServerSentEvents 3.1.0
Additions and Changes
- Added support for authorization.
- Added support for setting HTTP response headers for accept response.
Lib.AspNetCore.ServerSentEvents 3.0.0
Additions and Changes
- Added support for client connected and disconnected events.
- Improved support for
CancellationToken
in asynchronous operations. - Hot synchronous path performance improvements.
Lib.AspNetCore.ServerSentEvents 2.0.0
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
Lib.AspNetCore.ServerSentEvents 1.3.0
Additions and Changes
- General performance improvements
Lib.AspNetCore.ServerSentEvents 1.2.0
Additions and Changes
- SendEventAsync performance improvements.
- ChangeReconnectIntervalAsync performance improvements.
Lib.AspNetCore.ServerSentEvents 1.1.1
Bug Fixes
- Fix for IIS (and potentially other reverse proxies) adding uncontrolled response compression.
Additions and Changes
- Performance improvements.
Lib.AspNetCore.ServerSentEvents 1.1.0
Bug Fixes
- Fix for events not reaching clients when response compression is enabled (.NET Framework).
Additions and Changes
- Added capability of sending events to specific clients.