Releases: spring-cloud/spring-cloud-config
Releases · spring-cloud/spring-cloud-config
5.0.0-RC1
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot], @minizhiren, and @ryanjbaxter
5.0.0-M4
5.0.0-M3
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot], @klopfdreh, and @philwebb
4.2.3
4.1.7
🐞 Bug Fixes
- Server-side authentication for Vault not supported in composite backends #2821
- Incorrect profile hadling of properties using AwsS3 repository #2815
- Race condition between environment and resources repository when using jgit repository #2681
📔 Documentation
❤️ Contributors
Thank you to all the contributors who worked on this release:
4.3.0
4.3.0-RC1
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot]
What's Changed
- Bump software.amazon.awssdk:bom from 2.31.15 to 2.31.17 by @dependabot in #2817
- Bump software.amazon.awssdk:bom from 2.31.17 to 2.31.18 by @dependabot in #2818
- Bump software.amazon.awssdk:bom from 2.31.18 to 2.31.19 by @dependabot in #2819
- Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.20 by @dependabot in #2820
- Bump software.amazon.awssdk:bom from 2.31.20 to 2.31.21 by @dependabot in #2822
- Bump software.amazon.awssdk:bom from 2.31.21 to 2.31.22 by @dependabot in #2823
- Bump software.amazon.awssdk:bom from 2.31.22 to 2.31.23 by @dependabot in #2824
- Bump software.amazon.awssdk:bom from 2.31.23 to 2.31.24 by @dependabot in #2826
- Bump software.amazon.awssdk:bom from 2.31.24 to 2.31.25 by @dependabot in #2827
- Support YAML specific profile documents in AWS S3 buckets by @ryanjbaxter in #2825
- Bump software.amazon.awssdk:bom from 2.31.25 to 2.31.26 by @dependabot in #2829
- Support server-side authentication for Vault in composite backends by @mamachanko in #2828
- Bump software.amazon.awssdk:bom from 2.31.26 to 2.31.27 by @dependabot in #2830
- Bump software.amazon.awssdk:bom from 2.31.27 to 2.31.28 by @dependabot in #2832
- Bump software.amazon.awssdk:bom from 2.31.28 to 2.31.30 by @dependabot in #2837
- Bump software.amazon.awssdk:bom from 2.31.30 to 2.31.31 by @dependabot in #2838
- Bump software.amazon.awssdk:bom from 2.31.31 to 2.31.32 by @dependabot in #2839
New Contributors
- @mamachanko made their first contribution in #2828
Full Changelog: v4.3.0-M3...v4.3.0-RC1
4.3.0-M3
⭐ New Features
- Config Server: S3 integration should consume the same files as in Git intergation #1829
🐞 Bug Fixes
- Health indicator should show down if acceptEmpty false and property sources are empty #2778
❤️ Contributors
Thank you to all the contributors who worked on this release:
@cselagea, @dependabot[bot], and @ryanjbaxter
4.2.2
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot]
What's Changed
- Config Client: Fix logic to try all URLs by @marnee01 in #2798
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs by @dependabot in #2800
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs by @dependabot in #2802
Full Changelog: v4.2.1...v4.2.2
4.1.6
⭐ New Features
- Next URL is not attempted if not successful, but exception is not thrown #2735
- Add Ability to skip property value decryption (e.g. "decryptProperties=false") #2632
🐞 Bug Fixes
- Optional observation tag for labels is incompatible with Prometheus registry #2752
📔 Documentation
- Fix typo #2711
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot] and @quaff