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

Changelog History
Page 7

  • v6.1.0 Changes

    • โž• Add SLF4J integration
  • v6.0.1 Changes

    • ๐Ÿ›  Fix for BasicAuthRequestInterceptor when username and/or password are long.
  • v6.0 Changes

    • ๐Ÿ‘Œ Support binary request and response bodies.
    • Don't throw http status code exceptions when return type is Response.
  • v5.4.0 Changes

    • โž• Add BasicAuthRequestInterceptor
    • โž• Add Jackson integration
  • v5.3.0 Changes

    • ๐Ÿ— Split GsonCodec into GsonEncoder and GsonDecoder, which are easy to use with Feign.Builder
    • ๐Ÿ—„ Deprecate GsonCodec
    • โšก๏ธ Update to Ribbon 0.2.3
  • v5.2.0 Changes

    • ๐Ÿ‘Œ Support usage of GsonCodec via Feign.Builder
  • v5.1.0 Changes

    • Correctly handle IOExceptions wrapped by Ribbon.
    • ๐Ÿ›  Miscellaneous findbugs fixes.
  • v5.0.1 Changes

    • Decoder.decode() is no longer called for Response or void types.
  • v5.0 Changes

    • โœ‚ Remove support for Observable methods.
    • ๐Ÿ‘‰ Use single non-generic Decoder/Encoder instead of sets of type-specific Decoders/Encoders.
    • Decoders/Encoders are now more flexible, having access to the Response/RequestTemplate respectively.
    • ๐Ÿšš Moved SaxDecoder into feign-sax dependency.
      • SaxDecoder now decodes multiple types.
      • Remove pattern decoders in favor of SaxDecoder.
    • โž• Added Feign.Builder to simplify client customizations without using Dagger.
    • Gson type adapters can be registered as Dagger set bindings.
    • Feign.create(...) now requires specifying an encoder and decoder.
  • v4.4.1 Changes

    • ๐Ÿ›  Fix NullPointerException on calling equals and hashCode.