File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Lib.AspNetCore.ServerSentEvents Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Lib.AspNetCore.ServerSentEvents 3.3.0
2+ ### Additions and Changes
3+ - Added method for getting clients in a specified group.
4+ - Added SendEventAsync overload which takes a predicate against IServerSentEventsClient as a parameter.
5+
16## Lib.AspNetCore.ServerSentEvents 3.2.0
27### Additions and Changes
38- Exposed way to provide actions for ClientConnected and ClientDisconnected events through ServerSentEventsServiceOptions.
4- - Added method for adding to group
5- - Added methods for sending to group
9+ - Added method for adding to group.
10+ - Added methods for sending to group.
611
712## Lib.AspNetCore.ServerSentEvents 3.1.0
813### Additions and Changes
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Description >Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description >
44 <Copyright >Copyright © 2017 - 2019 Tomasz Pęczek</Copyright >
5- <VersionPrefix >3.2 .0</VersionPrefix >
5+ <VersionPrefix >3.3 .0</VersionPrefix >
66 <Authors >Tomasz Pęczek</Authors >
77 <TargetFramework >netstandard2.0</TargetFramework >
88 <AssemblyTitle >Lib.AspNetCore.ServerSentEvents</AssemblyTitle >
You can’t perform that action at this time.
0 commit comments