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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## Lib.AspNetCore.ServerSentEvents 8.0.0
2
+
### Additions and Changes
3
+
- Dropped support for ASP.NET Core 2.1.0 (the lowest supported version is now ASP.NET Core 3.1.0)
4
+
- Added support for ASP.NET Core 6
5
+
1
6
## Lib.AspNetCore.ServerSentEvents 7.0.0
2
7
### Additions and Changes
3
8
- 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)
@@ -7,7 +12,7 @@
7
12
## Lib.AspNetCore.ServerSentEvents 6.0.0
8
13
### Additions and Changes
9
14
- Changed support for ASP.NET Core 3.0.0 to ASP.NET Core 3.1.0
0 commit comments