Skip to content

Commit a0879fd

Browse files
docs: update CHANGELOG.md for v1.32.1
Automated changelog update for release v1.32.1 Assisted-By: Docker Agent
1 parent 59828bf commit a0879fd

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

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

55

6+
## [v1.32.1] - 2026-03-12
7+
8+
This release fixes several issues with session handling, tool elicitation, and MCP environment variable validation.
9+
10+
## Bug Fixes
11+
- Fixes corrupted session history by filtering sub-agent streaming events from parent session persistence
12+
- Fixes elicitation requests failing in sessions with ToolsApproved=true by decoupling elicitation channel from ToolsApproved flag
13+
- Fixes MCP environment variable validation being skipped when any gateway preflight errors occur
14+
15+
## Improvements
16+
- Prevents sidebar from scrolling to top when clicking navigation links in documentation
17+
18+
## Technical Changes
19+
- Adds end-to-end test for tool result block validation
20+
- Updates CHANGELOG.md for v1.32.0 release
21+
22+
### Pull Requests
23+
24+
- [#2053](https://github.com/docker/docker-agent/pull/2053) - fix(#2053): filter sub-agent streaming events from parent session persistence
25+
- [#2072](https://github.com/docker/docker-agent/pull/2072) - docs: update CHANGELOG.md for v1.32.0
26+
- [#2076](https://github.com/docker/docker-agent/pull/2076) - Don't scroll sidebar to the top
27+
- [#2077](https://github.com/docker/docker-agent/pull/2077) - Fix corrupted session history
28+
- [#2080](https://github.com/docker/docker-agent/pull/2080) - fix: decouple elicitation channel from ToolsApproved flag
29+
- [#2081](https://github.com/docker/docker-agent/pull/2081) - Fix MCP env var check skipped when any gateway preflight errors
30+
31+
632
## [v1.32.0] - 2026-03-12
733

834
This release adds support for newer Gemini models, improves toolset documentation, and enhances user interaction capabilities.
@@ -1211,3 +1237,5 @@ This release improves the terminal user interface with better error handling and
12111237
[v1.31.0]: https://github.com/docker/docker-agent/releases/tag/v1.31.0
12121238

12131239
[v1.32.0]: https://github.com/docker/docker-agent/releases/tag/v1.32.0
1240+
1241+
[v1.32.1]: https://github.com/docker/docker-agent/releases/tag/v1.32.1

0 commit comments

Comments
 (0)