Feign Versions Save

Feign makes writing java http clients easier

11.10

1 year ago

What's Changed


List of PRs that updated libraries versions

New Contributors

Full Changelog: https://github.com/OpenFeign/feign/compare/11.9.1...11.10

11.9.1

1 year ago

What's Changed


List of PRs that updated libraries versions

New Contributors

Full Changelog: https://github.com/OpenFeign/feign/compare/11.9...11.9.1

11.9

1 year ago

What's Changed

Dependencies updated:

New Contributors

Full Changelog: https://github.com/OpenFeign/feign/compare/11.8...11.9

11.8

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/OpenFeign/feign/compare/11.7...11.8

11.7

2 years ago

What's new in OpenFeign 11.7

This minor release includes: 🎁

Highlights: ⚑️

  • Get build compatible with jdk 16 (#1519)
  • [mock] verifyTimes with RequestKey parameter (#1517)
  • JDK 11 HttpClient async implement for AsyncFeign. (#1330)

Enhancements πŸŽ‰

  • Changing archuis-core scope to test (#1496)
  • Aggregate Micrometer "uri" label values under uri template (#1493)
  • SOAPEncoder: Add support to modify soap message manually (#1503)
  • set request factory in Google http client constructor (#1509)
  • Fixed flaky tests due to class.getMethods (#1525)

Security Updates πŸ”

  • Many libraries upgrade to latest version (help wanted to list which ones)
  • Okhttp: CVE-2020-29582 due to old version of Okhttp (Squareup) (#1514)

Contributors

@velo @kdavisk6 @mikrethor @martinacat @Laess3r @moritzluedtke @radio-rogal @doumdoum @UzimakiNaruto @Augustine-C

11.6

2 years ago

What's new in OpenFeign 11.6

This minor release includes: 🎁

Bug Fixes 🐞

  • Fix exception thrown when using a custom error decoder with metrics (#1466 #1468)

Contributors

@kdavisk6 @velo @DarkAtra

11.5

2 years ago

What's new in OpenFeign 11.5

This minor release includes: 🎁

Highlights: ⚑️

  • Modifying Contract to support passing all parameters to encoders #1448 (
  • Micrometer metrics tags extension (#1322)

Contributors

@velo @kdavisk6 @fabiocarvalho777 @Kuvaldis

11.4

2 years ago

What's new in OpenFeign 11.4

Security Release πŸ” for deployments. See 11.3 for highlights

11.2

2 years ago

What's new in OpenFeign 11.2

This minor release includes: 🎁

Enhancements πŸŽ‰

  • Use charset from response Content-Type header to decode (#1302)
  • Collect http_response_code for successfull and failed requests (#1375)
  • Ignore @BeanParam (#1294)

Bug Fixes 🐞

  • Make the FieldQueryMapEncoder encoder thread safe (#1369)
  • GH-1270: Fix conflict between single and multi-value headers (#1347)

Security Updates πŸ”

  • Upgrade libraries

Contributors

@kdavisk6 @velo @Budlee @jaimepineiro

11.3

2 years ago

What's new in OpenFeign 11.3

This minor release includes: 🎁

Highlights: ⚑️

  • Change MindMap to PlantUML (#1396)
  • Rework the Jackson module as a Jackson Jr alternative (#1409)
  • Add JSON-java decoder and encoder (#1387)
  • Import annotation error decoder (#1454)

Enhancements πŸŽ‰

  • Allow multiple inheritance on the interface level with current restri…
  • Add response headers to FeignException (#1452)
  • Adding support for meta-annotations (#1458)

Bug Fixes 🐞

  • Modify DefaultMethodHandler to work with Android (#1436)
  • Run java11 build, if JDK version is at least 11 (#1418)
  • Fix no response logging on async Feign (#1450)

Security Updates πŸ”

  • Many libraries upgrade to latest version (help wanted to list which ones)

Contributors

@kdavisk6 @velo @silkentrance @BigMichi1 @radio-rogal @AWinterman @ashleyfrieze