|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 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 | + |
6 | 32 | ## [v1.32.0] - 2026-03-12 |
7 | 33 |
|
8 | 34 | 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 |
1211 | 1237 | [v1.31.0]: https://github.com/docker/docker-agent/releases/tag/v1.31.0 |
1212 | 1238 |
|
1213 | 1239 | [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