xmidt-org / wrp-go

go implementation of the Web Routing Protocol
Apache License 2.0
4 stars 7 forks source link

feat(deps): bump github.com/ugorji/go/codec from 1.2.11 to 1.2.12 #147

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 7 months ago

Bumps github.com/ugorji/go/codec from 1.2.11 to 1.2.12.

Release notes

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

1.2.12

Release 1.2.12

This is a production release of go-codec.

Changes include:

  • expose (En|De)coder.HandleName()
  • cbor: fix indefinite stream conformance
  • codecgen: use base32 to generate field names
  • return io.ErrUnexpectedEOF (not io.EOF) when EOF is reached while needing more data

Please try it out and share your experiences.

Commits
  • 407a57a updating go.mod release to v1.2.12
  • 23d384a codec: bench: update latest benchmark results
  • 43b79bf codec: return io.ErrUnexpectedEOF (not io.EOF) when incomplete data read
  • 190086c codec: cbor test: support debugging and reuse testCborH
  • 77eda90 codec: json: document behaviour differences vs encoding/json package
  • 48ba79b codec: expose Handle.Name() via (En|De)coder, for general use (as needed)
  • 1acedc2 codec: cbor: cbor: use fmtTime instead of time.Format for RFC3339Nano
  • a315d04 codec: nit: clean up some comments
  • 126da48 shorter doc comments for fully-deprecated (ignored) fields/methods (#397)
  • f7f63a0 CBOR: Reject malformed and invalid indefinite-length strings (#405)
  • 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 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)
codecov[bot] commented 5 months ago

Codecov Report

Attention: 50 lines in your changes are missing coverage. Please review.

Comparison is base (f8fe56b) 47.65% compared to head (f91a2bc) 47.65%. Report is 1 commits behind head on main.

:exclamation: Current head f91a2bc differs from pull request most recent head ba90b72. Consider uploading reports for the commit ba90b72 to get more accurate results

Files Patch % Lines
messages_codec.go 34.21% 36 Missing and 14 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #147 +/- ## ======================================= Coverage 47.65% 47.65% ======================================= Files 24 24 Lines 4342 4342 ======================================= Hits 2069 2069 Misses 2083 2083 Partials 190 190 ``` | [Flag](https://app.codecov.io/gh/xmidt-org/wrp-go/pull/147/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmidt-org) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/xmidt-org/wrp-go/pull/147/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmidt-org) | `47.65% <34.21%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xmidt-org#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.