v2.10.1
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
ArgBuilderinstance forMapby @WesselVS in https://github.com/ghostdogpr/caliban/pull/2649 - Added logic to automatically forward upload requests to the proper handler in the
QuickAdapterby @develeon in https://github.com/ghostdogpr/caliban/pull/2644
Bug fixes
- Fixed validation for lists containing
oneOfinputs by @guymers in https://github.com/ghostdogpr/caliban/pull/2604 - Fixed bug in schema code generation with missing derives for sealed traits with
oneOfby @kroeberk in https://github.com/ghostdogpr/caliban/pull/2610 - Fixed code generation when using
splitFilesand 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