You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## Lib.AspNetCore.ServerSentEvents 7.0.0
2
+
### Additions and Changes
3
+
- Added support for disconnecting clients. You can read more here: [Server-Sent Events and ASP.NET Core - Disconnecting a Client](https://www.tpeczek.com/2021/11/server-sent-events-and-aspnet-core.html)
4
+
### Bug Fixes
5
+
- Fixed race condition in groups management. This has caused method signature change (`IServerSentEventsService.AddToGroupAsync` to `IServerSentEventsService.AddToGroup`)
6
+
1
7
## Lib.AspNetCore.ServerSentEvents 6.0.0
2
8
### Additions and Changes
3
9
- Changed support for ASP.NET Core 3.0.0 to ASP.NET Core 3.1.0
0 commit comments