|
2 | 2 |
|
3 | 3 | All notable changes to the Docker Language Server will be documented in this file.
|
4 | 4 |
|
| 5 | +## [0.3.6] - 2025-04-18 |
| 6 | + |
| 7 | +### Changed |
| 8 | +- get the JSON structure of a Bake target with Go APIs instead of spawning a separate child process ([#63](https://github.com/docker/docker-language-server/issues/63)) |
| 9 | +* Update `moby/buildkit` to v0.21.0 and `docker/buildx` to v0.23.0 ([#64](https://github.com/docker/docker-language-server/issues/64)) |
| 10 | + |
| 11 | +### Fixed |
| 12 | + |
| 13 | +- Bake |
| 14 | + - textDocument/publishDiagnostics |
| 15 | + - consider the context attribute when determining which Dockerfile the Bake target is for ([#57](https://github.com/docker/docker-language-server/issues/57)) |
| 16 | + - textDocument/inlayHints |
| 17 | + - consider the context attribute when determining which Dockerfile to use for inlaying default values of `ARG` variables ([#60](https://github.com/docker/docker-language-server/pull/60)) |
| 18 | + - textDocument/completion |
| 19 | + - consider the context attribute when determining which Dockerfile to use for looking up build stages ([#61](https://github.com/docker/docker-language-server/pull/61)) |
| 20 | + - textDocument/definition |
| 21 | + - consider the context attribute when trying to resolve the Dockerfile to use for `ARG` variable definitions ([#62](https://github.com/docker/docker-language-server/pull/62)) |
| 22 | + - fix a panic that may occur if a for loop did not have a conditional expression ([#65](https://github.com/docker/docker-language-server/pull/65)) |
| 23 | + |
5 | 24 | ## [0.3.5] - 2025-04-13
|
6 | 25 |
|
7 | 26 | ### Fixed
|
@@ -110,7 +129,8 @@ All notable changes to the Docker Language Server will be documented in this fil
|
110 | 129 | - textDocument/semanticTokens/full
|
111 | 130 | - provide syntax highlighting for Bake files
|
112 | 131 |
|
113 |
| -[Unreleased]: https://github.com/docker/docker-language-server/compare/v0.3.5...main |
| 132 | +[Unreleased]: https://github.com/docker/docker-language-server/compare/v0.3.6...main |
| 133 | +[0.3.6]: https://github.com/docker/docker-language-server/compare/v0.3.5...v0.3.6 |
114 | 134 | [0.3.5]: https://github.com/docker/docker-language-server/compare/v0.3.4...v0.3.5
|
115 | 135 | [0.3.4]: https://github.com/docker/docker-language-server/compare/v0.3.3...v0.3.4
|
116 | 136 | [0.3.3]: https://github.com/docker/docker-language-server/compare/v0.3.2...v0.3.3
|
|
0 commit comments