Skip to content

Commit 11c0ff2

Browse files
committed
[v3.3.0] Lib.AspNetCore.ServerSentEvents
1 parent 1c51d52 commit 11c0ff2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
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

Lib.AspNetCore.ServerSentEvents/Lib.AspNetCore.ServerSentEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)