Skip to content

Commit 4f094df

Browse files
docs: update CHANGELOG.md for v1.32.3
Automated changelog update for release v1.32.3 Assisted-By: Docker Agent
1 parent c5f2a06 commit 4f094df

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [v1.32.3] - 2026-03-13
7+
8+
This release removes an experimental feature and improves error handling for rate-limited API requests.
9+
10+
## Improvements
11+
- Makes HTTP 429 (Too Many Requests) errors retryable when no fallback model is available, respecting the Retry-After header
12+
13+
## Bug Fixes
14+
- Gates 429 retry behavior behind WithRetryOnRateLimit() opt-in option to prevent unexpected retry behavior
15+
16+
## Technical Changes
17+
- Removes experimental feature from the codebase
18+
- Adds optional gateway usage for LLM evaluation as a judge
19+
- Refactors to use typed StatusError for retry metadata, with providers wrapping errors at Recv()
20+
21+
### Pull Requests
22+
23+
- [#2087](https://github.com/docker/docker-agent/pull/2087) - Remove experimental feature
24+
- [#2090](https://github.com/docker/docker-agent/pull/2090) - docs: update CHANGELOG.md for v1.32.2
25+
- [#2092](https://github.com/docker/docker-agent/pull/2092) - [eval] Optionnally use the gateway for the llm as a judge
26+
- [#2093](https://github.com/docker/docker-agent/pull/2093) - This can be retried
27+
- [#2096](https://github.com/docker/docker-agent/pull/2096) - fix: make HTTP 429 retryable when no fallback model, respect Retry-After header
28+
29+
630
## [v1.32.2] - 2026-03-12
731

832
This release focuses on security improvements and bug fixes, including prevention of PATH hijacking vulnerabilities and fixes to environment file support.
@@ -1263,3 +1287,5 @@ This release improves the terminal user interface with better error handling and
12631287
[v1.32.1]: https://github.com/docker/docker-agent/releases/tag/v1.32.1
12641288

12651289
[v1.32.2]: https://github.com/docker/docker-agent/releases/tag/v1.32.2
1290+
1291+
[v1.32.3]: https://github.com/docker/docker-agent/releases/tag/v1.32.3

0 commit comments

Comments
 (0)