Skip to content

v2.6.0

Compare
Choose a tag to compare
@pjfanning pjfanning released this 20 May 19:41
· 74 commits to main since this release
v2.6.0

What's Changed

  • add defaultMediaTypes val by @pjfanning in #16
  • use ByteString.toArrayUnsafe to avoid copying the array by @pjfanning in #17
  • support pekko 1.1 ByteString.asInputStream by @pjfanning in #18
  • pekko-http-jsoniter-scala and pekko-http-avro4s: use ByteString.asByteBuffer when parsing by @pjfanning in #20
  • use ByteString.utf8String by @pjfanning in #22
  • avro: go back to using input stream when parsing by @pjfanning in #24
  • jackson: parse using a ByteBuffer by @pjfanning in #23
  • do json parsing asynchronously on ExecutionContext by @pjfanning in #21

Full Changelog: v2.5.0...v2.6.0