| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenFeign 13.9 source code.tar.gz | 2026-02-22 | 499.5 kB | |
| OpenFeign 13.9 source code.zip | 2026-02-22 | 1.1 MB | |
| README.md | 2026-02-22 | 584 Bytes | |
| Totals: 3 Items | 1.6 MB | 0 | |
What's Changed
- fix: unwrap single object from GraphQL array response by @velo in https://github.com/OpenFeign/feign/pull/3234
- When a GraphQL query returns an array type but the Java method declares a single return type (not
List<T>), the decoder now automatically unwraps the first element - Added
Optional<T>return type support for GraphQL queries - fix: exclude example modules from release deploy by @velo
- fix: use --serial for mvnd release deploy to prevent partial publishes by @velo
Full Changelog: https://github.com/OpenFeign/feign/compare/13.8.1...13.9