diff --git a/vscode-extensions/vscode-bosh/CHANGELOG.md b/vscode-extensions/vscode-bosh/CHANGELOG.md index 85ac62800c..728cf458ab 100644 --- a/vscode-extensions/vscode-bosh/CHANGELOG.md +++ b/vscode-extensions/vscode-bosh/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2024-02-07 (4.21.1 RELEASE, incl. language servers version 1.52.0) + +* no major changes + ## 2023-12-06 (4.21.0 RELEASE, incl. language servers version 1.51.0) * no major changes diff --git a/vscode-extensions/vscode-concourse/CHANGELOG.md b/vscode-extensions/vscode-concourse/CHANGELOG.md index 4bd64b60dd..8fdb732cef 100644 --- a/vscode-extensions/vscode-concourse/CHANGELOG.md +++ b/vscode-extensions/vscode-concourse/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2024-02-07 (4.21.1 RELEASE, incl. language servers version 1.52.0) + +* _(Concourse)_ [Concourse] `set\_pipeline` step considers `team` attribute invalid [#1174](https://github.com/spring-projects/sts4/issues/1174) + ## 2023-12-06 (4.21.0 RELEASE, incl. language servers version 1.51.0) * _(Concourse)_ [Concourse] Support AWS role ARN for S3 resources [#1145](https://github.com/spring-projects/sts4/issues/1145) diff --git a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md index 4492b59af2..e0b5c3703b 100644 --- a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md +++ b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2024-02-07 (4.21.1 RELEASE, incl. language servers version 1.52.0) + +* no major changes + ## 2023-12-06 (4.21.0 RELEASE, incl. language servers version 1.51.0) * no major changes diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index 2a9b3118c6..2bf7da4b8c 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -1,3 +1,24 @@ +## 2024-02-07 (4.21.1 RELEASE, incl. language servers version 1.52.0) + +#### important highlights + +* _(Spring Boot)_ **Log Levels** viewing and editing is available in VSCode for live running Boot apps if enabled on the the app via Spring Boot Actuators +* _(Spring Boot)_ Ability to show "Refactor Preview" in VSCode before applying the changes from OpenRewrite recipes +* _(Spring Boot)_ New content assist proposals available for creating Spring XML config files + +#### all fixes and improvements in detail + +* _(Spring Boot)_ Log Levels View [#1138](https://github.com/spring-projects/sts4/pull/1138) +* _(Spring Boot)_ Evaluate `AnnotatedTextEdit` and `ChangeAnnotation#needsConfirmation` [#1155](https://github.com/spring-projects/sts4/issues/1155) +* _(Spring Boot)_ support for creating Spring XML config files [#1163](https://github.com/spring-projects/sts4/issues/1163) +* _(Spring Boot)_ [refactoring] reduce size of execute rewrite recipes messages [#897](https://github.com/spring-projects/sts4/issues/897) +* _(Spring Boot)_ Opening Spring Boot project in VSCode leads to StackOverflowError [#1166](https://github.com/spring-projects/sts4/issues/1166) +* _(Spring Boot)_ upgrade command shows different recipes than quick fixes [#1165](https://github.com/spring-projects/sts4/issues/1165) +* _(Spring Boot)_ process shows up twice when changing log levels of running app [#1164](https://github.com/spring-projects/sts4/issues/1164) +* _(Spring Boot)_ The IDE compiler have a lot of wrong problem report, maven build is okay [#1159](https://github.com/spring-projects/sts4/issues/1159) +* _(Spring Boot)_ VS Code extension fails Spring Boot update [#1142](https://github.com/spring-projects/sts4/issues/1142) +* _(Spring Boot)_ Add Trusted Authoritites for STS [#1092](https://github.com/spring-projects/sts4/issues/1092) + ## 2023-12-06 (4.21.0 RELEASE, incl. language servers version 1.51.0) #### important highlights