Feign v10.2.0 Release Notes

Release Date: 2019-02-13 // about 5 years ago
  • 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)