Skip to content

Commit ba450bd

Browse files
committed
[v5.0.0] Lib.AspNetCore.ServerSentEvents
1 parent fbe4fca commit ba450bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Lib.AspNetCore.ServerSentEvents 5.0.0
2+
### Additions and Changes
3+
- Changed the collection of key/value pairs to store additional information for clients to thread safe methods (thank you @sebastiano1972)
4+
### Bug Fixes
5+
- Fixed Accept request header validation so request without it are processed.
6+
- Fixed ClientConnected and ClientDisconnected events not firing for custom ServerSentEventsService implementations.
7+
18
## Lib.AspNetCore.ServerSentEvents 4.1.0
29
### Additions and Changes
310
- Added a collection of key/value pairs to store additional information for clients (thank you @sebastiano1972)

Lib.AspNetCore.ServerSentEvents/Lib.AspNetCore.ServerSentEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core</Description>
44
<Copyright>Copyright © 2017 - 2020 Tomasz Pęczek</Copyright>
55
<VersionPrefix>5.0.0</VersionPrefix>
6-
<VersionSuffix>alpha3</VersionSuffix>
6+
<VersionSuffix></VersionSuffix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFrameworks>netcoreapp2.1;netcoreapp3.0;net461</TargetFrameworks>
99
<AssemblyTitle>Lib.AspNetCore.ServerSentEvents</AssemblyTitle>

0 commit comments

Comments
 (0)