Release Notes
This version contains important performance improvements as well as support for Pekko.
Server
- Performance improvements
- Drastically improved performance of the metrics wrapper #1850 by @kyri-petrou
- Optimized query execution by resolving fields lazily and prevent unnecessary work #1849 by @kyri-petrou
- Improved performance and correctness of schema and type rendering #1835 by @paulpdaniels
- Reduced size of the code generated by Schema derivation with Scala 3 #1830 by @kyri-petrou
- Optimized
VariableCoercer
#1856 by @kyri-petrou
- Added support for auto enum derivation with Scala 3 #1834 by @kyri-petrou
- Added a wrapper that allows skipping selected validation wrappers during introspection #1837 by @kyri-petrou
- Fixed WS protocol by always returning an id upon errors #1845 by @SvenW
- Added a helper
renderSchema
to render a schema without a resolver #1877 by @ghostdogpr
Adapters
- Added support for Pekko #1862 by @MichelEdkrantz