diff --git a/vscode-extensions/vscode-bosh/CHANGELOG.md b/vscode-extensions/vscode-bosh/CHANGELOG.md index 331459827..bad05c4a0 100644 --- a/vscode-extensions/vscode-bosh/CHANGELOG.md +++ b/vscode-extensions/vscode-bosh/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2023-11-01 (4.20.1 RELEASE, incl. language servers version 1.50.0) + +* no major changes + ## 2023-09-13 (4.20.0 RELEASE, incl. language servers version 1.49.0) * no major changes diff --git a/vscode-extensions/vscode-concourse/CHANGELOG.md b/vscode-extensions/vscode-concourse/CHANGELOG.md index 153a40757..a62d8891d 100644 --- a/vscode-extensions/vscode-concourse/CHANGELOG.md +++ b/vscode-extensions/vscode-concourse/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2023-11-01 (4.20.1 RELEASE, incl. language servers version 1.50.0) + +* no major changes + ## 2023-09-13 (4.20.0 RELEASE, incl. language servers version 1.49.0) * no major changes diff --git a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md index 53109d032..1b1e97c23 100644 --- a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md +++ b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2023-11-01 (4.20.1 RELEASE, incl. language servers version 1.50.0) + +* no major changes + ## 2023-09-13 (4.20.0 RELEASE, incl. language servers version 1.49.0) * no major changes diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index cc67907d4..b78da36ff 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -1,3 +1,28 @@ +## 2023-11-01 (4.20.1 RELEASE, incl. language servers version 1.50.0) + +#### important highlights + +* _(Spring Boot)_ Completions for Spring Properties show up 10 times faster initially (as fast as on the consecutive invocations) +* _(Spring Boot)_ Various performance optimizations around symbols scanning and Java reconciling + +#### all fixes and improvements in detail + +* _(Spring Boot)_ fixed: [optimization] avoid running symbol indexing and cache write for empty affected files array [#1124](https://github.com/spring-projects/sts4/issues/1124) +* _(Spring Boot)_ fixed: [optimization] Boot properties completions slow to show up [#1120](https://github.com/spring-projects/sts4/issues/1120) +* _(Spring Boot)_ fixed: [optimization] reuse compilation unit cache to compute symbols for document [#1119](https://github.com/spring-projects/sts4/issues/1119) +* _(Spring Boot)_ fixed: [optimization] avoid writing caches multiple times on file delete events [#1118](https://github.com/spring-projects/sts4/issues/1118) +* _(Spring Boot)_ fixed: [optimization] Dependency versions re-calculated often [#1116](https://github.com/spring-projects/sts4/issues/1116) +* _(Spring Boot)_ fixed: [boot version validation] add progress support and error messages [#1115](https://github.com/spring-projects/sts4/issues/1115) +* _(Spring Boot)_ fixed: Completion Proposal for query methods doesn't work with `record` entities [#1113](https://github.com/spring-projects/sts4/issues/1113) +* _(Spring Boot)_ fixed: Entity Id type from domain type reconciler should account for JPA `@Id` annotations [#1112](https://github.com/spring-projects/sts4/issues/1112) +* _(Spring Boot)_ fixed: further refinements for quick fixes around mapping annotations [#1109](https://github.com/spring-projects/sts4/issues/1109) +* _(Spring Boot)_ fixed: Multiple quick fixes offered for `@RequestMapping` into `GetMapping` etc [#1107](https://github.com/spring-projects/sts4/issues/1107) +* _(Spring Boot)_ fixed: Spring Modulith verifications broken [#1127](https://github.com/spring-projects/sts4/issues/1127) +* _(Spring Boot)_ fixed: various OpenRewrite based quick fixes are broken [#1126](https://github.com/spring-projects/sts4/issues/1126) +* _(Spring Boot)_ fixed: Plugin does not use eclipse proxy settings [#1101](https://github.com/spring-projects/sts4/issues/1101) +* _(Spring Boot)_ fixed: [validation] reconciler throws NPE [#1117](https://github.com/spring-projects/sts4/issues/1117) +* _(Spring Boot)_ fixed: VS Code - Document dependency on the Red Hat Language Support for Java [#1131](https://github.com/spring-projects/sts4/issues/1131) + ## 2023-09-13 (4.20.0 RELEASE, incl. language servers version 1.49.0) #### important highlights