Skip to content

Commit d779a84

Browse files
committed
Update changelog for vscode extensions for 1.55 release
1 parent bd8c2c9 commit d779a84

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

vscode-extensions/vscode-bosh/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2024-06-12 (4.23.0 RELEASE, incl. language servers version 1.55.0)
2+
3+
* no major changes
4+
15
## 2024-05-02 (4.22.1 RELEASE, incl. language servers version 1.54.0)
26

37
* no major changes

vscode-extensions/vscode-concourse/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2024-06-12 (4.23.0 RELEASE, incl. language servers version 1.55.0)
2+
3+
* no major changes
4+
15
## 2024-05-02 (4.22.1 RELEASE, incl. language servers version 1.54.0)
26

37
* no major changes

vscode-extensions/vscode-manifest-yaml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2024-06-12 (4.23.0 RELEASE, incl. language servers version 1.55.0)
2+
3+
* no major changes
4+
15
## 2024-05-02 (4.22.1 RELEASE, incl. language servers version 1.54.0)
26

37
* no major changes

vscode-extensions/vscode-spring-boot/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2024-06-12 (4.23.0 RELEASE, incl. language servers version 1.55.0)
2+
3+
#### important highlights
4+
5+
* _(Spring Boot)_ Syntax validation for JPQL, SQL, HQL embedded in Java code
6+
* _(Spring Boot)_ Syntax highlighting for SQL embedded into Spring Data query annotations
7+
* _(Spring Boot)_ Navigation to beans from `@DependsOn`
8+
* _(Spring Boot)_ Upgrade to Spring Boot 3.3 is available via OpenRewrite recipes.
9+
10+
#### all fixes and improvements in detail
11+
12+
* _(Spring Boot)_ verify upgrade support to Spring Boot 3.3.0 [#1255](https://github.com/spring-projects/sts4/issues/1255)
13+
* _(Spring Boot)_ vscode `@DependsOn` navigation not linked [#1254](https://github.com/spring-projects/sts4/issues/1254)
14+
* _(Spring Boot)_ add parser-based validation for JPQL, SQL, HQL snippets [#1236](https://github.com/spring-projects/sts4/issues/1236)
15+
* _(Spring Boot)_ inlay hint in pom.xml file to upgrade to latest Spring Boot version [#1211](https://github.com/spring-projects/sts4/issues/1211)
16+
* _(Spring Boot)_ VSCode Spring Boot extension causes semantic token loss upon loading [#1260](https://github.com/spring-projects/sts4/issues/1260)
17+
* _(Spring Boot)_ Occasional NPE when opening / importing / creating Maven projects [#1257](https://github.com/spring-projects/sts4/issues/1257)
18+
* _(Spring Boot)_ `Map<K,V>` with escaped key not works properly in `application.yml` [#1243](https://github.com/spring-projects/sts4/issues/1243)
19+
* _(Spring Boot)_ Variable assignment/reference syntax highlighting lost between v1.53.0 and v1.54.0 [#1249](https://github.com/spring-projects/sts4/issues/1249)
20+
121
## 2024-05-02 (4.22.1 RELEASE, incl. language servers version 1.54.0)
222

323
#### important highlights

0 commit comments

Comments
 (0)