| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenFeign 13.11 source code.tar.gz | 2026-03-18 | 515.3 kB | |
| OpenFeign 13.11 source code.zip | 2026-03-18 | 1.1 MB | |
| README.md | 2026-03-18 | 1.1 kB | |
| Totals: 3 Items | 1.7 MB | 0 | |
What's Changed
- Add Codec/JsonCodec, Capability interceptor enrichment, and GraphqlCapability by @velo in https://github.com/OpenFeign/feign/pull/3271
- Fix GraphqlDecoder Optional record fields and non-nullable list nulls by @velo in https://github.com/OpenFeign/feign/pull/3272
- Simplify GraphqlDecoder convertWithOptionalSupport by @velo in https://github.com/OpenFeign/feign/pull/3273
- Delegate Optional record field handling to Jackson by @velo in https://github.com/OpenFeign/feign/pull/3274
- Add parameterized test for GraphQL Optional field decoding across codecs by @velo in https://github.com/OpenFeign/feign/pull/3275
- Add useAliasForFieldNames to graphql-apt for alias-aware naming by @velo in https://github.com/OpenFeign/feign/pull/3276
List of PRs that updated libraries versions
* build(deps): Bump kotlin.version from 2.3.10 to 2.3.20 by @dependabot in https://github.com/OpenFeign/feign/pull/3270
Full Changelog: https://github.com/OpenFeign/feign/compare/13.10...13.11