Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps github.com/fxamacker/cbor/v2 from 2.8.0 to 2.9.0.

Release notes

Sourced from github.com/fxamacker/cbor/v2's releases.

v2.9.0 adds new features, refactors tests, and improves docs. New features improve interoperability/transcoding between CBOR & JSON.

v2.9.0 passed fuzz tests and is production quality. However, the new TextUnmarshaler feature will continue being fuzz tested a bit longer due to recent changes. The recent changes are limited and don't affect other parts of the codec that passed ~2 billion execs fuzzing.

What's Changed

Docs

CI

Special Thanks

Many thanks to @​benluddy for adding these new features! 🎉

  • Add opt-in support for encoding.TextMarshaler and encoding.TextUnmarshaler to encode and decode from CBOR text string.
  • Add opt-in support for json.Marshaler and json.Unmarshaler via user-provided transcoding function.

New Contributors

Full Changelog: fxamacker/cbor@v2.8.0...v2.9.0

Commits
  • d29ad73 Merge pull request #684 from fxamacker/fxamacker/update-readme-for-v2.9.0
  • 6a631fa Update README for v2.9.0 and add Red Hat as a user
  • 8c8d4c3 Merge pull request #682 from benluddy/textunmarshaler-bytestringtostring
  • 9bdebd2 Use TextUnmarshaler on byte strings with ByteStringToStringAllowed.
  • a89c3ce Merge pull request #680 from fxamacker/dependabot/github_actions/github/codeq...
  • 7ef1742 Bump github/codeql-action from 3.29.0 to 3.29.2
  • 2d79f19 Merge pull request #678 from fxamacker/fxamacker/refactor-tests-and-fix-spell...
  • 0b94ce7 Fix comments to use one "l" in marshal*
  • 508be91 Rename two test funcs that can panic
  • 9251397 Refactor test to use fmt.Appendf
  • 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 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 14, 2025
@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Jul 14, 2025
@step-ci step-ci enabled auto-merge July 14, 2025 19:53
Bumps [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/fxamacker/cbor/releases)
- [Commits](fxamacker/cbor@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: github.com/fxamacker/cbor/v2
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@smst-jeff smst-jeff force-pushed the dependabot/go_modules/github.com/fxamacker/cbor/v2-2.9.0 branch from 1323787 to c90d32c Compare July 24, 2025 23:58
@step-ci step-ci merged commit 0ed581a into master Jul 25, 2025
13 checks passed
@step-ci step-ci deleted the dependabot/go_modules/github.com/fxamacker/cbor/v2-2.9.0 branch July 25, 2025 03:40
@hslatman hslatman added this to the v0.28.5 milestone Jul 28, 2025
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 go Pull requests that update Go code needs triage Waiting for discussion / prioritization by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants