From 09632a4610c3169dc064fe254b580bebd6b5c966 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 15 Jun 2021 11:48:56 +0200 Subject: [PATCH] updated changelogs for upcoming 4.11.0 release --- vscode-extensions/vscode-bosh/CHANGELOG.md | 4 ++++ vscode-extensions/vscode-concourse/CHANGELOG.md | 5 +++++ vscode-extensions/vscode-manifest-yaml/CHANGELOG.md | 4 ++++ vscode-extensions/vscode-spring-boot/CHANGELOG.md | 13 +++++++++++++ 4 files changed, 26 insertions(+) diff --git a/vscode-extensions/vscode-bosh/CHANGELOG.md b/vscode-extensions/vscode-bosh/CHANGELOG.md index 6f12181c4..4f0bdcfb8 100644 --- a/vscode-extensions/vscode-bosh/CHANGELOG.md +++ b/vscode-extensions/vscode-bosh/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2021-06-18 (4.11.0 RELEASE, incl. language servers version 1.26.0) + +* no major changes + ## 2021-03-17 (4.10.0 RELEASE, incl. language servers version 1.25.0) * no major changes diff --git a/vscode-extensions/vscode-concourse/CHANGELOG.md b/vscode-extensions/vscode-concourse/CHANGELOG.md index fa4810cfd..af0cc5444 100644 --- a/vscode-extensions/vscode-concourse/CHANGELOG.md +++ b/vscode-extensions/vscode-concourse/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2021-06-18 (4.11.0 RELEASE, incl. language servers version 1.26.0) + +* _(Concourse)_ improvement: VSCode extension doesn't understand glob patterns in group config ([#639](https://github.com/spring-projects/sts4/issues/639)) +* _(Concourse)_ improvement: Step and properties not recognized ([#633](https://github.com/spring-projects/sts4/issues/633)) + ## 2021-03-17 (4.10.0 RELEASE, incl. language servers version 1.25.0) * _(Concourse)_ improvement: Add display property to pipeline schema ([#607](https://github.com/spring-projects/sts4/pull/607)) - contributed by [@jghiloni](https://github.com/jghiloni) diff --git a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md index 3672b36cc..fe8a91e2f 100644 --- a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md +++ b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2021-06-18 (4.11.0 RELEASE, incl. language servers version 1.26.0) + +* no major changes + ## 2021-03-17 (4.10.0 RELEASE, incl. language servers version 1.25.0) * _(CF Manifest)_ fixed: Error writing config: `rename ~\.cf\temp-config025076595 ~\.cf\config.json: Access is denied.` ([#577](https://github.com/spring-projects/sts4/issues/577)) diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index 08054944e..7933e076b 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -1,3 +1,16 @@ +## 2021-06-18 (4.11.0 RELEASE, incl. language servers version 1.26.0) + +* _(Spring Boot)_ fixed: Live data highlights disapearing after closing and reopening editor ([#616](https://github.com/spring-projects/sts4/issues/616)) +* _(Spring Boot)_ fixed: In application.yml deprecated 'spring.profiles' is not showing a warning ([#615](https://github.com/spring-projects/sts4/issues/615)) +* _(Spring Boot)_ fixed: Rename BootLanguagServerBootApp to BootLanguageServerBootApp ([#631](https://github.com/spring-projects/sts4/issues/631)) +* _(VS Code, Spring Boot)_ new: new walkthrough contribution to get started with Spring Boot in VS Code +* _(VS Code, Spring Boot)_ fixed: not work when change LightWeight mode to Standard ([#628](https://github.com/spring-projects/sts4/issues/628)) +* _(VS Code, Spring Boot)_ fixed: spring boot language server causing long waits for Java outline view when running in lightweight mode ([#642](https://github.com/spring-projects/sts4/issues/642)) +* _(VS Code, Spring Boot)_ fixed: language server processes doesn't get shutdown properly in VSCode ([#636](https://github.com/spring-projects/sts4/issues/636)) +* _(VS Code, Spring Boot)_ fixed: nothing shown in VS Code Outline view ([#627](https://github.com/spring-projects/sts4/issues/627)) +* _(VS Code, Spring Boot)_ fixed: vscode spring boot language server not starting up ([#635](https://github.com/spring-projects/sts4/issues/635)) +* _(VS Code, Spring Boot)_ fixed: VSCode extension JDK version ([#612](https://github.com/spring-projects/sts4/issues/612)) + ## 2021-03-17 (4.10.0 RELEASE, incl. language servers version 1.25.0) * _(Spring Boot)_ enhancement: `.sts4` dir location now configurable ([#601](https://github.com/spring-projects/sts4/issues/601))