From 3e2ca883900fccda44d35de8ac6a80f8cf2506a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C4=99czek?= Date: Thu, 3 Aug 2017 21:40:46 +0200 Subject: [PATCH] [v1.1.0] Lib.AspNetCore.ServerSentEvents --- CHANGELOG.md | 5 +++++ .../Lib.AspNetCore.ServerSentEvents.csproj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9fddb96 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## Lib.AspNetCore.ServerSentEvents 1.1.0 +### Bug Fixes +- Fix for events not reaching clients when response compression is enabled (.NET Framework). +### Additions and Changes +- Added capabality of sending events to specific clients. \ No newline at end of file diff --git a/Lib.AspNetCore.ServerSentEvents/Lib.AspNetCore.ServerSentEvents.csproj b/Lib.AspNetCore.ServerSentEvents/Lib.AspNetCore.ServerSentEvents.csproj index 2236ca7..52fbb48 100644 --- a/Lib.AspNetCore.ServerSentEvents/Lib.AspNetCore.ServerSentEvents.csproj +++ b/Lib.AspNetCore.ServerSentEvents/Lib.AspNetCore.ServerSentEvents.csproj @@ -2,7 +2,7 @@ Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core Copyright © 2017 Tomasz Pęczek - 1.0.0 + 1.1.0 Tomasz Pęczek net451;netstandard1.6 Lib.AspNetCore.ServerSentEvents