Skip to content

Commit 09c914d

Browse files
committed
Release 1.8.2
1 parent 9cfd2ab commit 09c914d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2026-06-09 1.8.2
2+
3+
* Fix `Buffer#clear` to properly reset memory chunks before adding them back to the pool.
4+
This could have caused data to leak across buffers when using the MessagePack::Buffer API
5+
directly. [CVE-PENDING].
6+
17
2026-05-28 1.8.1
28

39
* Workaround rare compilation issue when `rb_hash_new_capa` isn't properly detected.

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.1"
2+
VERSION = "1.8.2"
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)