Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: msgpack/msgpack-java

v0.9.11

02 Jan 18:39
@github-actions github-actions
884e9c1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix Scala code formatting by @xerial in #939
  • Improve readPayload(int) to use gradual memory allocation for large payloads (>64MB) daa2ea6 (Address CVE-2026-21452)

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v0.9.10...v0.9.11

Contributors

xerial, dependabot, and scala-steward
Assets 2
Loading

v0.9.10

19 Jul 19:45
@github-actions github-actions
799e2d1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

🔥 Breaking Changes

🚀 Features

  • Add support for jackson field ids by @brenbar in #868
  • Refactor CI to use matrix strategy and add JDK 24 support by @xerial in #895

🐛 Bug Fixes

  • Fix Jackson deprecation warnings in MessagePackFactory by @xerial in #903

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

  • Add CLAUDE.md for AI-assisted development by @xerial in #894
  • Upgrade Scala to 3.7.1 and use Scala 3 code format style by @xerial in #899
  • Update README.md publishing instructions for Sonatype Central by @xerial in #900

Other Changes

  • Update sbt-dynver to 5.1.1 by @xerial in #896
  • Migrate from JUnit 4 to JUnit 5 to resolve deprecation warnings by @xerial in #897
  • Migrate from sbt-sonatype to built-in sonaRelease by @xerial in #898
  • Skip CI tests for non-code changes using dorny/paths-filter by @xerial in #901
  • Add scalafmtCheckAll to code format CI by @xerial in #902

New Contributors

Full Changelog: v0.9.9...v0.9.10

Contributors

xerial, brenbar, and scala-steward
Loading

v0.9.9

09 Jan 13:27
@github-actions github-actions
5921983
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

🔗 Dependency Updates

🛠 Internal Updates

Other Changes

  • Improve the performance of jackson-dataformat-msgpack by @komamitsu in #866

Full Changelog: v0.9.8...v0.9.9

Contributors

komamitsu, xuwei-k, and 2 other contributors
Loading

v0.9.8

21 Jan 05:50
@github-actions github-actions
480fd73
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

takezoe and scala-steward
Loading

v0.9.7

10 Jan 01:44
@github-actions github-actions
532199e
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Contributors

komamitsu, xuwei-k, and 3 other contributors
Loading

v0.9.6

24 Sep 04:26
@github-actions github-actions
3929eb3
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Contributors

xerial, takezoe, and scala-steward
Loading

v0.9.5

31 Jul 17:12
@github-actions github-actions
3085cc1
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Contributors

xerial and scala-steward
Loading

v0.9.4

11 Jul 16:29
@github-actions github-actions
60f5aa6
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

🔥 Breaking Changes

🚀 Features

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

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

Contributors

xerial, komamitsu, and scala-steward
Loading

v0.9.3

07 Feb 05:49
@xerial xerial
d502fa1
This commit was signed with the committer’s verified signature.
xerial Taro L. Saito
GPG key ID: 429C8816DEA04CDB
Verified
Learn about vigilant mode.

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

Loading
MathijssYDev reacted with laugh emoji
1 person reacted

AltStyle によって変換されたページ (->オリジナル) /