Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump msgpack from 1.3.3 to 1.6.1 #782

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps msgpack from 1.3.3 to 1.6.1.

Changelog

Sourced from msgpack's changelog.

2023-03-03 1.6.1:

  • 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).

2022-09-30 1.6.0:

  • 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.

2022-08-23 1.5.6:

  • No actual code change, just re-release the java version properly.

2022-08-22 1.5.5:

  • Fix a segfault when GC triggers inside a recursive extension.

2022-07-25 1.5.4:

  • Fix a segfault when deserializing empty symbol (:"").
  • Improve compilation flags to not strip debug symbols.

2022-05-30 version 1.5.3:

  • 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.

2022-05-27 version 1.5.2:

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

2022-04-07 version 1.5.1:

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

2022-04-06 version 1.5.0:

  • 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

2022-02-15 version 1.4.5:

  • Fix to create UTF-8 Symbol keys when symbolize_keys: true
  • Fix to assume Symbols as US-ASCII or UTF-8

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [msgpack](https://github.com/msgpack/msgpack-ruby) from 1.3.3 to 1.6.1.
- [Release notes](https://github.com/msgpack/msgpack-ruby/releases)
- [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog)
- [Commits](https://github.com/msgpack/msgpack-ruby/commits)

---
updated-dependencies:
- dependency-name: msgpack
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@changelogg
Copy link

changelogg bot commented Mar 6, 2023

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
0 participants