Feign v10.7.2 Release Notes

Release Date: 2020-01-12 // over 4 years ago
  • What's new in OpenFeign 10.7.2

    ๐Ÿš€ This patch-release includes:

    ๐Ÿฑ Highlights: โšก๏ธ

    • โœ‚ Remove Template Expression naming restrictions (#1139)
    • Ensure Iterable values are encoded before template expansion (#1138)

    ๐Ÿ› Bug Fixes ๐Ÿž

    • Include variables Query Parameter Names when listing template parameters (#1144)
    • Ensure all brackets are decoded in JSON based Body Templates (#1140)
    • ๐Ÿ‘ฎ Force followRedirects on the OkHttpClient when needed (#1130)
    • ๐Ÿ›  Fix formParams contract parsing (#1137)

    ๐Ÿ“š Documentation Updates

    • โšก๏ธ Update year in license headers (#1155)
    • Clarify availability of a Response Body in FeignException (#1149)
    • ๐Ÿ“š Clarify when to use a custom Target or Request Interceptor documentation (#1148)
    • ๐Ÿ“š Update documentation regarding decodeSlash documentation (#1147)
    • โž• Adds logging level to documentation. (#1134

    Contributors

    @fpavageau
    @dnsbtchr
    @switchYello