Releases: pjfanning/pekko-http-json
Releases · pjfanning/pekko-http-json
v3.0.0
What's Changed
- Pekko HTTP 1.1.0
- Pekko Core 1.1.1 - this version requires Pekko v1.1.x
- In theory, Java 8 is supported by Apache Pekko 1.1.x but many of the JSON libs supported by pekko-http-json now need Java 11 or above.
- Update jsoniter-scala-core, ... to 2.30.14 by @scala-steward in #44
- Update scalafmt-core to 3.8.3 by @scala-steward in #43
- pekko 1.1 by @pjfanning in #29
- Update upickle to 4.0.2 by @scala-steward in #42
Full Changelog: v2.8.0...v3.0.0
v2.8.0
What's Changed
- Jackson 2.18.0 support
- scala 2.12.20 by @pjfanning in #30
- Update sbt-mima-plugin to 1.1.4 by @scala-steward in #33
- Update sbt to 1.10.2 by @scala-steward in #36
- Update jsoniter-scala-core, ... to 2.30.11 by @scala-steward in #37
- Update scalafmt-core to 3.7.17 by @scala-steward in #35
- Update sbt-ci-release to 1.6.1 by @scala-steward in #31
- Scala update by @pjfanning in #38
- jsoniterScala 2.30.12 by @pjfanning in #40
New Contributors
- @scala-steward made their first contribution in #33
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's Changed
- Dependency Upgrades (mostly patch level upgrades). Bigger upgrades include:
- jsoniter-scala 2.30.9
- ninny 0.9.1
- zio-json 0.7.3
Full Changelog: v2.6.0...v2.7.0
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
v2.5.0
What's Changed
- jackson 2.17.1
- try to support loading arbitrary jackson modules by @pjfanning in #11
- upgrade libs by @pjfanning in #15
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- support jackson buffer recycler config by @pjfanning in #14
- loading extra Jackson modules by @pjfanning in #11
- upgrade some dependencies
Full Changelog: v2.3.4...v2.4.0
v2.3.4
What's Changed
- upgrade to pekko-http 1.0.1 and other dependencies by @pjfanning in #13
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- pekko 1.0.2
- jackson 2.16.1
- upgrade circe to 0.14.6 and fix tests by @pjfanning and @gabriele83 in #12
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- ninny scala 3 support by @pjfanning in #8
- json4s 4.0.7 by @pjfanning in #10
- support configuring INCLUDE_SOURCE_IN_LOCATION feature by @jpersson in #9
New Contributors
Full Changelog: v2.3.1...v2.3.2
v2.3.1
- tidy up issues with support for max-document-length
Full Changelog: v2.3.0...v2.3.1