|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.49.0] - 2026-04-21 |
| 7 | + |
| 8 | +This release improves DMR support, adds skill filtering capabilities, and includes several bug fixes for OpenTelemetry and security hardening. |
| 9 | + |
| 10 | +## What's New |
| 11 | +- Adds support for filtering skills by name in agent YAML configuration |
| 12 | +- Improves DMR support with better context size handling and structured configuration |
| 13 | + |
| 14 | +## Bug Fixes |
| 15 | +- Fixes OpenTelemetry service resource schema alignment |
| 16 | +- Fixes path traversal vulnerability and other security issues in artifact store, skills loader, hooks, shell and agent warnings |
| 17 | +- Fixes OpenTelemetry import ordering in tests |
| 18 | + |
| 19 | +## Technical Changes |
| 20 | +- Encodes agent source URL when using it as agent name and key for proper conversation handling in `serve api` |
| 21 | +- Moves localhost helper comment in OpenTelemetry code |
| 22 | + |
| 23 | +### Pull Requests |
| 24 | + |
| 25 | +- [#2351](https://github.com/docker/docker-agent/pull/2351) - Improve DMR support |
| 26 | +- [#2404](https://github.com/docker/docker-agent/pull/2404) - Merge pull request #2474 from dgageot/board/support-boolean-or-array-skills-in-yaml-f97b09f6 |
| 27 | +- [#2442](https://github.com/docker/docker-agent/pull/2442) - fix(otel): align service resource schema |
| 28 | +- [#2470](https://github.com/docker/docker-agent/pull/2470) - docs: update CHANGELOG.md for v1.48.0 |
| 29 | +- [#2472](https://github.com/docker/docker-agent/pull/2472) - bump github.com/docker/cli from v29.4.0+incompatible to v29.4.1+incompatible |
| 30 | +- [#2473](https://github.com/docker/docker-agent/pull/2473) - Encode agent source URL when using it as agent name and key, so that it can be used properly in conversations when using `serve api` |
| 31 | +- [#2474](https://github.com/docker/docker-agent/pull/2474) - Support filtering skills by name in agent YAML (#2404) |
| 32 | +- [#2480](https://github.com/docker/docker-agent/pull/2480) - fix: harden artifact store, skills loader, hooks, shell and agent warnings |
| 33 | + |
| 34 | + |
6 | 35 | ## [v1.48.0] - 2026-04-20 |
7 | 36 |
|
8 | 37 | This release adds working directory configuration for MCP and LSP toolsets and improves toolset reliability with better retry handling. |
@@ -2065,3 +2094,5 @@ This release improves the terminal user interface with better error handling and |
2065 | 2094 | [v1.47.0]: https://github.com/docker/docker-agent/releases/tag/v1.47.0 |
2066 | 2095 |
|
2067 | 2096 | [v1.48.0]: https://github.com/docker/docker-agent/releases/tag/v1.48.0 |
| 2097 | + |
| 2098 | +[v1.49.0]: https://github.com/docker/docker-agent/releases/tag/v1.49.0 |
0 commit comments