Skip to content

Commit

Permalink
Changelogs for vscode extensions for 1.51 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Nov 30, 2023
1 parent 88f3a65 commit d71fc6f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vscode-extensions/vscode-bosh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2023-12-06 (4.21.0 RELEASE, incl. language servers version 1.51.0)

* no major changes

## 2023-11-01 (4.20.1 RELEASE, incl. language servers version 1.50.0)

* no major changes
Expand Down
4 changes: 4 additions & 0 deletions vscode-extensions/vscode-concourse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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)

## 2023-11-01 (4.20.1 RELEASE, incl. language servers version 1.50.0)

* no major changes
Expand Down
4 changes: 4 additions & 0 deletions vscode-extensions/vscode-manifest-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2023-12-06 (4.21.0 RELEASE, incl. language servers version 1.51.0)

* no major changes

## 2023-11-01 (4.20.1 RELEASE, incl. language servers version 1.50.0)

* no major changes
Expand Down
18 changes: 18 additions & 0 deletions vscode-extensions/vscode-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 2023-12-06 (4.21.0 RELEASE, incl. language servers version 1.51.0)

#### important highlights

* _(Spring Boot)_ Completions experience for request mappings on class method level has been improved
* _(Spring Boot)_ Spring Boot 3.2 upgrade available via OpenRewrite integration

#### all fixes and improvements in detail

* _(Spring Boot)_ [optimization] avoid writing spring index cache twice on didSave event [#1143](https://github.com/spring-projects/sts4/issues/1143)
* _(Spring Boot)_ Adopt latest OpenRewrite version [#1135](https://github.com/spring-projects/sts4/issues/1135)
* _(Spring Boot)_ [vscode-spring-boot] Provide better Spring component code completion experience on class and method level [#758](https://github.com/spring-projects/sts4/issues/758)
* _(Spring Boot)_ VS Code extension does not use proxy settings [#1147](https://github.com/spring-projects/sts4/issues/1147)
* _(Spring Boot)_ [validation] exception thrown while validating spring boot versions [#1144](https://github.com/spring-projects/sts4/issues/1144)
* _(Spring Boot)_ `HttpSecurityLambdaDslReconciler` marks more than required [#1141](https://github.com/spring-projects/sts4/issues/1141)
* _(Spring Boot)_ Cant use compsite keys for domain id when extending JpaRepository [#1139](https://github.com/spring-projects/sts4/issues/1139)
* _(Spring Boot)_ Strange error port out of range:-1 for language server [#1137](https://github.com/spring-projects/sts4/issues/1137)

## 2023-11-01 (4.20.1 RELEASE, incl. language servers version 1.50.0)

#### important highlights
Expand Down

0 comments on commit d71fc6f

Please sign in to comment.