Feign v10.3.0 Release Notes

Release Date: 2019-08-12 // over 4 years ago
  • 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