Skip to content

Commit 1c71319

Browse files
committed
updated changelogs for upcoming 4.18.1 release
1 parent 85103b6 commit 1c71319

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-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+
## 2023-05-05 (4.18.1 RELEASE, incl. language servers version 1.46.0)
2+
3+
* no major changes
4+
15
## 2023-03-15 (4.18.0 RELEASE, incl. language servers version 1.45.0)
26

37
* no major changes

vscode-extensions/vscode-concourse/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2023-05-05 (4.18.1 RELEASE, incl. language servers version 1.46.0)
2+
3+
* _(Concourse)_ fixed: VSCode Extension Concourse CI Pipeline Editor - Incorrect type definition for put step ([#1005](https://github.com/spring-projects/sts4/issues/1005))
4+
* _(Concourse)_ fixed: Add no_get param to Concourse schema ([#1017](https://github.com/spring-projects/sts4/issues/1017))
5+
16
## 2023-03-15 (4.18.0 RELEASE, incl. language servers version 1.45.0)
27

38
* 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+
## 2023-05-05 (4.18.1 RELEASE, incl. language servers version 1.46.0)
2+
3+
* no major changes
4+
15
## 2023-03-15 (4.18.0 RELEASE, incl. language servers version 1.45.0)
26

37
* no major changes

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2023-05-05 (4.18.1 RELEASE, incl. language servers version 1.46.0)
2+
3+
* _(Spring Boot)_ fixed: [vscode-spring-boot] Support navigating to a Spring property file when inspecting on @Value annotations ([#761](https://github.com/spring-projects/sts4/issues/761))
4+
* _(Spring Boot)_ fixed: automatically add import for types when applying content-assist proposals for query methods ([#991](https://github.com/spring-projects/sts4/issues/991))
5+
* _(Spring Boot)_ fixed: do not fetch metrics data right after connecting live data to an app ([#1003](https://github.com/spring-projects/sts4/issues/1003))
6+
* _(Spring Boot)_ fixed: No hyperlink on a hover to a type from JAR ([#1004](https://github.com/spring-projects/sts4/issues/1004))
7+
* _(Spring Boot)_ fixed: [spring-data-support] take type hierarchy of domain types into account ([#1013](https://github.com/spring-projects/sts4/issues/1013))
8+
* _(Spring Boot)_ fixed: [spring-data-support] remove pure findBy method completion from proposal list ([#1014](https://github.com/spring-projects/sts4/issues/1014))
9+
* _(Spring Boot)_ fixed: several live hovers are missing when running Spring Boot 3 applications ([#1019](https://github.com/spring-projects/sts4/issues/1019))
10+
* _(Spring Boot)_ fixed: application.properties/yaml autocomplete for nested enums regression ([#1021](https://github.com/spring-projects/sts4/issues/1021))
11+
* _(Spring Boot)_ fixed: [boot-upgrade] Upgrade petclinic to boot 3 results in compiler errors ([#1022](https://github.com/spring-projects/sts4/issues/1022))
12+
* _(Spring Boot)_ fixed: Bump json from 20160810 to 20230227 in /headless-services/spring-boot-language-server ([#1027](https://github.com/spring-projects/sts4/issues/1027))
13+
* _(Spring Boot)_ fixed: spring-configuration-metadata : must have primitive type property before F3 navigation works ([#1030](https://github.com/spring-projects/sts4/issues/1030))
14+
* _(Spring Boot)_ fixed: spring-configuration-metadata : when two properties have the same Object type F3 fails on the later ones ([#1031](https://github.com/spring-projects/sts4/issues/1031))
15+
* _(Spring Boot)_ fixed: support @ConditionalOnProperty in property navigation feature ([#1033](https://github.com/spring-projects/sts4/issues/1033))
16+
* _(VSCode)_ fixed: In Codespaces, workspace symbols sometimes are empty. ([#1012](https://github.com/spring-projects/sts4/issues/1012))
17+
118
## 2023-03-15 (4.18.0 RELEASE, incl. language servers version 1.45.0)
219

320
#### important highlights

0 commit comments

Comments
 (0)