| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenFeign 13.9.2 source code.tar.gz | 2026-02-27 | 504.3 kB | |
| OpenFeign 13.9.2 source code.zip | 2026-02-27 | 1.1 MB | |
| README.md | 2026-02-27 | 427 Bytes | |
| Totals: 3 Items | 1.6 MB | 0 | |
What's Changed
- feat: Generate nested result types as inner records in graphql-apt by @velo in https://github.com/OpenFeign/feign/pull/3247
- When a GraphQL schema contains nested object types (e.g.,
Order { customer: Customer }), the annotation processor now generates them as inner records instead of requiring separate top-level classes
Full Changelog: https://github.com/OpenFeign/feign/compare/13.9.1...13.9.2