Skip to content

Releases: msgpack/msgpack-java

v0.9.8

21 Jan 05:50
480fd73
Compare
Choose a tag to compare

What's Changed

🔥 Breaking Changes

🐛 Bug Fixes

  • core: Fix ClassCastException when array values is set as List by @takezoe in #794

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v0.9.7...v0.9.8

v0.9.7

10 Jan 01:44
532199e
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

  • Add MessagePackMapper#handleBigIntegerAndBigDecimalAsString by @komamitsu in #768

New Contributors

Full Changelog: v0.9.6...v0.9.7

v0.9.6

24 Sep 04:26
3929eb3
Compare
Choose a tag to compare

What's Changed

🔥 Breaking Changes

  • feature: Support JDK21 (and drop JDK7 support) by @xerial in #765

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: v0.9.5...v0.9.6

v0.9.5

31 Jul 17:12
3085cc1
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

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

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v0.9.4...v0.9.5

v0.9.4

11 Jul 16:29
60f5aa6
Compare
Choose a tag to compare

What's Changed

🔥 Breaking Changes

🚀 Features

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

Full Changelog: v0.9.3...v0.9.4

v0.9.3

07 Feb 05:49
d502fa1
Compare
Choose a tag to compare

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