Feign v8.15 Release Notes

    • ➕ Adds @QueryMap annotation to support dynamic query parameters
    • 👌 Supports runtime injection of Param.Expander via MethodMetadata.indexToExpander
    • ➕ Adds fallback support for HystrixCommand, Observable, and Single results
    • 👌 Supports PUT without a body parameter
    • 👌 Supports substitutions in @Headers like in @Body. (#326)
      • Note: You might need to URL-encode literal values of { or % in your existing code.