From 1012074a664cda7bb87a01f6d6246d7b9cd02b53 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 12 Sep 2022 14:43:14 +0200 Subject: [PATCH] updated changelogs for upcoming 4.16.0 release --- vscode-extensions/vscode-bosh/CHANGELOG.md | 4 ++++ vscode-extensions/vscode-concourse/CHANGELOG.md | 9 +++++++++ vscode-extensions/vscode-manifest-yaml/CHANGELOG.md | 4 ++++ vscode-extensions/vscode-spring-boot/CHANGELOG.md | 8 ++++++++ 4 files changed, 25 insertions(+) diff --git a/vscode-extensions/vscode-bosh/CHANGELOG.md b/vscode-extensions/vscode-bosh/CHANGELOG.md index 7979424eb..d17572baf 100644 --- a/vscode-extensions/vscode-bosh/CHANGELOG.md +++ b/vscode-extensions/vscode-bosh/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0) + +* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811)) + ## 2022-08-11 (4.15.3 RELEASE, incl. language servers version 1.38.0) * _(Language Server)_ fixed: Copied files should retain copyright ownership ([#807](https://github.com/spring-projects/sts4/issues/807)) diff --git a/vscode-extensions/vscode-concourse/CHANGELOG.md b/vscode-extensions/vscode-concourse/CHANGELOG.md index ea0a32c1f..1ff998b76 100644 --- a/vscode-extensions/vscode-concourse/CHANGELOG.md +++ b/vscode-extensions/vscode-concourse/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0) + +* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811)) +* _(Concourse)_ fixed: Concourse extension doesn't know about "check_every: never" for a resource ([#816](https://github.com/spring-projects/sts4/issues/816)) +* _(Concourse)_ fixed: Concourse extension doesn't know about "depth" for a semver resource ([#830](https://github.com/spring-projects/sts4/issues/830)) +* _(Concourse)_ fixed: Concourse extension doesn't recognize URL for "registry_mirror" with a docker-image resource ([#831](https://github.com/spring-projects/sts4/issues/831)) +* _(Concourse)_ fixed: vscode-concourse: support both .yml and .yaml files ([#838](https://github.com/spring-projects/sts4/issues/838)) - contributed by [bmalehorn](https://github.com/bmalehorn) +* _(Concourse)_ fixed: vscode-concourse: add language icon for pipelines & tasks ([#839](https://github.com/spring-projects/sts4/issues/839)) - contributed by [bmalehorn](https://github.com/bmalehorn) + ## 2022-08-11 (4.15.3 RELEASE, incl. language servers version 1.38.0) * _(Language Server)_ fixed: Copied files should retain copyright ownership ([#807](https://github.com/spring-projects/sts4/issues/807)) diff --git a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md index b19a70958..f5f03ad54 100644 --- a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md +++ b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0) + +* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811)) + ## 2022-08-11 (4.15.3 RELEASE, incl. language servers version 1.38.0) * _(Language Server)_ fixed: Copied files should retain copyright ownership ([#807](https://github.com/spring-projects/sts4/issues/807)) diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index 66b423c18..5a9889316 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0) + +* _(Spring Boot)_ fixed: Workspace symbol null on custom annotations ([#818](https://github.com/spring-projects/sts4/issues/818)) +* _(Spring Boot)_ fixed: organize imports causes communication issues with the language server ([#806](https://github.com/spring-projects/sts4/issues/806)) +* _(Spring Boot)_ enhancement: Quick fix action to refactor field injection to constructor injection ([#522](https://github.com/spring-projects/sts4/issues/522)) +* _(Spring Boot)_ fixed: Workspace symbol null on custom annotations ([#818](https://github.com/spring-projects/sts4/issues/818)) +* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811)) + ## 2022-08-11 (4.15.3 RELEASE, incl. language servers version 1.38.0) * _(Spring Boot)_ fixed: Spring Boot Tools slow down code complete ([#808](https://github.com/spring-projects/sts4/issues/808))