Skip to content

Commit c8988b7

Browse files
committed
[v1.2.0] Lib.AspNetCore.ServerSentEvents
1 parent 8745054 commit c8988b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
## Lib.AspNetCore.ServerSentEvents 1.2.0
2+
### Additions and Changes
3+
- SendEventAsync performance improvements.
4+
- ChangeReconnectIntervalAsync performance improvements.
5+
16
## Lib.AspNetCore.ServerSentEvents 1.1.1
27
### Bug Fixes
38
- Fix for IIS (and potentially other reverse proxies) adding uncontrolled response compression.
49
### Additions and Changes
5-
- Performance improvements.
10+
- Generic performance improvements.
611

712
## Lib.AspNetCore.ServerSentEvents 1.1.0
813
### Bug Fixes

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

0 commit comments

Comments
 (0)