Release Notes
Server
- Fixed floating point numbers input validation #1370 by @moonkev
- Properly escaped special characters in description strings when rendering the schema #1372 #1373 by @joheriks
- Improved persisted query performance by caching the document #1371 by @paulpdaniels
- Fixed field types in field metadata for interface fields on union #1375 by @guymers
- Fixed coercion of non-null values into lists of size one #1376 by @guymers
Adapters
- Added support the more recent
graphql-transport-ws
WebSocket protocol #1354 by @paulpdaniels - Updated zio-http to 1.0.0.0-RC29 #1412 by @guizmaii
Client
- Handled the case of a type named
Option
in the generated code #1377 by @alterationx10