Skip to content

Update go deps - #972

Merged
davidzhao merged 1 commit into
mainfrom
renovate/go-deps
Aug 2, 2026
Merged

Update go deps#972
davidzhao merged 1 commit into
mainfrom
renovate/go-deps

Conversation

@renovate

@renovate renovate Bot commented Feb 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/mackerelio/go-osstat v0.2.7v0.2.8 age confidence
github.com/nyaruka/phonenumbers v1.8.0v1.8.1 age confidence
github.com/pion/sdp/v3 v3.0.18v3.0.19 age confidence
github.com/pion/webrtc/v4 v4.2.11v4.2.17 age confidence
github.com/prometheus/procfs v0.20.1v0.21.1 age confidence
github.com/redis/go-redis/v9 v9.20.0v9.21.0 age confidence
golang.org/x/mod v0.36.0v0.38.0 age confidence
golang.org/x/sys v0.45.0v0.47.0 age confidence
golang.org/x/text v0.37.0v0.40.0 age confidence

Release Notes

mackerelio/go-osstat (github.com/mackerelio/go-osstat)

v0.2.8

Compare Source

What's Changed

Full Changelog: mackerelio/go-osstat@v0.2.7...v0.2.8

nyaruka/phonenumbers (github.com/nyaruka/phonenumbers)

v1.8.1

Compare Source

pion/sdp (github.com/pion/sdp/v3)

v3.0.19

Compare Source

Changelog

  • Update CI configs to v0.12.0
  • Update CI configs to v0.12.2
  • Export GetCodecMap for efficient payload type lookups

Full Changelog: pion/sdp@v3.0.18...v3.0.19

pion/webrtc (github.com/pion/webrtc/v4)

v4.2.17

Compare Source

Changelog

  • 21f6d7a Update module github.com/pion/rtp to v1.10.4
  • d9b2a24 Set the default MTU to 1191
  • be58c65 Update actions/setup-node action to v7
  • a50e685 Update module github.com/pion/ice/v4 to v4.3.0 (#​3474)
  • ebba224 Fix late assert panic in TestInterceptorNack
  • 8ddbe21 Expose ICE use-candidate priority setting (#​3449)
  • 6fbce15 Update module github.com/pion/dtls/v3 to v3.1.5 (#​3469)
  • df4b786 Update module github.com/pion/rtp to v1.10.3 (#​3465)
  • 991f6d3 Update module github.com/pion/rtcp to v1.2.17 (#​3462)
  • 6d4ca74 Update module github.com/pion/turn/v5 to v5.0.12 (#​3464)
  • 6b653c9 Update actions/checkout action to v7
  • 3356241 Add support for non-zero channel mapping

v4.2.16

Compare Source

Changelog

v4.2.15

Compare Source

Changelog

  • a323cae Upgrade dtls to fix compatibility with firefox
  • bb1c684 SNAP: fix renegotiation bug (#​3443)
  • 898d90d Remove redundant lock guarding atomic

v4.2.14

Compare Source

Changelog

v4.2.13

Compare Source

Changelog

  • 5eeb68e Expose SCTP assoc metadata in getStats
  • a9822d3 Fix DC send benchmark race on x386
  • e116405 Fix mDNS connection tests on macOS
  • 2ebb566 Fix a race in benchmark
  • 064de24 Fix DC OnClose race, add default DC open handler
  • 0607a80 Add SCTP interleaving-inspection example
  • fa46152 Update module github.com/pion/turn/v5 to v5.0.4 (#​3422)
  • 9654161 Update module github.com/pion/rtp to v1.10.2 (#​3421)
  • c96c166 Upgrade to turn/v5
  • 32341d7 Update module github.com/pion/interceptor to v0.1.45

v4.2.12

Compare Source

Changelog

  • 8e210ec Update module github.com/pion/sctp to v1.9.5 (#​3418)
  • aa8d6aa Update module github.com/pion/ice/v4 to v4.2.5 (#​3411)
  • f857501 Parse rtp extension from padding only empty packet
  • ae0a731 Update module github.com/pion/ice/v4 to v4.2.3
  • 4779bd6 Update actions/setup-node action to v6 (#​3402)
  • b9a856e Update CI and links to main branch
  • 792844a Update CI configs to v0.12.2
prometheus/procfs (github.com/prometheus/procfs)

v0.21.1

Compare Source

What's Changed
New Contributors

Full Changelog: prometheus/procfs@v0.21.0...v0.21.1

v0.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.20.1...v0.21.0

redis/go-redis (github.com/redis/go-redis/v9)

v9.21.0

Compare Source

v9.20.1: 9.20.1

Compare Source

This is a patch release containing bug fixes only. There are no new features or breaking changes; upgrading from 9.20.0 is a drop-in replacement.

🚀 Highlights

RESP3 pub/sub message loss fixed

PeekPushNotificationName previously inspected only the bytes already buffered by bufio, so when a push frame header straddled a buffer fill boundary it could return a truncated notification name (e.g. "messa" instead of "message"). The push processor then mis-routed the frame and ReadReply silently dropped it, causing intermittent RESP3 pub/sub message loss. The peek now grows its window (36 bytes → up to 4 KiB) and reads more from the connection until the header is complete, cleanly separating incomplete prefixes from corrupt frames (including overflow-safe bulk-length handling). Fixes #​3839.

(#​3842) by @​ndyakov

🐛 Bug Fixes

  • RESP3 push peeking: PeekPushNotificationName no longer returns a truncated notification name when a push frame header spans a buffer boundary, preventing silent RESP3 pub/sub message loss (fixes #​3839) (#​3842) by @​ndyakov
  • FT.HYBRID vector params: Vector data is now always sent via PARAMS with auto-generated param names (__vector_param_N, with collision avoidance) when VectorParamName is omitted, since Redis no longer accepts inline vector blobs; the FTHybridOptions.Params map is no longer mutated, so the same options struct can be reused across calls (#​3844) by @​ndyakov
  • CLUSTER SHARDS forward compatibility: Unknown shard- and node-level attributes in the CLUSTER SHARDS reply are now skipped via DiscardNext() instead of erroring, so clients keep working when the server introduces new fields (#​3843) by @​madolson
  • PubSub double reconnect: PubSub.releaseConn no longer reconnects twice when a connection is both unusable (or pending handoff) and reports a bad-connection error, avoiding a wasted connection establish-then-close cycle (#​3833) by @​cxljs

👥 Contributors

We'd like to thank all the contributors who worked on this release!

@​cxljs, @​madolson, @​ndyakov


Full Changelog: redis/go-redis@v9.20.0...v9.20.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Feb 10, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 288dc3b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/go-deps branch 5 times, most recently from 315c87f to 02e205c Compare February 15, 2025 22:14
@renovate
renovate Bot force-pushed the renovate/go-deps branch 7 times, most recently from bf43019 to 6e49a77 Compare February 24, 2025 18:55
@renovate
renovate Bot force-pushed the renovate/go-deps branch 10 times, most recently from e68fbc9 to 016f846 Compare March 5, 2025 16:20
@renovate
renovate Bot force-pushed the renovate/go-deps branch 3 times, most recently from 64a636f to eba3acf Compare March 11, 2025 20:06
@renovate
renovate Bot force-pushed the renovate/go-deps branch from eba3acf to bd8056d Compare March 13, 2025 21:53
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from dd5c80b to 8bbb10b Compare March 18, 2025 11:20
@renovate
renovate Bot force-pushed the renovate/go-deps branch 10 times, most recently from 0748f4f to fe6b148 Compare July 23, 2025 00:05
@renovate
renovate Bot force-pushed the renovate/go-deps branch 5 times, most recently from a0fa20d to f5075a5 Compare July 28, 2025 20:34
@renovate
renovate Bot force-pushed the renovate/go-deps branch from f5075a5 to 649ad51 Compare July 31, 2025 18:04
@renovate renovate Bot changed the title fix(deps): update go deps Update go deps Aug 2, 2025
@renovate
renovate Bot force-pushed the renovate/go-deps branch 7 times, most recently from 0093d5e to e2ea0d2 Compare August 10, 2025 13:20
@renovate
renovate Bot force-pushed the renovate/go-deps branch 4 times, most recently from 28ce4df to e6234a4 Compare August 13, 2025 15:39
Generated by renovateBot
@renovate

renovate Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/pion/datachannel v1.6.0 -> v1.6.2
github.com/pion/dtls/v3 v3.1.3 -> v3.1.5
github.com/pion/ice/v4 v4.2.7 -> v4.3.0
github.com/pion/rtcp v1.2.16 -> v1.2.17
github.com/pion/rtp v1.10.2 -> v1.10.4
github.com/pion/sctp v1.9.5 -> v1.11.0
github.com/pion/srtp/v3 v3.0.11 -> v3.0.12
github.com/pion/stun/v3 v3.1.4 -> v3.1.6
github.com/pion/turn/v5 v5.0.8 -> v5.0.12
golang.org/x/crypto v0.52.0 -> v0.53.0
golang.org/x/net v0.55.0 -> v0.56.0
golang.org/x/sync v0.20.0 -> v0.22.0
golang.org/x/tools v0.45.0 -> v0.47.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant