Skip to content

Bump msgpack from 1.7.2 to 1.8.2 - #12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/msgpack-1.8.2
Open

Bump msgpack from 1.7.2 to 1.8.2#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/msgpack-1.8.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown

Bumps msgpack from 1.7.2 to 1.8.2.

Changelog

Sourced from msgpack's changelog.

2026-06-09 1.8.2

  • Fix Buffer#clear to properly reset memory chunks before adding them back to the pool. This could have caused data to leak across buffers when using the MessagePack::Buffer API directly. [CVE-2026-54522].

2026-05-28 1.8.1

  • Workaround rare compilation issue when rb_hash_new_capa isn't properly detected.
  • Never pre-allocate strings larger than the buffered size.

2025-02-06 1.8.0

  • Numerous small optimizations.
  • Added key_cache option to Unpacker.

2024-11-11 1.7.5

  • Rerelease 1.7.4 with fixed java package.

2024-11-11 1.7.4

  • Fixed a potental memory leak when recursive unpacker raise.

2024-10-03 1.7.3

  • Limit initial containers pre-allocation to SHRT_MAX (32k) entries.
Commits
  • 09c914d Release 1.8.2
  • 9cfd2ab Stop testing ruby 2.5 on macOS
  • 50245ac Merge commit from fork
  • 5627d71 _msgpack_buffer_shift_chunk: reset rmem pointers when fully empty
  • cce2485 Release 1.8.1
  • 677e6b8 Merge pull request #389 from msgpack/str-limit
  • f0b6281 Update CI matrix
  • abe9066 Update CI matrix
  • 8ba8702 Don't pre-allocate strings larger than the buffered size
  • 199e88f Merge pull request #386 from msgpack/fix-valgrind-ci
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [msgpack](https://github.com/msgpack/msgpack-ruby) from 1.7.2 to 1.8.2.
- [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog)
- [Commits](msgpack/msgpack-ruby@v1.7.2...v1.8.2)

---
updated-dependencies:
- dependency-name: msgpack
  dependency-version: 1.8.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 31, 2026
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants