OpenFeign 13.4
What's Changed
- Add description for RetryableException by @heli-os in https://github.com/OpenFeign/feign/pull/2459
- Improve Documentation for feign-metrics by @si-net in https://github.com/OpenFeign/feign/pull/2463
- Allows adding literal header values to RequestTemplate by @dvag-yannick-reifschneider in https://github.com/OpenFeign/feign/pull/2471
- Auto rewrite by @velo in https://github.com/OpenFeign/feign/pull/2477
- Update receive-pr.yml to use
masterbranch by @timtebeek in https://github.com/OpenFeign/feign/pull/2484 - fake by @velo in https://github.com/OpenFeign/feign/pull/2479
- Refactored data clumps with the help of LLMs (research project) by @compf in https://github.com/OpenFeign/feign/pull/2497
- Client.Default - Null pointer exception when receiving an 'empty' response with compression by @gromspys in https://github.com/OpenFeign/feign/pull/2510
- Closes Response.body() in Logger after rebuffering to avoid resources leak by @Nazukin-Dmitry in https://github.com/OpenFeign/feign/pull/2530
- Polish static nested test classes by @Nazukin-Dmitry in https://github.com/OpenFeign/feign/pull/2531
List of PRs that updated libraries versions
- Bump org.springframework:spring-context from 6.1.9 to 6.1.10 by @dependabot in https://github.com/OpenFeign/feign/pull/2454
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by @dependabot in https://github.com/OpenFeign/feign/pull/2455
- Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 by @dependabot in https://github.com/OpenFeign/feign/pull/2456
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by @dependabot in https://github.com/OpenFeign/feign/pull/2462
- Bump org.moditect:moditect-maven-plugin from 1.2.1.Final to 1.2.2.Final by @dependabot in https://github.com/OpenFeign/feign/pull/2465
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 by @dependabot in https://github.com/OpenFeign/feign/pull/2466
- Bump org.skyscreamer:jsonassert from 1.5.2 to 1.5.3 by @dependabot in https://github.com/OpenFeign/feign/pull/2464
- Bump jackson.version from 2.17.1 to 2.17.2 by @dependabot in https://github.com/OpenFeign/feign/pull/2467
- Bump micrometer.version from 1.13.1 to 1.13.2 by @dependabot in https://github.com/OpenFeign/feign/pull/2468
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by @dependabot in https://github.com/OpenFeign/feign/pull/2469
- Bump reactor.version from 3.6.7 to 3.6.8 by @dependabot in https://github.com/OpenFeign/feign/pull/2470
- Bump maven-surefire-plugin.version from 3.3.0 to 3.3.1 by @dependabot in https://github.com/OpenFeign/feign/pull/2472
- Bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.2 to 2023.0.3 by @dependabot in https://github.com/OpenFeign/feign/pull/2473
- Bump org.springframework:spring-context from 6.1.10 to 6.1.11 by @dependabot in https://github.com/OpenFeign/feign/pull/2475
- Bump metrics5 version by @velo in https://github.com/OpenFeign/feign/pull/2478
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 by @dependabot in https://github.com/OpenFeign/feign/pull/2487
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 by @dependabot in https://github.com/OpenFeign/feign/pull/2488
- Bump netty.version from 4.1.111.Final to 4.1.112.Final by @dependabot in https://github.com/OpenFeign/feign/pull/2489
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.20.0 to 2.21.0 by @dependabot in https://github.com/OpenFeign/feign/pull/2494
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.36.0 to 5.37.0 by @dependabot in https://github.com/OpenFeign/feign/pull/2495
- Bump com.alibaba.fastjson2:fastjson2 from 2.0.49 to 2.0.52 by @dependabot in https://github.com/OpenFeign/feign/pull/2496
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.14.0 to 2.15.0 by @dependabot in https://github.com/OpenFeign/feign/pull/2499
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in https://github.com/OpenFeign/feign/pull/2500
New Contributors
- @heli-os made their first contribution in https://github.com/OpenFeign/feign/pull/2459
- @si-net made their first contribution in https://github.com/OpenFeign/feign/pull/2463
- @dvag-yannick-reifschneider made their first contribution in https://github.com/OpenFeign/feign/pull/2471
- @timtebeek made their first contribution in https://github.com/OpenFeign/feign/pull/2484
- @compf made their first contribution in https://github.com/OpenFeign/feign/pull/2497
- @Nazukin-Dmitry made their first contribution in https://github.com/OpenFeign/feign/pull/2530
Full Changelog: https://github.com/OpenFeign/feign/compare/13.3...13.4