Release Notes
This release brings a bug fix for an issue that was introduced in 2.5.0 and possibly caused duplicated fields in responses when using fragments. It is fully backward compatible with 2.5.0.
Server
- Fixed a field merging issue that might cause duplicated fields in responses when using fragments #2077 #2081 by @kyri-petrou
- Added annotations for forcing object fields as nullable / non-nullable #2075 by @kyri-petrou
- Made
Document
serialization friendly-ier #2061 by @kyri-petrou - Added code to catch exceptions happening in
FunctionStep
#2059 by @kyri-petrou
Interop
- Added
InjectEnv
implicit for cats.effect.IO #2062 by @kyri-petrou - Fixed content type performance issue with zio-http #2060 by @kyri-petrou
Tools
- Fix server code generation to support
@lazy
fields with abstract effect #2064 by @johnspade