All Versions
80
Latest Version
Avg Release Cycle
27 days
Latest Release
-

Changelog History
Page 1

  • v11.9 Changes

    • OkHttpClient now implements AsyncClient
  • v10.11

    June 09, 2020
  • v10.10.1

    April 25, 2020
  • v10.10.0

    April 20, 2020
  • v10.9.1

    April 20, 2020
  • v10.9 Changes

    March 25, 2020
    • ๐Ÿ”ง Configurable to disable streaming mode for Default client by verils (#1182)
    • Overriding query parameter name by boggard (#1184)
    • Internal feign metrics by velo:
    • โฌ‡๏ธ Dropwizard metrics 5 (#1181)
    • Micrometer (#1188)
  • v10.8 Changes

    February 28, 2020
    • ๐Ÿ‘ async feign variant supporting CompleteableFutures by motinis (#1174)
    • ๐Ÿคก deterministic iterations for Feign mocks by contextshuffling (#1165)
    • Async client for apache http 5 by velo (#1179)
  • v10.7.4 Changes

    January 21, 2020

    What's new in OpenFeign 10.7.4

    ๐Ÿš€ This patch-release includes fixes for backward compatibility issues:

    ๐Ÿ› Bug Fixes ๐Ÿž

    • โช Restore Request.Body accessibility for compatibility (#1164)
  • v10.7.3 Changes

    January 19, 2020

    What's new in OpenFeign 10.7.3

    ๐Ÿš€ This patch-release includes:

    ๐Ÿ› Bug Fixes ๐Ÿž

    • โช Correct Encoding and restore decodeSlash in QueryTemplate (#1160)

    โž• Additional Changes

    • ๐Ÿ“š Update SOAP Encoder Documentation for useFirstChild (#1161)
    • โšก๏ธ Update okhttp client version from 3.6.0 to 3.14.4. (#1158)

    Contributors

    @svenhaag

  • v10.7.2 Changes

    January 12, 2020

    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