Couldn't fetch the linked file.
Update module github.com/fxamacker/cbor/v2 to v2.7.0
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/fxamacker/cbor/v2 | require | minor |
v2.6.0 -> v2.7.0
|
v2.7.0
v2.7.0 adds features and improvements that help large projects (e.g. Kubernetes) use CBOR as an alternative to JSON and Protocol Buffers. Other improvements include speedups, improved memory use, bug fixes, decoding/encoding options, etc. Passed 5+ billion execs fuzzing.
Special thanks to @benluddy for contributing features, optimizations, improvements, bug fixes, and discussions!
cbor.MarshalToBuffer()
, UserBufferEncMode
interface, etc. by @fxamacker in https://github.com/fxamacker/cbor/pull/553
Most improvements focused on fixing or updating new features. See :lady_beetle: Bug Fixes section for fixes to features already released.
*errors.errorString
with InadmissibleTagContentTypeError
by @fxamacker in https://github.com/fxamacker/cbor/pull/552
Full Changelog: https://github.com/fxamacker/cbor/compare/v2.6.0...v2.7.0
This MR has been generated by Renovate Bot.
For a faster browsing experience, some files are collapsed by default.