From 195abcf3d674f6fb9496beaf1737c298f2cdaae9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:04:55 +0000 Subject: [PATCH] chore(main): release 5.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ PROVENANCE.md | 2 +- .../LaunchDarkly.EventSource.csproj | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3690fe..05f8414 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.1" + ".": "5.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3e311..84c0cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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). +## [5.3.2](https://github.com/launchdarkly/dotnet-eventsource/compare/5.3.1...5.3.2) (2026-08-10) + + +### Bug Fixes + +* increase SSE read buffer to 8192 bytes to avoid Android streaming stall ([cdd255a](https://github.com/launchdarkly/dotnet-eventsource/commit/cdd255a72c8fdecc174b19f9d7bd570d0f39365e)) +* SSE streaming stall on MAUI Android (SDK-2755) ([#124](https://github.com/launchdarkly/dotnet-eventsource/issues/124)) ([3989eca](https://github.com/launchdarkly/dotnet-eventsource/commit/3989eca34d0c8813789d0ebd879b4433ac41f11a)) + ## [5.3.1](https://github.com/launchdarkly/dotnet-eventsource/compare/5.3.0...5.3.1) (2026-07-01) diff --git a/PROVENANCE.md b/PROVENANCE.md index 442e6c6..bb5d257 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the SDK to verify -SDK_VERSION=5.3.1 +SDK_VERSION=5.3.2 ``` diff --git a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj index 42600ad..dd4b8af 100644 --- a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj +++ b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj @@ -1,7 +1,7 @@  - 5.3.1 + 5.3.2 netstandard2.0;net462 Apache-2.0