Skip to content

Tags: vlalanne/feign

Tags

v8.11.0

Toggle v8.11.0's commit message
add HystrixCommand support

fixes OpenFeigngh-189

v8.10.1

Toggle v8.10.1's commit message
Squash changelog version

v8.9.1

Toggle v8.9.1's commit message
Class-level headers from inherited class when method is defined in de…

…claring class

Relates to OpenFeign#266, adds support to have @Header on the parent interface too

v8.10.0

Toggle v8.10.0's commit message
Supports POST without a body parameter

```java
@RequestLine("POST")
String noPostBody();
```

see
http://johnfeng.github.io/blog/2015/06/30/okhttp-updates-post-wouldnt-be-allowed-to-have-null-body/

v8.9.0

Toggle v8.9.0's commit message
Switches body parameter substitution to use encoded parameters

Resolves issue where some characters (+ %..) would end up double decoded if existing in parameters.

Fixes OpenFeign#264

v8.8.1

Toggle v8.8.1's commit message
Merge pull request OpenFeign#267 from Netflix/dont-break-on-processAn…

…notationOnClass

Un-abstracts processAnnotationOnClass so that we don't break api

v8.8.0

Toggle v8.8.0's commit message
Moves off legacy travis containers

v8.7.1

Toggle v8.7.1's commit message
Fixes NPE when apache client rebuffers content

When log level is full, the response body is rebuffered. The Apache
client had a bug where it allowed `toInputStream` to return null. This
fixes that bug and backfills tests for the other two clients.

Fixes OpenFeign#255

v7.6.0

Toggle v7.6.0's commit message
Bumps changelog

v8.7.0

Toggle v8.7.0's commit message
Bumps dependency versions for integrations

* OkHttp/MockWebServer 2.4.0
* Gson 2.3.1
* Jackson 2.6.0
* Ribbon 2.1.0
* SLF4J 1.7.12