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 #2598
- Added
ArgBuilder
instance forMap
by @WesselVS in #2649 - Added logic to automatically forward upload requests to the proper handler in the
QuickAdapter
by @develeon in #2644
Bug fixes
- Fixed validation for lists containing
oneOf
inputs by @guymers in #2604 - Fixed bug in schema code generation with missing derives for sealed traits with
oneOf
by @kroeberk in #2610 - Fixed code generation when using
splitFiles
and a source directory by @dontgitit in #2662 - Fixed quotes escaping in client codegen by @ghostdogpr in #2684