Skip to content

Bump protox from 2.0.4 to 2.0.8#58

Merged
hkrutzer merged 1 commit into
masterfrom
dependabot/hex/protox-2.0.8
Apr 21, 2026
Merged

Bump protox from 2.0.4 to 2.0.8#58
hkrutzer merged 1 commit into
masterfrom
dependabot/hex/protox-2.0.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps protox from 2.0.4 to 2.0.8.

Release notes

Sourced from protox's releases.

v2.0.8

What's Changed

New Contributors

Full Changelog: ahamez/protox@v2.0.7...v2.0.8

v2.0.7

Changed

  • Replace Muzak with Muex for mutation testing
  • Bump the protobuf toolchain used in CI and development to 34.1, and verify the downloaded protoc binary with a pinned SHA-256 checksum

Fixed

  • Reject non-canonical or out-of-range field key varints when decoding, fixing protobuf conformance failures on invalid tags

Full Changelog: ahamez/protox@v2.0.6...v2.0.7

v2.0.6

What's Changed

  • fix: avoid quadratic unknown field decode cost
  • fix: enforce strict wire-type matching for length-delimited decoder clauses

Full Changelog: ahamez/protox@v2.0.5...v2.0.6

v2.0.5

What's Changed

New Contributors

Full Changelog: ahamez/protox@v2.0.4...v2.0.5

Changelog

Sourced from protox's changelog.

2.0.8

Fixed

  • Fix quadratic decoding of repeated elements (thanks to Robert Vojta)

2.0.7

Changed

  • Replace Muzak with Muex for mutation testing
  • Bump the protobuf toolchain used in CI and development to 34.1, and verify the downloaded protoc binary with a pinned SHA-256 checksum

Fixed

  • Reject non-canonical or out-of-range field key varints when decoding, fixing protobuf conformance failures on invalid tags

2.0.6

Fixed

  • Avoid quadratic performance when decoding unknown fields
  • Enforce length-delimited wire type checks in the decoder

2.0.5

Fixed

  • Correctly resolve __MODULE__ in use Protox options (thanks to Luka Dornhecker)
Commits
  • 06c91fb chore: v2.0.8
  • 1c895fc fix: remove quadratic decoding of repeated elements. (#287)
  • 91f21be chore(deps-dev): bump credo from 1.7.17 to 1.7.18 (#285)
  • 1642994 chore: v2.0.7
  • 932fa86 ci: Simplify mutation testing workflow
  • 5c8864b chore: remove unused safe configuration files
  • a2b5366 chore(deps-dev): bump muex from 0.5.1 to 0.6.1 (#284)
  • 2ec5d32 fix: format code
  • eb6bbba chore: move lefthook config to .config/
  • 5ca74e1 fix: Add key validation to decoder
  • 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)

Bumps [protox](https://github.com/ahamez/protox) from 2.0.4 to 2.0.8.
- [Release notes](https://github.com/ahamez/protox/releases)
- [Changelog](https://github.com/ahamez/protox/blob/master/CHANGELOG.md)
- [Commits](ahamez/protox@v2.0.4...v2.0.8)

---
updated-dependencies:
- dependency-name: protox
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Apr 20, 2026
@hkrutzer hkrutzer merged commit 436383d into master Apr 21, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/hex/protox-2.0.8 branch April 21, 2026 06:18
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant