There was an error while loading. Please reload this page.
1 parent db16d5d commit 972321aCopy full SHA for 972321a
2 files changed
ChangeLog
@@ -1,3 +1,10 @@
1
+2026-09-11 1.8.5
2
+
3
+* Prevent stack depth underflow when skipping from recursive unpacker.
4
+* Fix `Unpacker#skip_nil` to properly consume the buffer.
5
+* Fix some small difference in Factory registration of the Java implementation.
6
+* Fix some Factory/ext_type optimization edge cases.
7
8
2026-07-28 1.8.4
9
10
* Fix `MessagePack::Buffer` to stop using already released memory page.
lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
- VERSION = "1.8.4"
+ VERSION = "1.8.5"
# Note for maintainers:
# Don't miss building/releasing the JRuby version (rake buld:java)
# See "How to build -java rubygems" in README for more details.
0 commit comments