Skip to content

Commit fb78ea6

Browse files
committed
[v1.1.1] Lib.AspNetCore.ServerSentEvents
1 parent 7350352 commit fb78ea6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Lib.AspNetCore.ServerSentEvents 1.1.1
2+
### Bug Fixes
3+
- Fix for IIS (and potentially other reverse proxies) adding uncontrolled response compression.
4+
### Additions and Changes
5+
- Performance improvements.
6+
17
## Lib.AspNetCore.ServerSentEvents 1.1.0
28
### Bug Fixes
39
- Fix for events not reaching clients when response compression is enabled (.NET Framework).

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 Tomasz Pęczek</Copyright>
5-
<VersionPrefix>1.1.0</VersionPrefix>
5+
<VersionPrefix>1.1.1</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
88
<AssemblyTitle>Lib.AspNetCore.ServerSentEvents</AssemblyTitle>

0 commit comments

Comments
 (0)