Skip to content

Releases: spring-projects/spring-credhub

3.1.0-RC1

10 Oct 15:14
Compare
Choose a tag to compare
3.1.0-RC1 Pre-release
Pre-release

This is the first release candidate for a Spring CredHub 3.1.0 release.

3.0.0

02 Feb 22:19
Compare
Choose a tag to compare

⭐ Noteworthy Changes

  • Java 17 baseline (following Spring Framework 6 and Spring Boot 3)
  • Remove support for non-reactive Netty client as the previously deprecated Netty HTTP Client implementation was removed from Spring Framework 6
  • Remove support for deprecated APIs related to CredHub server v1

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.4
  • Upgrade to Spring Boot 3.0.2
  • Upgrade to Spring Security 6.0.1
  • Upgrade to Apache HttpComponents HttpClient 5.1.3

❤️ Contributors

@fombico @spikymonkey

3.0.0-RC1

18 Jan 19:25
Compare
Choose a tag to compare
3.0.0-RC1 Pre-release
Pre-release

This is the first release candidate for a Spring CredHub 3.0.0 release.

See https://github.com/spring-projects/spring-credhub/releases/tag/v3.0.0-M1

3.0.0-M1

13 Dec 20:58
Compare
Choose a tag to compare
3.0.0-M1 Pre-release
Pre-release

This is the first milestone for a Spring CredHub 3.0.0 release.

⭐ Noteworthy Changes

  • Java 17 baseline (following Spring Framework 6 and Spring Boot 3)
  • Remove support for non-reactive Netty client as the previously deprecated Netty HTTP Client implementation was removed from Spring Framework 6
  • Remove support for deprecated APIs related to CredHub server v1

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.0
  • Upgrade to Spring Boot 3.0.0
  • Upgrade to Spring Security 6.0.0
  • Upgrade to Apache HttpComponents HttpClient 5.1.3

❤️ Contributors

@fombico @spikymonkey

2.3.0

15 Nov 21:57
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 5.3.23
  • Upgrade to Spring Boot 2.7.5
  • Upgrade to Spring Security 5.7.5
  • Upgrade to Reactor 2020.0.24
  • Upgrade to OKHttp 4.9.3
  • Upgrade Netty to 4.1.84.Final
  • Upgrade to Jackson Databind 2.13.3

2.3.0-RC1

31 May 20:44
Compare
Choose a tag to compare
2.3.0-RC1 Pre-release
Pre-release

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 5.3.20
  • Upgrade to Spring Boot 2.7.0
  • Upgrade to Spring Security 5.7.1
  • Upgrade to Reactor 2020.0.19
  • Upgrade to OKHttp 4.9.3
  • Upgrade Netty to 4.1.77.Final
  • Upgrade to Jackson Databind 2.13.3

2.2.0

03 Dec 22:43
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 2.5.7
  • Upgrade to Spring Security 5.5.3
  • Upgrade to Reactor 2020.0.13
  • Upgrade to OKHttp 4.9.1
  • Upgrade to Apache HttpComponents 4.5.13
  • Upgrade to Netty 4.1.68.Final

2.2.0-RC1

19 Nov 21:56
Compare
Choose a tag to compare
2.2.0-RC1 Pre-release
Pre-release
  • Upgrade Spring Framework to 5.3.13
  • Upgrade Spring Boot to 2.5.7
  • Upgrade Spring Security to 5.5.3
  • Upgrade Reactor to 2020.0.13

2.1.1.RELEASE

02 Jun 17:09
Compare
Choose a tag to compare

This release includes the following changes:

  • Add the ability to override the configuration of the OAuth2AuthorizedClientManager and ReactiveOAuth2AuthorizedClientManager beans used for OAuth2 authentication to support non-web applications
  • Fix an issue with OAuth2 authentication when using the reactive API and Netty
  • Upgrade to Spring Security 5.2.4.RELEASE

Additional notes:

  • The codebase has been reformatted to adhere to the Spring Java Format conventions, and the build has been updated to enforce these conventions

2.0.0.RC1

14 Dec 21:42
d8a8636
Compare
Choose a tag to compare
2.0.0.RC1 Pre-release
Pre-release

This release includes the following features:

  • Adds ReactiveCredHubOperations to provide a reactive interface to CredHub
  • Provides compatibility with Spring Framework 5.1 and Spring Boot 2.1