Skip to content

Releases: spring-cloud/spring-cloud-config

5.0.0-RC1

12 Nov 12:14
afc08eb

Choose a tag to compare

❤️ Contributors

Thank you to all the contributors who worked on this release:

@dependabot[bot], @minizhiren, and @ryanjbaxter

5.0.0-M4

17 Oct 12:26
df866bd

Choose a tag to compare

❤️ Contributors

Thank you to all the contributors who worked on this release:

@dependabot[bot]

5.0.0-M3

01 Oct 21:34
3b3231c

Choose a tag to compare

❤️ Contributors

Thank you to all the contributors who worked on this release:

@dependabot[bot], @klopfdreh, and @philwebb

4.2.3

09 Jul 22:20
e0614a9

Choose a tag to compare

❤️ Contributors

Thank you to all the contributors who worked on this release:

@dependabot[bot]

4.1.7

24 Jun 10:01
db45722

Choose a tag to compare

🐞 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

  • Fix health indicator property names in docs #2915
  • Correct antora attribute #2907

❤️ Contributors

Thank you to all the contributors who worked on this release:

@cselagea and @ngocnhan-tran1996

4.3.0

29 May 14:57

Choose a tag to compare

❤️ Contributors

Thank you to all the contributors who worked on this release:

@dependabot[bot]

4.3.0-RC1

01 May 12:28

Choose a tag to compare

❤️ 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

Full Changelog: v4.3.0-M3...v4.3.0-RC1

4.3.0-M3

07 Apr 11:07

Choose a tag to compare

⭐ 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

04 Apr 12:54

Choose a tag to compare

❤️ 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

04 Apr 00:08

Choose a tag to compare

⭐ 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

❤️ Contributors

Thank you to all the contributors who worked on this release:

@dependabot[bot] and @quaff