This is a milestone build because Magnolia for Scala 3 is a milestone build.
Fixes
- Change behavior of recording readers to not capture more after rewind (#482) @vigoo
- Fix transducer handling of empty arrays (#435) @fsvehla
New features
- Add NonEmptyChunk encoder/decoder/codec (#385) @kitlangton
- Add eraseEither combinator to JsonEncoder/JsonCodec (#381) @samuelsayag
Performance
- More efficient serialization of collections,
scala.Either
, andjava.time._
types (#398) @plokhotnyuk
Other changes
- Use nested encoder for
isNothing
(#394) @kitlangton