Skip to content

Releases: spring-cloud/spring-cloud-openfeign

4.2.0

03 Dec 01:20
Compare
Choose a tag to compare

❤️ Contributors

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

@dependabot[bot]

4.1.4

27 Nov 01:51
Compare
Choose a tag to compare

🐞 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

08 Nov 02:35
Compare
Choose a tag to compare

❤️ Contributors

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

@dependabot[bot]

4.1.3

10 Jul 16:59
Compare
Choose a tag to compare

📔 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

30 May 11:28
Compare
Choose a tag to compare

⭐ New Features

  • SpringMvcContract support parse params #1016
  • Custom HTTP codes are not supported #1010

🐞 Bug Fixes

  • Register hints for superinterface methods #1030
  • Issue with registering method parameter hints #1021

📔 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

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