Skip to content

Commit 90f6456

Browse files
chore(main): release 5.13.3 (#378)
🤖 I have created a release *beep* *boop* --- ## [5.13.3](5.13.2...5.13.3) (2026-07-31) ### Bug Fixes * add defensive cycle guard to prerequisite evaluation ([#377](#377)) ([0372708](0372708)) * allow stream to recover from 429, 400, and 408 responses ([#379](#379)) ([2ad5e6f](2ad5e6f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release-only version and changelog updates; behavioral risk depends on the already-merged fixes, not on new code in this PR. > > **Overview** > **Release 5.13.3** — version metadata only in this PR: `gradle.properties`, `.release-please-manifest.json`, and a new **CHANGELOG** section for 5.13.3. > > The release notes record two fixes already merged on `main`: > > - **Prerequisite evaluation** — adds a defensive cycle guard so circular prerequisite chains cannot hang or recurse indefinitely ([#377]). > - **Streaming** — the flag stream can **retry/recover** after HTTP **400**, **408**, and **429** instead of treating those as non-recoverable failures ([#379]). > > No SDK source changes appear in the diff; consumers get the version bump and changelog entry for those fixes. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit de74876. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ad5e6f commit 90f6456

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.13.2"
2+
".": "5.13.3"
33
}

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 Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.13.3](https://github.com/launchdarkly/android-client-sdk/compare/5.13.2...5.13.3) (2026-07-31)
6+
7+
8+
### Bug Fixes
9+
10+
* add defensive cycle guard to prerequisite evaluation ([#377](https://github.com/launchdarkly/android-client-sdk/issues/377)) ([0372708](https://github.com/launchdarkly/android-client-sdk/commit/0372708c9d9385506466556e13cb4c1602861b2a))
11+
* allow stream to recover from 429, 400, and 408 responses ([#379](https://github.com/launchdarkly/android-client-sdk/issues/379)) ([2ad5e6f](https://github.com/launchdarkly/android-client-sdk/commit/2ad5e6f11e506e557cb5857039abf47c492523d2))
12+
513
## [5.13.2](https://github.com/launchdarkly/android-client-sdk/compare/5.13.1...5.13.2) (2026-07-10)
614

715

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020
#x-release-please-start-version
21-
version=5.13.2
21+
version=5.13.3
2222
#x-release-please-end
2323

2424
sonatypeUsername=

0 commit comments

Comments
 (0)