We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfd2ab commit 09c914dCopy full SHA for 09c914d
2 files changed
ChangeLog
@@ -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
7
2026-05-28 1.8.1
8
9
* Workaround rare compilation issue when `rb_hash_new_capa` isn't properly detected.
lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
- VERSION = "1.8.1"
+ VERSION = "1.8.2"
# 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