Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-28 | 1.3 kB | |
v2.10.1 source code.tar.gz | 2025-06-28 | 838.6 kB | |
v2.10.1 source code.zip | 2025-06-28 | 1.3 MB | |
Totals: 3 Items | 2.1 MB | 0 |
Release Notes
This release brings a few minor improvements and bug fixes. One notable thing is that there was a new release of GraphiQL which requires loading it in a different way, so you will need to upgrade if you rely on our embedded GraphiQL.
New features
- Added a parameter to provide the subscription URL when creating a GraphiQL service by @retriku in https://github.com/ghostdogpr/caliban/pull/2598
- Added
ArgBuilder
instance forMap
by @WesselVS in https://github.com/ghostdogpr/caliban/pull/2649 - Added logic to automatically forward upload requests to the proper handler in the
QuickAdapter
by @develeon in https://github.com/ghostdogpr/caliban/pull/2644
Bug fixes
- Fixed validation for lists containing
oneOf
inputs by @guymers in https://github.com/ghostdogpr/caliban/pull/2604 - Fixed bug in schema code generation with missing derives for sealed traits with
oneOf
by @kroeberk in https://github.com/ghostdogpr/caliban/pull/2610 - Fixed code generation when using
splitFiles
and a source directory by @dontgitit in https://github.com/ghostdogpr/caliban/pull/2662 - Fixed quotes escaping in client codegen by @ghostdogpr in https://github.com/ghostdogpr/caliban/pull/2684
Important upgrades
- Upgraded GraphiQL to v5 by @nattster in https://github.com/ghostdogpr/caliban/pull/2683