OpenFeign 11.9
What's Changed
- Fixed dangling javadoc comment warning by applying new mapping by @Hakky54 in #1568
- Remove deprecated method. by @myifeng in #1545
- fix: field of enum must be final by @jizhuozhi in #1577
- 1497 : spring contract annotation alias handled by @pavansharma36 in #1579
- Use charset of request to create the String content. by @akuhtz in #1571
- Add support for the parameter type corresponding to headerMapIndex for user object by @mroccyen in #1581
- SpringContract supports @RequestPart and @RequestHeader annotation parameters by @mroccyen in #1583
- Add ability use case insensitive headers for default Client by @selectee in #1586
- Fixed undefined value in @QueryMap params works not as described by @mroccyen in #1585
- All decoders follow rule: if a status is 404 it returns empty or null value by @radio-rogal in #1597
- Deprecate QueryMap.encode, remove processing of the "encode" parameter by @radio-rogal in #1551
- [GH-1319] Add Support for Path Style Parameter Expansion by @kdavisk6 in #1537
- Stream decoder optimize by @mroccyen in #1590
- fix issue 1420 by @mroccyen in #1620
- Add async behavior to OkHttpClient by @joelmarty in #1629
- Advanced parametrized type resolution for AsyncFeign by @edudar in #1623
- Fix for #1286 by @velo in #1287
- Support of capabilities for AsyncFeign by @edudar in #1626
- Alternative ResponseInterceptor attempt by @velo in #1634
Dependencies updated:
- [Snyk] Upgrade org.bouncycastle:bcprov-jdk15on from 1.69 to 1.70 by @snyk-bot in #1556
- [Snyk] Security upgrade com.fasterxml.jackson.core:jackson-databind from 2.13.0 to 2.13.1 by @snyk-bot in #1558
- [Snyk] Upgrade org.openjdk.jmh:jmh-core from 1.33 to 1.34 by @snyk-bot in #1567
- [Snyk] Upgrade io.netty:netty-codec-http from 4.1.70.Final to 4.1.72.Final by @snyk-bot in #1564
- [Snyk] Upgrade org.slf4j:slf4j-api from 1.7.32 to 1.7.33 by @snyk-bot in #1573
- [Snyk] Upgrade org.slf4j:slf4j-nop from 1.7.33 to 1.7.35 by @snyk-bot in #1574
- [Snyk] Upgrade io.netty:netty-codec-http from 4.1.72.Final to 4.1.73.Final by @snyk-bot in #1572
- [Snyk] Upgrade org.slf4j:slf4j-api from 1.7.35 to 1.7.36 by @snyk-bot in #1582
- [Snyk] Upgrade io.netty:netty-codec-http from 4.1.73.Final to 4.1.74.Final by @snyk-bot in #1584
- [Snyk] Upgrade com.google.code.gson:gson from 2.8.9 to 2.9.0 by @snyk-bot in #1589
- [Snyk] Upgrade io.projectreactor:reactor-core from 3.3.0.RELEASE to 3.4.14 by @snyk-bot in #1587
- [Snyk] Upgrade io.reactivex.rxjava2:rxjava from 2.2.14 to 2.2.21 by @snyk-bot in #1588
- [Snyk] Upgrade io.projectreactor:reactor-core from 3.4.14 to 3.4.15 by @snyk-bot in #1596
- [Snyk] Upgrade org.openjdk.jmh:jmh-generator-annprocess from 1.34 to 1.35 by @velo in #1607
- [Snyk] Upgrade io.projectreactor:reactor-core from 3.4.15 to 3.4.16 by @snyk-bot in #1605
- [Snyk] Upgrade io.netty:netty-handler from 4.1.74.Final to 4.1.75.Final by @snyk-bot in #1604
- [Snyk] Upgrade io.netty:netty-handler from 4.1.75.Final to 4.1.76.Final by @kdavisk6 in #1616
- [Snyk] Fix for 1 vulnerabilities by @velo in #1618
- [Snyk] Upgrade io.projectreactor:reactor-core from 3.4.16 to 3.4.17 by @snyk-bot in #1615
- [Snyk] Upgrade io.projectreactor:reactor-core from 3.4.17 to 3.4.18 by @snyk-bot in #1625
- [Snyk] Upgrade org.reactivestreams:reactive-streams from 1.0.3 to 1.0.4 by @kdavisk6 in #1632
- build(deps-dev): bump jackson-databind from 2.13.1 to 2.13.2.1 by @dependabot in #1614
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-databind from 2.13.2 to 2.13.3 by @snyk-bot in #1633
New Contributors
- @Hakky54 made their first contribution in #1568
- @myifeng made their first contribution in #1545
- @jizhuozhi made their first contribution in #1577
- @pavansharma36 made their first contribution in #1579
- @mroccyen made their first contribution in #1581
- @selectee made their first contribution in #1586
- @joelmarty made their first contribution in #1629
- @edudar made their first contribution in #1623
Full Changelog: 11.8...11.9