Skip to content

Update bootsnap: 1.9.1 → 1.16.0 (minor)#242

Closed
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/bootsnap-1.16.0
Closed

Update bootsnap: 1.9.1 → 1.16.0 (minor)#242
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/bootsnap-1.16.0

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Jan 26, 2023

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.9.1 → 1.16.0) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ msgpack (indirect, 1.4.2 → 1.6.0) · Repo · Changelog

Release Notes

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.

1.5.2 (from changelog)

* Fix bug about unpacking ext type objects with the recursive option

1.5.1 (from changelog)

* Fix bug about packing/unpacking ext type objects with the recursive option

1.5.0 (from changelog)

* Add recursive option on Factory#register_type to operate Packer/Unpacker manually
* Add oversized_integer_extension option on Factory#register_type to pack/unpack bigint using ext types
* Add Factory#pool method and Factory::Pool class to provide pooled Packer and Unpacker instances

1.4.5 (from changelog)

* Fix to create UTF-8 Symbol keys when symbolize_keys: true
* Fix to assume Symbols as US-ASCII or UTF-8
* Optimize Packer/Unpacker initialization
* Optimize extension class lookup
* Rename Packer#clear as Packer#reset (#clear is still available as an alias)

1.4.4 (from changelog)

* Specify the build option --platform=8 for older Java platforms

1.4.3 (from changelog)

* Optimize serialization/deserialization of Symbols
* Support registering ext types for objects of subclasses of primitive types (like Hash)
* Add optimized_symbols_parsing option to Factory#register_type on MRI implementation
* Optimize to deduplicate Hash keys on JRuby
* Support JRuby 9.3 (and drop 9.1)

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 Status

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 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)
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.

@depfu
Copy link
Contributor Author

depfu bot commented Oct 31, 2023

Closed in favor of #256.

@depfu depfu bot closed this Oct 31, 2023
@depfu depfu bot deleted the depfu/update/bootsnap-1.16.0 branch October 31, 2023 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants