Skip to content

Commit 0735dd6

Browse files
committed
[v9.0.0] Lib.AspNetCore.ServerSentEvents
1 parent c31254c commit 0735dd6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Lib.AspNetCore.ServerSentEvents 9.0.0
2+
- `IServerSentEventsClient.Disconnect` has been replaced by `IServerSentEventsClient.DisconnectAsync`, which will attempt to gracefully complete the underlying HTTP response when disconnecting a client
3+
- Dropped support for .NET Core 3.1 and .NET 5
4+
5+
## Lib.AspNetCore.ServerSentEvents 8.3.1
6+
### Bug Fixes
7+
- Fix for scenario when reconnect interval happens to be shorter than connection timeout, which results in client being prevented from reconnecting.
8+
19
## Lib.AspNetCore.ServerSentEvents 8.3.0
210
### Additions and Changes
311
- Added support for scenario when multiple types are provided as `Accept` header value (thanks to @krebil)

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 - 2023 Tomasz Pęczek</Copyright>
5-
<VersionPrefix>8.3.0</VersionPrefix>
5+
<VersionPrefix>9.0.0</VersionPrefix>
66
<VersionSuffix></VersionSuffix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFrameworks>net6.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)