OpenFeign 10.12
What's new in OpenFeign 10.12
This minor release includes: π
Highlights: β‘οΈ
- OpenFeign is now using CircleCi for builds and releases
Enhancements π
- Support metric names customization (#1311)
- Allows
@param
value in default contract to be taken from param names (#1309) - Track number of exception that happen while decoding payload (#1288)
- Serializable
feign.Reques
t #1193 (#1262) - Add support for Request Timeouts to HTTP/2 Java 11 Client. (#1233)
Bug Fixes π
- Fixes typo in JDoc (#1279)
- Fixes propagation of unchecked exceptions in feign-micrometer (#1282)
- Java11client connect timeout (#1307)
Security Updates π
- Upgrade Jackson to 2.10.5.1 (#1323)
- Upgrade JUnit to 4.13.1 (#1335)
- Upgrade Apache Commons Http to 4.5.136 (#1283)
- Upgrade Bouncy Castle to 1.61 (#1303)
Contributors
@meare
@krzyk
@Kuvaldis
@gb-klein
@Nikolas-Charalambidis
@velo
@ChunMengLu
@tommyk-gears