updated changelogs for upcoming 4.16.0 release

This commit is contained in:
Martin Lippert
2022-09-12 14:43:14 +02:00
parent 7028a6fd45
commit 1012074a66
4 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0)
* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811))
## 2022-08-11 (4.15.3 RELEASE, incl. language servers version 1.38.0)
* _(Language Server)_ fixed: Copied files should retain copyright ownership ([#807](https://github.com/spring-projects/sts4/issues/807))

View File

@@ -1,3 +1,12 @@
## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0)
* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811))
* _(Concourse)_ fixed: Concourse extension doesn't know about "check_every: never" for a resource ([#816](https://github.com/spring-projects/sts4/issues/816))
* _(Concourse)_ fixed: Concourse extension doesn't know about "depth" for a semver resource ([#830](https://github.com/spring-projects/sts4/issues/830))
* _(Concourse)_ fixed: Concourse extension doesn't recognize URL for "registry_mirror" with a docker-image resource ([#831](https://github.com/spring-projects/sts4/issues/831))
* _(Concourse)_ fixed: vscode-concourse: support both .yml and .yaml files ([#838](https://github.com/spring-projects/sts4/issues/838)) - contributed by [bmalehorn](https://github.com/bmalehorn)
* _(Concourse)_ fixed: vscode-concourse: add language icon for pipelines & tasks ([#839](https://github.com/spring-projects/sts4/issues/839)) - contributed by [bmalehorn](https://github.com/bmalehorn)
## 2022-08-11 (4.15.3 RELEASE, incl. language servers version 1.38.0)
* _(Language Server)_ fixed: Copied files should retain copyright ownership ([#807](https://github.com/spring-projects/sts4/issues/807))

View File

@@ -1,3 +1,7 @@
## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0)
* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811))
## 2022-08-11 (4.15.3 RELEASE, incl. language servers version 1.38.0)
* _(Language Server)_ fixed: Copied files should retain copyright ownership ([#807](https://github.com/spring-projects/sts4/issues/807))

View File

@@ -1,3 +1,11 @@
## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0)
* _(Spring Boot)_ fixed: Workspace symbol null on custom annotations ([#818](https://github.com/spring-projects/sts4/issues/818))
* _(Spring Boot)_ fixed: organize imports causes communication issues with the language server ([#806](https://github.com/spring-projects/sts4/issues/806))
* _(Spring Boot)_ enhancement: Quick fix action to refactor field injection to constructor injection ([#522](https://github.com/spring-projects/sts4/issues/522))
* _(Spring Boot)_ fixed: Workspace symbol null on custom annotations ([#818](https://github.com/spring-projects/sts4/issues/818))
* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811))
## 2022-08-11 (4.15.3 RELEASE, incl. language servers version 1.38.0)
* _(Spring Boot)_ fixed: Spring Boot Tools slow down code complete ([#808](https://github.com/spring-projects/sts4/issues/808))