Skip to content

Commit f6746fa

Browse files
committed
version 3.3.2
1 parent 0980d65 commit f6746fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly's EventSource implementation for C# will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.3.2] - 2019-10-23
6+
### Fixed:
7+
- If a stream connection is restarted, `EventSource` should send a `Last-Event-Id` header if it previously received an event with an `id` field. (Thanks, [fracek](https://github.com/launchdarkly/dotnet-eventsource/pull/53)!)
8+
59
## [3.3.1] - 2019-08-08
610
### Fixed:
711
- If you don't explicitly provide an `HttpMessageHandler` in the configuration, EventSource will now use the default `HttpClient` constructor; previously, it would create an instance of the standard .NET `HttpMessageHandler` implementation and tell the `HttpClient` to use that. In .NET Framework and .NET Standard, this makes no difference, but in Xamarin, calling the default `HttpClient` constructor may allow it to use a better HTTP implementation based on native APIs.

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>3.3.1</Version>
4+
<Version>3.3.2</Version>
55
<TargetFrameworks>netstandard1.4;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.github.com/LaunchDarkly/dotnet-eventsource/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>

0 commit comments

Comments
 (0)