Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

chore(deps): bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.4.0 #1403

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2022

Bumps github.com/fxamacker/cbor/v2 from 2.2.0 to 2.4.0.

Release notes

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

v2.4.0 (January 3, 2022)

This release adds two user-requested features to the decoder. It passed 3+ billion execs fuzzing before being tagged.

What's Changed

Special Thanks

Full Changelog: fxamacker/cbor@v2.3.1...v2.4.0

v2.3.1 (Dec 28, 2021)

IMPORTANT:

  • This release fixes an important typo in README and omission in CONTRIBUTING.
  • No changes to code outside _test.go files.
  • Changes to non-test files are limited to comments.
  • Next release (v2.4.0) started fuzz testing and is expected to be tagged within 1-2 weeks.

Changes to v2.3.1 include:

  • Fix typo in docs (example code snippet) that can cause bugs. Thanks @​herrjemand!
  • Update CONTRIBUTING to mention signing requirements. Thanks @​lukseven and @​x448!
  • Update README. Thanks @​x448 and @​rumpelsepp!
  • Update ci.yml to use Go 1.17.x. Thanks @​x448!
  • Add Revive as a lint checker.
  • Cleanup lint messages in _test.go files
  • Cleanup lint messages in non-test files if the changes are limited to comments (no actual coding changes).

Full Changelog: fxamacker/cbor@v2.3.0...v2.3.1

v2.3.0 (May 30, 2021)

Upgrading is recommended: v2.3.0 has bug fixes, is faster, and passed 1+ billion execs fuzzing.

⭐ Features and Improvements

  • Add built-in support for big.Int (#209)
  • Add support for tag 55799 self-describing CBOR (#227)
  • Export valid function (#248)
  • Increase user-configurable CBOR limit for MaxArrayElements and MaxMapPairs (#207)
  • Add decoding option to be more strict than encoding/json: fail on CBOR map if destination struct field is not found (#178)
  • Add option for decoding CBOR pos and neg integer to interface{} to not distinguish between uint and int (#216)

🚀 Performance

fxamacker/cbor 2.3.0 is faster than 2.2.0 by up to 14% (using CWT and COSE example data from RFCs).

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@dependabot dependabot bot added area: backend Something related to back-end dependencies Pull requests that update a dependency file labels Jan 11, 2022
@cla-bot cla-bot bot added the cla-signed label Jan 11, 2022
@birtony
Copy link
Contributor

birtony commented Jan 13, 2022

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/fxamacker/cbor/v2-2.4.0 branch from 6541b4e to e2d8391 Compare January 13, 2022 09:43
@birtony
Copy link
Contributor

birtony commented Jan 13, 2022

@rolsonquadras @sudeshrshetty looks like this error (missing go.sum entry;) might be related to golang/go#44129. People mention it is fixed in Go 1.17 and there are some workarounds for Go 1.16 as well - could you take a look, please?

@birtony
Copy link
Contributor

birtony commented Jan 14, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/fxamacker/cbor/v2-2.4.0 branch from e2d8391 to f60e165 Compare January 14, 2022 14:33
@birtony
Copy link
Contributor

birtony commented Jan 18, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/fxamacker/cbor/v2-2.4.0 branch from f60e165 to cc6a4c3 Compare January 18, 2022 18:11
@birtony
Copy link
Contributor

birtony commented Jan 19, 2022

@dependabot rebase

Bumps [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/fxamacker/cbor/releases)
- [Commits](fxamacker/cbor@v2.2.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/fxamacker/cbor/v2-2.4.0 branch from cc6a4c3 to 80dc9c6 Compare January 19, 2022 19:20
@rolsonquadras
Copy link
Member

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fxamacker/cbor/v2-2.4.0 branch January 21, 2022 19:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: backend Something related to back-end cla-signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants