Skip to content

OpenFeign 10.3.0

Compare
Choose a tag to compare
@kdavisk6 kdavisk6 released this 12 Aug 14:06
· 1884 commits to master since this release

What's new in OpenFeign 10.3.0

Highlights:

  • Releases now go to Maven Central (OSSRH) (#968)

Bug Fixes

  • Maintain user-given order for header values (#1009)
  • Response.InputStreamBody missing toString implementation (#1022)
  • Avoided url appending with slash when matrix parameter exists (#999)
  • Parse Retry-After header responses that include decimal points (#980)
  • Don't add slash to URI if it is a matrix parameter like (#998)
  • Add test scope to java-hamcrest dependency (#964)

Enhancements

  • Adds support for per request timeout options. (#970)
  • JacksonEncoder avoids intermediate String request body (#989)
  • Reactive Wrappers: Do Not wrap exceptions in RuntimeExceptions (#1004)

Additional Changes