Skip to content

Releases: MattRoss34/spring-cloud-config

Isolate Bootstrap Config from Application Config

11 Mar 08:23
8360f88
Compare
Choose a tag to compare

The bootstrap config properties should be isolated from the application configuration. This was done by moving the bootstrap properties under spring.cloud.config.

In order to upgrade from v1 to v2, you just need to prepend spring.cloud.config to all of your bootstrap.yml properties. Please refer to the updated README for full details.

Profile-Based Config File Names

10 Mar 22:30
cb33031
Compare
Choose a tag to compare

This release adds the capability to define your application configuration using separate yaml files for each profile you use, instead of keeping all profiles in the same yaml file.

Initial Release

26 Feb 06:02
Compare
Choose a tag to compare

This is the initial release of spring-cloud-config!