Releases: pjfanning/pekko-http-json
Releases · pjfanning/pekko-http-json
v3.0.1
What's Changed
- Update sbt-ci-release to 1.7.0 by @scala-steward in #46
- Update jsoniter-scala-core, ... to 2.30.15 by @scala-steward in #45
- Update sbt, scripted-plugin to 1.10.3 by @scala-steward in #50
- Update jsoniter-scala-core, ... to 2.31.0 by @scala-steward in #49
- Update sbt-ci-release to 1.8.0 by @scala-steward in #48
- jsoniterScala 2.31.1 by @pjfanning in #51
- non-recycling pool in Jackson by @pjfanning in #58
- Update jsoniter-scala-core, ... to 2.31.3 by @scala-steward in #57
- Update sbt, scripted-plugin to 1.10.5 by @scala-steward in #56
- Update jackson-module-parameter-names, ... to 2.18.1 by @scala-steward in #55
- Update argonaut to 6.3.11 by @scala-steward in #53
- Update sbt-ci-release to 1.9.0 by @scala-steward in #52
- Update sbt, scripted-plugin to 1.10.7 by @scala-steward in #63
- Update sbt-ci-release to 1.9.2 by @scala-steward in #62
- Update jsoniter-scala-core, ... to 2.32.0 by @scala-steward in #61
- Update jackson-module-parameter-names, ... to 2.18.2 by @scala-steward in #59
- Update jsoniter-scala-core, ... to 2.33.0 by @scala-steward in #64
- Update upickle to 4.1.0 by @scala-steward in #66
- Update pekko-stream to 1.1.3 by @scala-steward in #67
- Update scala-library to 2.13.16 by @scala-steward in #68
- Update sbt-scalafmt to 2.5.4 by @scala-steward in #69
- Update scalafmt-core to 3.8.6 by @scala-steward in #72
- Update zio-json to 0.7.6 by @scala-steward in #71
- Update scala3-library to 3.3.5 by @scala-steward in #75
- Update zio-json to 0.7.14 by @scala-steward in #74
- Update jsoniter-scala-core, ... to 2.33.1 by @scala-steward in #73
- Update zio-json to 0.7.15 by @scala-steward in #76
- Update jsoniter-scala-core, ... to 2.33.2 by @scala-steward in #77
- Update zio-json to 0.7.16 by @scala-steward in #78
- Update zio-json to 0.7.17 by @scala-steward in #79
- Update zio-json to 0.7.21 by @scala-steward in #80
- Update scalafmt-core to 3.9.0 by @scala-steward in #81
- Update zio-json to 0.7.23 by @scala-steward in #82
- Update zio-json to 0.7.25 by @scala-steward in #83
- Update zio-json to 0.7.26 by @scala-steward in #84
- Update scalafmt-core to 3.9.1 by @scala-steward in #86
- Update zio-json to 0.7.29 by @scala-steward in #85
- Update zio-json to 0.7.32 by @scala-steward in #87
- Update zio-json to 0.7.36 by @scala-steward in #88
- jacksonModuleScala 2.18.3 by @pjfanning in #89
Full Changelog: v3.0.0...v3.0.1
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