tag:github.com,2008:https://github.com/msgpack/msgpack-java/releases
Tags from msgpack-java
2026-01-02T18:32:18Z
tag:github.com,2008:Repository/1971346/v0.9.11
2026-01-02T18:58:00Z
v0.9.11
<p>Fix Scala code formatting (<a class="issue-link js-issue-link" href="https://github.com/msgpack/msgpack-java/pull/939">#939</a>)</p>
<p>Fix Scala code formatting in PayloadSizeLimitTest</p>
<p>Apply scalafmt to align variable declarations and comments
<br />according to project style guidelines.</p>
<p>🤖 Generated with [Claude Code](<a href="https://claude.com/claude-code">https://claude.com/claude-code</a>)</p>
<p>Co-authored-by: Claude Opus 4.5 <[email protected]></p>
github-actions
tag:github.com,2008:Repository/1971346/v0.9.10
2025-07-19T19:45:41Z
v0.9.10
<p>Fix Jackson deprecation warnings in MessagePackFactory (<a class="issue-link js-issue-link" href="https://github.com/msgpack/msgpack-java/pull/903">#903</a>)</p>
<p>* Fix Jackson deprecation warnings in MessagePackFactory</p>
<p>Replace deprecated _createContext(Object, boolean) calls with
<br />_createContext(ContentReference, boolean) to eliminate warnings
<br />when running tests with Jackson 2.18.4.</p>
<p>🤖 Generated with [Claude Code](<a href="https://claude.ai/code">https://claude.ai/code</a>)</p>
<p>Co-Authored-By: Claude <[email protected]></p>
<p>* Fix Jackson deprecation warnings in MessagePackParserTest</p>
<p>Replace deprecated JsonParser methods with their current equivalents:
<br />- getCurrentName() → currentName()
<br />- getTokenLocation() → currentTokenLocation()
<br />- getCurrentLocation() → currentLocation()</p>
<p>🤖 Generated with [Claude Code](<a href="https://claude.ai/code">https://claude.ai/code</a>)</p>
<p>Co-Authored-By: Claude <[email protected]></p>
<p>* Fix all remaining Jackson deprecation warnings</p>
<p>- Replace deprecated ParserMinimalBase constructor with StreamReadConstraints
<br />- Add non-deprecated location methods (currentTokenLocation, currentLocation)
<br />- Update GeneratorBase constructor to use 4-parameter form with IOContext and JsonWriteContext
<br />- Add new createKeySerializer method signature for Jackson 2.18
<br />- Keep deprecated methods for backward compatibility</p>
<p>All tests pass and Jackson deprecation warnings are eliminated.</p>
<p>🤖 Generated with [Claude Code](<a href="https://claude.ai/code">https://claude.ai/code</a>)</p>
<p>Co-Authored-By: Claude <[email protected]></p>
<p>---------</p>
<p>Co-authored-by: Claude <[email protected]></p>
github-actions
tag:github.com,2008:Repository/1971346/v0.9.9
2025-01-09T13:27:27Z
v0.9.9
<p>Improve the performance of `jackson-dataformat-msgpack` (<a class="issue-link js-issue-link" href="https://github.com/msgpack/msgpack-java/pull/866">#866</a>)</p>
<p>* Improve the perf of msgpack-jackson</p>
<p>* Refactoring</p>
github-actions
tag:github.com,2008:Repository/1971346/v0.9.8
2024-01-21T05:50:02Z
v0.9.8
github-actions
tag:github.com,2008:Repository/1971346/v0.9.7
2024-01-10T03:34:10Z
v0.9.7
<p>Fix bug in ImmutableTimestampValueImpl. (<a class="issue-link js-issue-link" href="https://github.com/msgpack/msgpack-java/pull/786">#786</a>)</p>
<p>* Fix bug in ImmutableTimestampValueImpl.</p>
<p>* Fix code style</p>
<p>---------</p>
<p>Co-authored-by: Taro L. Saito <[email protected]></p>
github-actions
tag:github.com,2008:Repository/1971346/v0.9.6
2023-09-24T04:30:49Z
v0.9.6
github-actions
tag:github.com,2008:Repository/1971346/v0.9.5
2023-07-31T17:12:13Z
v0.9.5
<p>core (fix): Fix MessageUnpacker.unpackValue to check the custom strin…</p>
<p>…gSizeLimit (<a class="issue-link js-issue-link" href="https://github.com/msgpack/msgpack-java/pull/753">#753</a>)</p>
<p>* core (fix): Fix MessageUnpacker.unpackValue to check the custom stringSizeLimit</p>
<p>* Cover unpackVariable(var)</p>
github-actions
tag:github.com,2008:Repository/1971346/v0.9.4
2023-08-01T17:26:15Z
v0.9.4
github-actions
tag:github.com,2008:Repository/1971346/v0.9.3
2023-02-07T05:49:53Z
v0.9.3
xerial
tag:github.com,2008:Repository/1971346/v0.9.2
2022-06-18T05:21:27Z
v0.9.2: Merge pull request #654 from msgpack/release-0.9.2
<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/msgpack/msgpack-java/pull/654">#654</a> from msgpack/release-0.9.2</p>
<p>Update RELEASE_NOTES for 0.9.2</p>
komamitsu