Skip to content

OpenFeign 10.2.0

Compare
Choose a tag to compare
@kdavisk6 kdavisk6 released this 13 Feb 03:08
· 2153 commits to master since this release

What's new in OpenFeign 10.2.0

Highlights

  • Security: Updated vulnerable dependencies to their latest versions
  • Bugfix: Corrected URI encoding issues
  • Enhancements: Support for CompleteableFuture, Optional as a 404 code, SOAP services.

Additional Changes

  • No Longer prepend uri with slash if it is a query string (#889)
  • Refactored Header and Query parameter JAXRS Contract Parsing (#896)
  • Allow 1xx status codes (#871)
  • Updating Hystrix Versions (#886)
  • Make status mandatory (#880)
  • Adding URI segment specific encoding (#882)
  • Fix ContentService example (#888)
  • Update benchmarks (#885)
  • Managing Jackson a the parent (#884)
  • fix: benchmark/pom.xml to reduce vulnerabilities (#883)
  • Adjusts copyright headers for this year (#877)
  • Update README.md (#869)
  • fix: pom.xml to reduce vulnerabilities (#867)
  • Fix typo in check null message => HttpClient.java (#864)
  • fix: httpclient/pom.xml to reduce vulnerabilities (#861)
  • fix: pom.xml to reduce vulnerabilities (#859)
  • Fixes NPE when a Response does not provide headers (#855) …
  • Add support for java 8's Optional type to represent a HTTP 404 respon… …
  • Fix type in README (#849)
  • Generating Bill of Material (#846)
  • Add unit tests for class feign.Util (#844)
  • Add support for CompletableFuture for method return types (#638)
  • Adding Support for Query Parameter Name Expansion (#841)
  • Set versions on all poms to 10.2-SNAPSHOT (#843)
  • Adding SOAP CoDec (+ JAXB modifications) (#786)
  • Filter out sythetic fields from FieldQueryMapEncoder (#840)
  • Add fine-grained HTTP error exceptions (#825)