From 9000e4844fd2b87bfc08c62718cdaf7504eb13a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:47:32 +0000 Subject: [PATCH] chore(main): release 1.11.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b796cf..33f2a73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.1" + ".": "1.11.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f20baa8..dc7eb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.11.2](https://github.com/launchdarkly/eventsource/compare/v1.11.1...v1.11.2) (2026-07-29) + + +### Bug Fixes + +* Flush once per replayed batch instead of once per event ([#64](https://github.com/launchdarkly/eventsource/issues/64)) ([e505af0](https://github.com/launchdarkly/eventsource/commit/e505af0f370d0840729c9df8a17e6d032b328f9d)) +* unblock Repository producers when a subscriber disconnects mid-replay ([#63](https://github.com/launchdarkly/eventsource/issues/63)) ([1146284](https://github.com/launchdarkly/eventsource/commit/11462841d97198e390de7025d893881afecfd717)) + ## [1.11.1](https://github.com/launchdarkly/eventsource/compare/v1.11.0...v1.11.1) (2026-07-22)