Skip to content

OpenFeign 10.12

Compare
Choose a tag to compare
@kdavisk6 kdavisk6 released this 28 Dec 22:00
· 741 commits to master since this release

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.Request #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