Releases: spring-projects/spring-credhub
Releases · spring-projects/spring-credhub
3.1.0-RC1
This is the first release candidate for a Spring CredHub 3.1.0 release.
3.0.0
⭐ 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
3.0.0-RC1
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
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
2.3.0
🔨 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
🔨 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
🔨 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
- 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
This release includes the following changes:
- Add the ability to override the configuration of the
OAuth2AuthorizedClientManager
andReactiveOAuth2AuthorizedClientManager
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
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