Skip to content

OpenFeign 10.7.2

Compare
Choose a tag to compare
@kdavisk6 kdavisk6 released this 12 Jan 20:42
· 820 commits to master since this release

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