We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a9218 commit 6bbaa97Copy full SHA for 6bbaa97
ChangeLog
@@ -1,3 +1,7 @@
1
+2024-10-03 1.7.3
2
+
3
+* Limit initial containers pre-allocation to `SHRT_MAX` (32k) entries.
4
5
2023-07-18 1.7.2:
6
7
* Fix a potential GC bug when packing data using recursive extensions and buffers containing over 512KkiB of data (See #341).
lib/msgpack/version.rb
@@ -1,5 +1,5 @@
module MessagePack
- VERSION = "1.7.2"
+ VERSION = "1.7.3"
# 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