Skip to content

build(deps): bump github.com/ugorji/go/codec from 1.3.1 to 1.3.2 - #171

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/ugorji/go/codec-1.3.2
Open

build(deps): bump github.com/ugorji/go/codec from 1.3.1 to 1.3.2#171
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/ugorji/go/codec-1.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ugorji/go/codec from 1.3.1 to 1.3.2.

Release notes

Sourced from github.com/ugorji/go/codec's releases.

1.3.2

Release 1.3.2

This is a production release of go-codec.

Changes include:

  • more robust handling of transient values (slices not generally treated as such)
  • fix corner bugs with nextValueBytes when reading json number
  • fix CBOR Tag 4/5 decoding - use 0x82 instead of decimal 82 for 2-element array check
  • fix struct offset bug for large structs
  • fix and enforce max container length for msgpack (limited to 2^32-1)
  • add Encoder.NumBytesWritten() (analogous to Decoder.NumBytesRead) for fast access to these metrics
  • add DecodeOption.MaxBytesLen to configure max number of bytes to read at a time (among other uses in the future)
  • ensure tests pass appropriately when run under race detector
Commits
  • 119a7d2 codec: added testSkipIfParallel and run it early for tests which modify Handl...
  • a005343 codec: add Encoder.NumBytesWritten() and DecodeOption.MaxBytesLen
  • 8b354dd codec: fix regression from msgpack container len limit fix which failed compi...
  • fbab4b8 codec: msgpack: enforce max container length of 2^32-1
  • 71366c7 codec: misspelling fixed in FAQ
  • f77b6a6 codec: re-generated mono files
  • facc41d codec: added test for handling slices not as transient during map or chan val...
  • 457cd2e codec: do not treat slice as transient when a map or chan value
  • 580b3cf codec: update doTestLargeStruct to not use too much memory
  • 524135a codec: structFieldInfoNode: use offset as uint64 and index as uint32
  • 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 [github.com/ugorji/go/codec](https://github.com/ugorji/go) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/ugorji/go/releases)
- [Commits](ugorji/go@codec/v1.3.1...codec/v1.3.2)

---
updated-dependencies:
- dependency-name: github.com/ugorji/go/codec
  dependency-version: 1.3.2
  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 go Pull requests that update go code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from hyp3rd as a code owner August 10, 2026 21:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 10, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants