Skip to content

Commit 972321a

Browse files
committed
Release 1.8.5
1 parent db16d5d commit 972321a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
2026-07-28 1.8.4
29

310
* Fix `MessagePack::Buffer` to stop using already released memory page.

lib/msgpack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module MessagePack
2-
VERSION = "1.8.4"
2+
VERSION = "1.8.5"
33
# Note for maintainers:
44
# Don't miss building/releasing the JRuby version (rake buld:java)
55
# See "How to build -java rubygems" in README for more details.

0 commit comments

Comments
 (0)