We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcdb39 commit e3cfc39Copy full SHA for e3cfc39
2 files changed
ChangeLog
@@ -1,3 +1,5 @@
1
+2023-07-18 1.7.2:
2
+
3
* Fix a potential GC bug when packing data using recursive extensions and buffers containing over 512KkiB of data (See #341).
4
* Fix a regression where feeding an empty string to an Unpacker would be considered like the end of the buffer.
5
lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
- VERSION = "1.7.1"
+ VERSION = "1.7.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