Commit 90f6456
authored
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 | | |
6 | 14 | | |
7 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments