Skip to content

Commit 4b339e5

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 5.0.0
1 parent 9694804 commit 4b339e5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [5.0.0] - 2022-08-18
6+
### Changed:
7+
- Removed EOL target framework .NET Framework 4.5.2. Lowest compatible platform versions are now .NET Core 3.1, .NET Framework 4.6.2, .NET 6.0, and .NET Standard 2.0.
8+
- EventSource now considers any server response with an encoding other than UTF-8 to be invalid. The Server-Sent Events specification states that event streams must always use UTF-8.
9+
10+
### Removed:
11+
- `ConfigurationBuilder.DefaultEncoding` (no longer relevant since the encoding must be UTF-8).
12+
513
## [4.2.0] - 2022-04-19
614
### Added:
715
- `ConfigurationBuilder. HttpRequestModifier`, for making custom modifications to outgoing HTTP requests. (Thanks, [acquleo](https://github.com/launchdarkly/dotnet-eventsource/pull/85)!)

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.2.0</Version>
3+
<Version>5.0.0</Version>
44
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
55
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
66
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>

0 commit comments

Comments
 (0)