Merge branch 'master' into remote-jmx

This commit is contained in:
Kris De Volder
2018-07-23 15:08:41 -07:00
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2018-07-23 (M13)
* _(Concourse)_ Added support for missing attributes to `GitGetParams`, `GitPutParams`, `Job` and `Step` schemas ([#64](https://github.com/spring-projects/sts4/issues/64)), ([#65](https://github.com/spring-projects/sts4/issues/65))
* _(Concourse)_ fixed: Concourse VSCode Extension: Does not recognize GCS buckets in semver resource ([#60](https://github.com/spring-projects/sts4/issues/60))
## 2018-06-08 (M12)
* _(Concourse)_ add support for new attributes of DockerImageSource (aws_session_token, max_concurrent_downloads, max_concurrent_uploads) and DockerImagePutParams (additional_tags, cache_from, load_bases, target_name) ([#56](https://github.com/spring-projects/sts4/issues/56))

View File

@@ -1,3 +1,10 @@
## 2018-07-23 (M13)
* _(Spring Boot)_ early prototype for detecting changed bean definitions in live-running (and restarted) boot applications
* _(Spring Boot)_ @Inject annotation now supported for live hovers
* _(Spring Boot)_ added option to match live running apps and workspace projects manually
* _(Spring Boot)_ improved JMX connector reuse (internal optimization)
## 2018-06-08 (M12)
* _(Spring Boot)_ live hovers now updated in all open editors, not just the active one