Skip to content

Releases: spring-cloud/spring-cloud-openfeign

4.1.1

27 Mar 14:00
Compare
Choose a tag to compare

⭐ 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

19 Dec 16:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.8...v3.1.9

4.1.0

06 Dec 16:01
Compare
Choose a tag to compare

⭐ 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

27 Sep 11:33
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Error with Spring Boot 3.2.0-M3 and OpenFeign #912

πŸ“” Documentation

  • Update docs structure. #894
  • Antora #892

❀️ Contributors

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

@OlgaMaciaszek and @dependabot[bot]

4.0.4

28 Jul 12:53
Compare
Choose a tag to compare

πŸ”¨ Dependency Upgrades

  • Upgrade to Feign 12.4. #878

3.1.8

03 Jul 09:43
Compare
Choose a tag to compare
v3.1.8

Update SNAPSHOT to 3.1.8

4.0.3

03 Jul 10:33
Compare
Choose a tag to compare
v4.0.3

Update SNAPSHOT to 4.0.3

4.0.1

02 Feb 16:23
Compare
Choose a tag to compare
v4.0.1

Update SNAPSHOT to 4.0.1

4.0.0

20 Dec 14:40
Compare
Choose a tag to compare

⭐ New Features

  • Support Feign response interceptor configuration #802

🐞 Bug Fixes

  • Disable hostname verification when ssl validation is disabled. #798

❀️ Contributors

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

@emopti-jrufer