* Fix a potential GC bug when packing data using recursive extensions and buffers containing over 512KkiB of data (See #341).
* Fix a regression where feeding an empty string to an Unpacker would be considered like the end of the buffer.
1.7.1 (from changelog)
* Fix JRuby 9.4 compatibility.
* Fix compilation on older compilers (gcc 4.x).
* Fix an infinite recursion issue when registering a Symbol type with a `nil` packer.
1.7.0 (from changelog)
* Fix a possible double-free issue when GC triggers inside `_msgpack_rmem_alloc2`.
* `Unpacker#feed` now always directly read in provided strings instead of copying content in its buffer.
* `Unpacker#feed` is now an alias of `Unpacker#feed_reference`.
* Implement `Factory::Pool#unpacker` and `Factory::Pool#packer` to allow for more precise serialization.
* Require Ruby 2.5+.
1.6.1 (from changelog)
* Undefine `#clone` and `#dup` on `MessagePack::Buffer`, `MessagePack::Packer` and `MessagePack::Unpacker`.
These methods were never intended, and using them could cause leaks or crashes or worse.
* Fix a possible GC crash when GC trigger inside `MessagePack::Buffer.new` (#314).
1.6.0 (from changelog)
* Fix a potential use-after-free bug in Buffer_free when accessing a packer or unpacker buffer.
* `old-style-definition` compilation warnings.
* Restore zero-copy buffer feed when provided a Ruby string. This was accidentally broken in 1.5.4.
* Provide implementations for `ObjectSpace.memsize`. Message pack objects now properly report their size to Ruby.
* Fix an endianess bug on Windows platform.
1.5.6 (from changelog)
* No actual code change, just re-release the `java` version properly.
1.5.5 (from changelog)
* Fix a segfault when GC triggers inside a recursive extension.
1.5.3 (from changelog)
* Fix deduplication of empty strings when using the `freeze: true` option.
* Use `rb_hash_new_capa` when available (Ruby 3.2) for improved performance when parsing large hashes.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ bootsnap (1.16.0 → 1.17.0) · Repo · Changelog
Release Notes
1.17.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Release 1.17.0
Add tests for `$LOAD_PATH.dup` and `Ractor.make_shareable`
Merge pull request #455 from Bo98/load_path-dup-fix
Merge pull request #457 from Bo98/ignore-absolute
Merge pull request #456 from Bo98/ignore_directories
Fix $LOAD_PATH.dup to be Ractor shareable
Support absolute paths in ignore_directories
Fix ignore_directories not taking effect
Merge pull request #454 from technicalpickles/document-json
Update README to include details about JSON caching
Fix compatibility with minitest 5.19
Merge pull request #451 from Shopify/rwstauner/permission-error
Remove custom permission error code and restore path in read error
Merge pull request #450 from Shopify/rwstauner/truffleruby-load-path-cache
Make load path cache work on truffleruby
Update outdated comment for compile cache support
Merge pull request #447 from Shopify/rwstauner/enable-yaml
Consider truffleruby as supported for yaml/json compile cache
Guard against unsupported platforms so that code can still be loaded
Set and restore compile cache dirs independently in tests
Merge pull request #441 from stanhu/patch-1
Add Ruby 3.2 to CI
Restore errno after closing failed FD
Merge pull request #437 from Shopify/less-alloc
Remove extraneous allocation is bs_read_contents
↗️ msgpack (indirect, 1.5.2 → 1.7.2) · Repo · Changelog
Release Notes
1.7.2 (from changelog)
1.7.1 (from changelog)
1.7.0 (from changelog)
1.6.1 (from changelog)
1.6.0 (from changelog)
1.5.6 (from changelog)
1.5.5 (from changelog)
1.5.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands