Release Notes
This version brings a few bug fixes as well as some performance improvements.
Big thanks to @kyri-petrou for his many contributions!
Server
- Fixed schema renaming on recursive types #1974 by @kyri-petrou
- Fixed schema renaming on interfaces #1978 by @kyri-petrou
- Fixed schema derivation for nested sum types on Scala 3 #1991 #1994 by @kyri-petrou
- Fixed an issue with
@defer
fields not working as expected when backed by DataSources #1981 by @kyri-petrou - Improved performance of resolving large objects #1967 by @kyri-petrou
- Improved performance of jsoniter codecs #1979 by @kyri-petrou
- Improved interface field description #1976 by @kyri-petrou
- Used magnolia macros and reduced Scala 3 compilation time + codegen size #1952 by @kyri-petrou
- Added a helper method for creating custom enum schemas #1953 by @kyri-petrou