Skip to content

Commit

Permalink
[v9.0.0] Lib.AspNetCore.ServerSentEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Dec 25, 2023
1 parent c31254c commit 0735dd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Lib.AspNetCore.ServerSentEvents 9.0.0
- `IServerSentEventsClient.Disconnect` has been replaced by `IServerSentEventsClient.DisconnectAsync`, which will attempt to gracefully complete the underlying HTTP response when disconnecting a client
- Dropped support for .NET Core 3.1 and .NET 5

## Lib.AspNetCore.ServerSentEvents 8.3.1
### Bug Fixes
- Fix for scenario when reconnect interval happens to be shorter than connection timeout, which results in client being prevented from reconnecting.

## Lib.AspNetCore.ServerSentEvents 8.3.0
### Additions and Changes
- Added support for scenario when multiple types are provided as `Accept` header value (thanks to @krebil)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description>
<Copyright>Copyright © 2017 - 2023 Tomasz Pęczek</Copyright>
<VersionPrefix>8.3.0</VersionPrefix>
<VersionPrefix>9.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net6.0;net461</TargetFrameworks>
Expand Down

0 comments on commit 0735dd6

Please sign in to comment.