Skip to content

build(deps): bump msgpack from 1.7.1 to 1.8.2 - #909

Merged
reemi1510 merged 2 commits into
developfrom
dependabot/bundler/msgpack-1.8.2
Sep 8, 2026
Merged

build(deps): bump msgpack from 1.7.1 to 1.8.2#909
reemi1510 merged 2 commits into
developfrom
dependabot/bundler/msgpack-1.8.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps msgpack from 1.7.1 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.

2023-07-18 1.7.2:

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies ruby Pull requests that update ruby code labels Jul 31, 2026
@ccs-snyk

ccs-snyk commented Jul 31, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Bumps [msgpack](https://github.com/msgpack/msgpack-ruby) from 1.7.1 to 1.8.2.
- [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog)
- [Commits](msgpack/msgpack-ruby@v1.7.1...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 force-pushed the dependabot/bundler/msgpack-1.8.2 branch from 29266f8 to 08ce10b Compare August 21, 2026 14:04
@reemi1510
reemi1510 merged commit 7ec9c19 into develop Sep 8, 2026
7 checks passed
@reemi1510
reemi1510 deleted the dependabot/bundler/msgpack-1.8.2 branch September 8, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants