Skip to content

Commit 9a5f514

Browse files
docs: update CHANGELOG.md for v1.38.0
Automated changelog update for release v1.38.0 Assisted-By: Docker Agent
1 parent 8d9a4c5 commit 9a5f514

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

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

55

6+
## [v1.38.0] - 2026-03-26
7+
8+
This release improves OAuth configuration and fixes tool caching issues with remote MCP server reconnections.
9+
10+
## Improvements
11+
12+
- Changes OAuth client name to "docker-agent" for better identification
13+
- Reworks compaction logic to prevent infinite loops when context overflow errors occur repeatedly
14+
15+
## Bug Fixes
16+
17+
- Fixes tool cache not refreshing after remote MCP server reconnects, ensuring updated tools are available after server restarts
18+
19+
## Technical Changes
20+
21+
- Updates CHANGELOG.md for v1.37.0 release documentation
22+
23+
### Pull Requests
24+
25+
- [#2242](https://github.com/docker/docker-agent/pull/2242) - Refactor compaction
26+
- [#2243](https://github.com/docker/docker-agent/pull/2243) - docs: update CHANGELOG.md for v1.37.0
27+
- [#2245](https://github.com/docker/docker-agent/pull/2245) - Change the oauth client name to docker-agent
28+
- [#2246](https://github.com/docker/docker-agent/pull/2246) - fix: refresh tool and prompt caches after remote MCP server reconnect
29+
30+
631
## [v1.37.0] - 2026-03-25
732

833
This release adds support for forwarding sampling parameters to provider APIs, introduces global user-level permissions, and includes several bug fixes and improvements.
@@ -1610,3 +1635,5 @@ This release improves the terminal user interface with better error handling and
16101635
[v1.36.1]: https://github.com/docker/docker-agent/releases/tag/v1.36.1
16111636

16121637
[v1.37.0]: https://github.com/docker/docker-agent/releases/tag/v1.37.0
1638+
1639+
[v1.38.0]: https://github.com/docker/docker-agent/releases/tag/v1.38.0

0 commit comments

Comments
 (0)