Skip to content

v3.12.0

Latest

Choose a tag to compare

@pjfanning pjfanning released this 30 Aug 22:26
· 91 commits to main since this release
v3.12.0

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