All Versions
80
Latest Version
Avg Release Cycle
27 days
Latest Release
-
Changelog History
Page 7
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
- โ Add
-
v5.3.0 Changes
- ๐ Split
GsonCodec
intoGsonEncoder
andGsonDecoder
, which are easy to use withFeign.Builder
- ๐ Deprecate
GsonCodec
- โก๏ธ Update to Ribbon 0.2.3
- ๐ Split
-
v5.2.0 Changes
- ๐ Support usage of
GsonCodec
viaFeign.Builder
- ๐ Support usage of
-
v5.1.0 Changes
- Correctly handle IOExceptions wrapped by Ribbon.
- ๐ Miscellaneous findbugs fixes.
-
v5.0.1 Changes
Decoder.decode()
is no longer called forResponse
orvoid
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.