Skip to content

Commit

Permalink
[v5.0.0] Lib.AspNetCore.ServerSentEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed May 1, 2020
1 parent fbe4fca commit ba450bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Lib.AspNetCore.ServerSentEvents 5.0.0
### Additions and Changes
- Changed the collection of key/value pairs to store additional information for clients to thread safe methods (thank you @sebastiano1972)
### Bug Fixes
- Fixed Accept request header validation so request without it are processed.
- Fixed ClientConnected and ClientDisconnected events not firing for custom ServerSentEventsService implementations.

## Lib.AspNetCore.ServerSentEvents 4.1.0
### Additions and Changes
- Added a collection of key/value pairs to store additional information for clients (thank you @sebastiano1972)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description>
<Copyright>Copyright © 2017 - 2020 Tomasz Pęczek</Copyright>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionSuffix>alpha3</VersionSuffix>
<VersionSuffix></VersionSuffix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.0;net461</TargetFrameworks>
<AssemblyTitle>Lib.AspNetCore.ServerSentEvents</AssemblyTitle>
Expand Down

0 comments on commit ba450bd

Please sign in to comment.