All Versions
80
Latest Version
Avg Release Cycle
27 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v8.1 Changes
- ๐ Allows
@Headers
to be applied to a type
- ๐ Allows
-
v8.0 Changes
- โ Removes Dagger 1.x Dependency
- โ Removes support for parameters annotated with
[email protected]
. Use[email protected]
instead. - ๐ Makes body parameter type explicit.
-
v7.5 Changes
- โ Added possibility to leave slash encoded in path parameters
-
v7.4 Changes
- ๐ Allows
@Headers
to be applied to a type
- ๐ Allows
-
v7.3 Changes
- โ Adds Request.Options support to RibbonClient
- โ Adds LBClientFactory to enable caching of Ribbon LBClients
- โก๏ธ Updates to Ribbon 2.0-RC13
- โก๏ธ Updates to Jackson 2.5.1
- ๐ Supports query parameters without values
-
v7.2 Changes
- โ Adds
Feign.Builder.build()
- Opens constructor for Gson and Jackson codecs which accepts type adapters
- โ Adds EmptyTarget for interfaces who exclusively declare URI methods
- ๐ Reformats code according to Google Java Style
- โ Adds
-
v7.1 Changes
- โก๏ธ Introduces [email protected] to annotate template parameters. Users must migrate from
[email protected]
to[email protected]
before updating to Feign 8.0.- Supports custom expansion via
@Param(value = "name", expander = CustomExpander.class)
- Supports custom expansion via
- โ Adds OkHttp integration
- ๐ Allows multiple headers with the same name.
- Ensures Accept headers default to
*/*
- โก๏ธ Introduces [email protected] to annotate template parameters. Users must migrate from
-
v7.0 Changes
- ๐ฆ Expose reflective dispatch hook: InvocationHandlerFactory
- โ Add JAXB integration
- โ Add SLF4J integration
- โฌ๏ธ Upgrade to Dagger 1.2.2.
- Note: Dagger-generated code prior to version 1.2.0 is incompatible with Dagger 1.2.0 and beyond. Dagger users should upgrade Dagger to at least version 1.2.0, and recompile any dependency-injected classes.
-
v6.1.3 Changes
- โก๏ธ Updates to Ribbon 2.0-RC5
-
v6.1.1 Changes
- ๐ Fix for #85