Spring Cloud Openfeign Versions Save

Support for using OpenFeign in Spring Cloud apps

v4.1.1

1 month ago

:star: New Features

  • Support customization of JDK 11+ HttpClient #999

:lady_beetle: 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

:notebook_with_decorative_cover: Documentation

  • Fix simple typo on Configuration Properties page #993
  • Document maintenance mode and recommended migrations #968
  • (docs): Replace @RequestMapping with newer @GetMapping (etc.) #957

:heart: Contributors

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

@AlexElin, @dependabot[bot], and @djkeh

v3.1.9

4 months ago

What's Changed

Full Changelog: https://github.com/spring-cloud/spring-cloud-openfeign/compare/v3.1.8...v3.1.9

v4.1.0

5 months ago

:star: New Features

  • Add HttpClientBuilderCustomizer interface #890

:lady_beetle: Bug Fixes

  • @MockBean annotation does not find existing bean created through @FeignClient #930

:heart: Contributors

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

@OlgaMaciaszek, @bananayong, and @dependabot[bot]

v4.1.0-M2

7 months ago

:lady_beetle: Bug Fixes

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

:notebook_with_decorative_cover: Documentation

  • Update docs structure. #894
  • Antora #892

:heart: Contributors

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

@OlgaMaciaszek and @dependabot[bot]

v4.0.4

9 months ago

:hammer: Dependency Upgrades

  • Upgrade to Feign 12.4. #878

v4.0.3

10 months ago

v3.1.8

10 months ago

v4.0.1

1 year ago

v4.0.0

1 year ago

:star: New Features

  • Support Feign response interceptor configuration #802

:lady_beetle: Bug Fixes

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

:heart: Contributors

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

@emopti-jrufer