Msgpack Java Versions Save

MessagePack serializer implementation for Java / msgpack.org[Java]

v0.9.8

3 months ago

What's Changed

🔥 Breaking Changes

🐛 Bug Fixes

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: https://github.com/msgpack/msgpack-java/compare/v0.9.7...v0.9.8

v0.9.7

3 months ago

What's Changed

🐛 Bug Fixes

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-java/compare/v0.9.6...v0.9.7

v0.9.6

7 months ago

What's Changed

🔥 Breaking Changes

Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow access to native memory:

--add-opens=java.base/java.nio=ALL-UNNAMED
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-java/compare/v0.9.5...v0.9.6

v0.9.5

8 months ago

What's Changed

🐛 Bug Fixes

  • core (fix): Fix MessageUnpacker.unpackValue to check the custom stringSizeLimit @xerial (#753)

🔗 Dependency Updates

  • Update sbt to 1.9.3 @scala-steward (#750)
  • Update airframe-json, airspec to 23.7.2 @scala-steward (#748)
  • Update airframe-json, airspec to 23.7.1 @scala-steward (#744)
  • Update sbt to 1.9.2 @scala-steward (#746)

🛠 Internal Updates

  • Update airframe-json, airspec to 23.7.2 @scala-steward (#748)
  • Update airframe-json, airspec to 23.7.1 @scala-steward (#744)

Full Changelog: https://github.com/msgpack/msgpack-java/compare/v0.9.4...v0.9.5

v0.9.4

9 months ago

What's Changed

🔥 Breaking Changes

  • msgpack-jackson: Update jackson-databind to 2.15.2 @scala-steward (#734)

🚀 Features

  • Add MessagePackMapper#handleBigDecimalAsString @komamitsu (#745)
  • Support timestamp extension in jackson-dataformat-msgpack @komamitsu (#677)
  • Small improvement of msgpack-jackson bench @komamitsu (#705)

🔗 Dependency Updates

  • Update sbt to 1.9.1 @scala-steward (#741)
  • Update jackson-databind to 2.15.2 @scala-steward (#734)
  • Update scala-collection-compat to 2.11.0 @scala-steward (#740)
  • Update airframe-json, airspec to 23.5.7 @scala-steward (#739)
  • Update sbt to 1.9.0 @scala-steward (#738)
  • Update airframe-json, airspec to 23.5.6 @scala-steward (#736)
  • Update sbt to 1.8.3 @scala-steward (#735)
  • Update jackson-databind to 2.14.3 @scala-steward (#730)
  • Update airframe-json, airspec to 23.5.2 @scala-steward (#731)
  • Update airframe-json, airspec to 23.5.0 @scala-steward (#728)
  • Update scala-collection-compat to 2.10.0 @scala-steward (#726)
  • Update airframe-json, airspec to 23.3.4 @scala-steward (#723)
  • Update airframe-json, airspec to 23.3.0 @scala-steward (#718)
  • Update airframe-json, airspec to 23.2.5 @scala-steward (#717)

🛠 Internal Updates

  • Update scala-collection-compat to 2.11.0 @scala-steward (#740)
  • Update airframe-json, airspec to 23.5.7 @scala-steward (#739)
  • Update airframe-json, airspec to 23.5.6 @scala-steward (#736)
  • Update sbt-dynver to 5.0.1 @scala-steward (#733)
  • Update sbt-sonatype to 3.9.21 @scala-steward (#737)
  • Update airframe-json, airspec to 23.5.2 @scala-steward (#731)
  • Update sbt-sonatype to 3.9.20 @scala-steward (#732)
  • Update sbt-sonatype to 3.9.19 @scala-steward (#729)
  • Update airframe-json, airspec to 23.5.0 @scala-steward (#728)
  • Update scala-collection-compat to 2.10.0 @scala-steward (#726)
  • Update airframe-json, airspec to 23.3.4 @scala-steward (#723)
  • Update airframe-json, airspec to 23.3.0 @scala-steward (#718)
  • Update sbt-sonatype to 3.9.18 @scala-steward (#719)
  • Update airframe-json, airspec to 23.2.5 @scala-steward (#717)
  • update sbt script @xerial (#714)
  • Introduce release drafter @xerial (#713)

📚 Docs

  • Add MessagePackMapper#handleBigDecimalAsString @komamitsu (#745)

Full Changelog: https://github.com/msgpack/msgpack-java/compare/v0.9.3...v0.9.4

v0.9.3

1 year ago

This version supports JDK17 #660.

Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow accessing native memory:

--add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED Internal updates:

Use SPDX-ID in license name #653 Update airframe-json, airspec to 22.6.4 #659 Update akka-actor to 2.6.19 #647