What's Changed
- zio-json: decode directly instead of via a ZIO stream by @pjfanning in #295
- Wrap freshly serialized arrays without copying them by @pjfanning in #297
- play-json and json4s: parse the entity bytes instead of a String by @pjfanning in #298
- Resolve the element unmarshaller once per streaming operation by @pjfanning in #296
- avro4s: build the Avro schema once, and close the input stream by @pjfanning in #300
- play-json: marshal compact JSON by default by @pjfanning in #299
- Add a pekko-http-fory-json-scala module (experimental) by @pjfanning in #301
- fory-json-scala: serialize to bytes rather than through a String by @pjfanning in #304
- Check binary compatibility against 3.0.0 by @pjfanning in #303
- Mima against 3.0.0 follow up by @pjfanning in #305
Full Changelog: v3.11.0...v3.12.0