Skip to content

Releases: launchdarkly/dotnet-eventsource

v5.2.1

25 Sep 16:44
8b99e14

Choose a tag to compare

5.2.1 (2025-09-25)

Bug Fixes

  • Avoid showing authorization value in exception (#111) (e5f7933)

5.2.0

24 Feb 19:58
0e06c5a

Choose a tag to compare

chore: Automatic update package version. Manual update to 5.2.0. (#108)

5.1.0

04 Oct 21:33

Choose a tag to compare

[5.1.0] - 2023-10-04

Changed:

  • Update minimum LaunchDarkly.Logging version to 2.0.0 to share the same min version as SDK implementations.

5.0.1

24 Aug 23:18

Choose a tag to compare

[5.0.1] - 2022-08-24

Changed:

  • Relaxed dependency constraint to allow use of LaunchDarkly.Logging 1.x or 2.x.

5.0.0

18 Aug 19:57

Choose a tag to compare

[5.0.0] - 2022-08-18

Changed:

  • 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.
  • 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.

Removed:

  • ConfigurationBuilder.DefaultEncoding (no longer relevant since the encoding must be UTF-8).

4.2.0

19 Apr 19:01

Choose a tag to compare

[4.2.0] - 2022-04-19

Added:

  • ConfigurationBuilder.HttpRequestModifier, for making custom modifications to outgoing HTTP requests. (Thanks, acquleo!)

4.1.3

04 Oct 20:36

Choose a tag to compare

[4.1.3] - 2021-10-04

Changed:

  • Updated LaunchDarkly.Logging dependency to 1.0.1, to match the version used in the latest server-side .NET SDK release. Since .NET Framework is stricter about dependency versions than .NET Core, it is desirable to keep transitive dependency versions in sync in all packages used by the SDK.

4.1.2

17 May 22:49

Choose a tag to compare

[4.1.2] - 2021-05-17

Fixed:

  • Fixed a memory leak in which a CancellationTokenSource instance was not disposed of after reading from the stream. This bug was introduced in the 4.0.0 release. (#77)

4.1.1

04 May 18:22

Choose a tag to compare

[4.1.1] - 2021-05-04

(The 4.1.0 release was an accidental duplicate of 4.0.0 and did not include these changes.)

Added:

  • ConfigurationBuilder.ResponseStartTimeout-- added as a more accurately named replacement for ConnectionTimeout.

Deprecated:

  • ConfigurationBuilder.ConnectionTimeout

4.1.0

04 May 17:39

Choose a tag to compare

[4.1.0] - 2021-05-04

This release was an accidental duplicate of 4.0.0. Please use 4.1.1 instead.