81 Commits (master)

Author SHA1 Message Date
Joël Marty fdc7bc2fb8
Add async behavior to OkHttpClient (#1629) 2 years ago
Marvin Froeder af74e131dc
Update CHANGELOG.md 5 years ago
Marvin Froeder c07907942b
Update CHANGELOG.md 5 years ago
Marvin Froeder 92bfd2ab75
Release notes for feign 10.8 5 years ago
Marvin Froeder c6dcb15370
Add feign 10.7 changes 5 years ago
Marvin Froeder 12fd4e83cd
Add changes for 10.6 release 5 years ago
Marvin Froeder e772985238
Update with 10.1 notes 6 years ago
Nate Klein 0cdebcdc08 Updates Ribbon to latest released version (2.3.0) (#826) 6 years ago
Aaron Zipursky b6d8bb1a46 support PATCH with empty body paramter. (#824) 6 years ago
Marvin Froeder b8d1ad97b4
Build feign with java 11 (#707) 6 years ago
Kevin Davis 9875a16f4a
Adding Method to Retryable Exception for evaluation (#744) 6 years ago
Marvin Froeder 985c6828fd Removing @Deprecated methods marked for removal on feign 10 (#739) 6 years ago
Kevin Davis 248bb9ab3b Moves Java8 into Core (#732) 6 years ago
PIERRICK HYMBERT 861bb8060c Support of Java 8 Stream Decoder and Jackson Iterator Decoder (#651) 7 years ago
Benjamin Shai a2addbf2ca add doNotCloseAfterDecode flag to Feign builder (#649) 7 years ago
Adrian Cole d5f581686a Bumps changelog 7 years ago
David Tanner e70bb4fb7a Add the Content-Type if specified, unless we are setting the body (#569) 7 years ago
Ariel d7f40f5a36 Introduces feign-java8 (#548) 7 years ago
Odín del Río 56c105df9e Adds Feign.Builder.mapAndDecode() (#534) 7 years ago
Will May 57c609009c Avoid `Decoder.decode` on 404 when void response type (#549) 8 years ago
Christian Manning 12e61b91c9 Adds Builder class to JAXBDecoder for disabling namespace-awareness. (#471) 8 years ago
Pavlo deda96a4c5 Implements possibility to disable @Param url encoding (#465) 8 years ago
Adrian Cole 8ecb6ade49 Adds FallbackFactory, allowing access to the cause of a Hystrix fallback (#443) 8 years ago
Adrian Cole 177ce5e0ec Adds Hystrix SetterFactory to customize group and command keys (#447) 8 years ago
Nick Fiacco cc650a0314 added builder methods and Request field for Response object (#436) 8 years ago
Mike Liu 30753bf250 Supports context path when using Ribbon LoadBalancingTarget (#433) 8 years ago
Adrian Cole f350c6564a Allows query parameters to match on a substring. Ex q=body:{body} (#428) 8 years ago
a-k-g 17cb578424 Lower case headers in response and use TreeMap to allow case insensitive access (#418) 8 years ago
Dmytro Kostiuchenko 968f35f1da Adds support for encoded query parameters in @QueryMap (#408) 8 years ago
Adrian Cole 44afa41a4a updates changelog 8 years ago
Adrian Cole 60e0319237 Adds maven project under group id io.github.openfeign (#416) 8 years ago
Carter Kozak 6717142afc Returns null when Content-Length > Integer.MAX_VALUE (#410) 8 years ago
bjsousa@wisc.edu abfd77e302 Use correct minor version in changelog 8 years ago
bjsousa@wisc.edu 3d84c767ba Upgrade to OkHttp 3.2 and adjust tests as needed to work with new OkHttpClient and MockWebServer methods 8 years ago
Pablo Diaz 53cfd0d3e0 Added changes to changelog 9 years ago
Dan Jasek 4cab6abcc0 Do not error on interfaces with default methods. 9 years ago
Nick Miyake e7adaa79fd Add HeaderMap annotation 9 years ago
Adrian Cole f0a53b1718 Fixed version log 9 years ago
Adrian Cole 7a9be05a40 Supports runtime injection of Param.Expander 9 years ago
Jimmy Lu 07dcd87fc0 Adds fallback support for HystrixCommand, Observable, and Single results 9 years ago
Nick Miyake 8aeeed641d Add QueryMap annotation 9 years ago
Alexander Schwartz 7e25bbbfb2 make replacements headers work the same like in the body 9 years ago
Paul Nepywoda e17aaed40d support PUT with empty body parameter 9 years ago
Adrian Cole 8c1d6e7729 Fixes CHANGELOG 9 years ago
Adrian Cole 122f9a547b Adds fallback implementation configuration to the `HystrixFeign` builder 9 years ago
Christopher Lakey d1cb196e6e Add support for rx.Observable and rx.Single return types to Hystrix module 9 years ago
Adrian Cole 4f86d15dd8 Bumps dependency versions, most notably Gson 2.5 and OkHttp 2.7 9 years ago
Adrian Cole 24885fe962 Adds Feign.Builder.decode404() to reduce boilerplate for empty semantics 9 years ago
Spencer Gibb c17756ce3b add HystrixCommand support 9 years ago
Adrian Cole 46e891182f Squash changelog version 9 years ago