Releases: spring-cloud/spring-cloud-openfeign
Releases · spring-cloud/spring-cloud-openfeign
4.2.0
4.1.4
🐞 Bug Fixes
- OAuth2AccessTokenInterceptor can handle Authentication Principal where principalName is null #1049
- Misleading Content-Encoding Header in Default-Setup for Request Compression #1048
📔 Documentation
- Improve compression functionality documentation #1056
- fix: defaultValue in additional-spring-configuration-metadata.json #1041
- Headers annotation not sending headers #983
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot] and @dowenliu-xyz
4.2.0-RC1
4.1.3
📔 Documentation
- Document issues when using Spring FactoryBean and Spring Cloud OpenFeign Clients #1009
❤️ Contributors
Thank you to all the contributors who worked on this release:
@XiaotianZha and @dependabot[bot]
4.1.2
⭐ New Features
🐞 Bug Fixes
📔 Documentation
- Fix Reactive Support doc #1027
❤️ Contributors
Thank you to all the contributors who worked on this release:
@OlgaMaciaszek, @Puppy4C, and @dependabot[bot]
4.1.1
⭐ New Features
- Support customization of JDK 11+ HttpClient #999
🐞 Bug Fixes
- FeignClientFactoryBean dismiss404 default config overrides client-specific config #1005
- Default request header headers overwriten with specific client configuration and shared by all clients #1001
- NPE in FeignResponseAdapter in case Content-Length header is not provided and response status is not 1XX, NO_CONTENT and NOT_MODIFIED #972
- Missing reflection metadata for feign.ResponseInterceptor$Chain #959
- PageJacksonModule doesn't deserialize all Spring Page attributes #814
📔 Documentation
- Fix simple typo on Configuration Properties page #993
- Document maintenance mode and recommended migrations #968
- (docs): Replace
@RequestMapping
with newer@GetMapping
(etc.) #957
❤️ Contributors
Thank you to all the contributors who worked on this release:
@AlexElin, @dependabot[bot], and @djkeh
v3.1.9
What's Changed
- Bump actions/checkout from 2 to 4 by @dependabot in #897
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #900
- Bump actions/setup-java from 2 to 3 by @dependabot in #902
- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.11.3 to 2.11.4 by @dependabot in #909
- Upgrade dependencies. by @OlgaMaciaszek in #928
- Bump com.google.protobuf:protobuf-java from 3.25.0 to 3.25.1 by @dependabot in #936
- Bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot in #943
- Bump actions/setup-java from 3 to 4 by @dependabot in #946
Full Changelog: v3.1.8...v3.1.9
4.1.0
⭐ New Features
- Add HttpClientBuilderCustomizer interface #890
🐞 Bug Fixes
@MockBean
annotation does not find existing bean created through@FeignClient
#930
❤️ Contributors
Thank you to all the contributors who worked on this release:
@OlgaMaciaszek, @bananayong, and @dependabot[bot]
4.1.0-M2
🐞 Bug Fixes
- Error with Spring Boot 3.2.0-M3 and OpenFeign #912
📔 Documentation
❤️ Contributors
Thank you to all the contributors who worked on this release:
@OlgaMaciaszek and @dependabot[bot]