Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go deps #838

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update go deps #838

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/storage v1.49.0 -> v1.50.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2 v1.32.7 -> v1.36.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.28.7 -> v1.29.6 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/credentials v1.17.48 -> v1.17.59 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.45 -> v1.17.62 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0 -> v1.77.0 age adoption passing confidence require minor
github.com/aws/smithy-go v1.22.1 -> v1.22.2 age adoption passing confidence require patch
github.com/chromedp/cdproto 60a0ca3 -> aea867e age adoption passing confidence require digest
github.com/chromedp/chromedp v0.11.2 -> v0.12.1 age adoption passing confidence require minor
github.com/frostbyte73/core v0.1.0 -> v0.1.1 age adoption passing confidence require patch
github.com/livekit/livekit-server v1.8.1-0.20241220025800-08b58a23afdc -> v1.8.3 age adoption passing confidence require patch
github.com/livekit/protocol 82dadcf -> 9b6e5d7 require digest
github.com/livekit/server-sdk-go/v2 v2.4.2-0.20250117060943-67a3d4b3afb8 -> v2.4.2 age adoption passing confidence require patch
github.com/pion/webrtc/v4 v4.0.8 -> v4.0.9 age adoption passing confidence require patch
github.com/prometheus/common v0.61.0 -> v0.62.0 age adoption passing confidence require minor
golang.org/x/exp e0ece0d -> eff6e97 age adoption passing confidence require digest
golang.org/x/oauth2 v0.25.0 -> v0.26.0 age adoption passing confidence require minor
google.golang.org/api v0.214.0 -> v0.221.0 age adoption passing confidence require minor

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.36.1

Compare Source

v1.36.0

Compare Source

v1.35.0

Compare Source

v1.34.0

Compare Source

v1.33.0

Compare Source

v1.32.8

Compare Source

aws/smithy-go (github.com/aws/smithy-go)

v1.22.2

Compare Source

chromedp/chromedp (github.com/chromedp/chromedp)

v0.12.1

Compare Source

v0.12.0

Compare Source

frostbyte73/core (github.com/frostbyte73/core)

v0.1.1

Compare Source

livekit/livekit-server (github.com/livekit/livekit-server)

v1.8.3

Compare Source

[1.8.3] - 2025-01-07

Added
Fixed
  • avoids NaN (#​3119)
  • reduce retransmit by seeding duplicate packets and bytes. (#​3124)
  • don't return video/rtx to client (#​3142)
  • ignore unexported fields in yaml lint (#​3145)
  • Fix incorrect computation of SecondsSinceNodeStatsUpdate (#​3172)
  • Attempt to fix missing participant left webhook. (#​3173)
  • Set down track connected flag in one-shot-signalling mode. (#​3191)
  • Don't SetCodecPreferences for video transceiver (#​3249)
  • Disable av1 for safari (#​3284)
  • fix completed job status updates causing workers to reconnect (#​3294)
Changed
  • Display both pairs on selected candidate pair change (#​3133)
  • Maintain RTT marker for calculations. (#​3139)
  • Consolidate operations on LocalNode. (#​3140)
  • Use int64 nanoseconds and reduce conversion in a few places (#​3159)
  • De-centralize some configs to where they are used. (#​3162)
  • Split out audio level config. (#​3163)
  • Use int64 nanoseconds and reduce conversion in a few places (#​3159)
  • Reduce lock scope. (#​3167)
  • Clean up forwardRTP function a bit. (#​3177)
  • StreamAllocator (congestion controller) refactor (#​3180)
  • convert psprc error to http code in rtc service failure response (#​3187)
  • skip http request logging when the client aborts the request (#​3195)
  • Do not treat data publisher as publisher. (#​3204)
  • Publish data and signal bytes once every 30 seconds. (#​3212)
  • upgrade to pion/webrtc v4 (#​3213)
  • Don't wait rtp packet to fire track (#​3246)
  • Keep negotiated codec parameters in Downtrack.Bind (#​3271)
  • Structured logging of ParticipantInit (#​3279)
  • Start stream allocator after creating peer connection. (#​3283)
  • Reduce memory allocation in WritePaddingRTP / WriteProbePackets (#​3288)
  • add room/participant to logger context for SIP APIs (#​3290)
  • vp8 temporal layer selection with dependency descriptor (#​3302)
  • Use contiguous groups to determine queuing region. (#​3308)
livekit/server-sdk-go (github.com/livekit/server-sdk-go/v2)

v2.4.2

Compare Source

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

v4.0.9

Compare Source

Changelog

  • 1c45355 Fix H264Writer writing 0 length payloads
  • 46565ff Cleanup PeerConnection in WriteRTCP Test
  • ae260d4 Assert that WriteRTCP works before connected
  • 99eb390 Implement JSValue for more structures
  • 4ee3747 Implement DataChannel OnError/OnClosing for WASM
  • 59c7270 Update module golang.org/x/net to v0.34.0
  • a0d7d02 Preserve ICE candidate Extensions
  • 7c3b128 Update module github.com/pion/ice/v4 to v4.0.6 (#​3025)
  • 47bde05 Update module github.com/pion/logging to v0.2.3 (#​3020)
  • 47c65c8 Remove outdated safety comment in RegisterCodec
  • feeeebf Upgrade golangci-lint, more linters
prometheus/common (github.com/prometheus/common)

v0.62.0

Compare Source

⚠️ This releases switches internal global to UTF8Validation from LegacyValidation. This is a breaking change, relaxing the validation. We don't intend to add more schemas and we have to have a global for unmarshalling interfaces, thus the change was made ⚠️

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.61.0...v0.62.0

googleapis/google-api-go-client (google.golang.org/api)

v0.221.0

Compare Source

Features

v0.220.0

Compare Source

Features

v0.219.0

Compare Source

Features
Documentation
  • option: Add warning about externally-provided credentials (#​2978) (45c3513)

v0.218.0

Compare Source

Features
Bug Fixes
  • internal/gensupport: Close resp body only on discarding resp (resumableupload) (#​2966) (840d496)

v0.217.0

Compare Source

Features

v0.216.0

Compare Source

Features

v0.215.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), 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.

Copy link
Contributor Author

renovate bot commented Jan 12, 2025

ℹ 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):

  • 31 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.13.0 -> v0.14.1
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.7
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 -> v1.6.9
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 -> v1.16.28
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 -> v1.3.32
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 -> v2.6.32
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 -> v1.8.2
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 -> v1.3.32
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 -> v1.12.2
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7 -> v1.6.0
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 -> v1.12.13
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 -> v1.18.13
github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 -> v1.24.15
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 -> v1.28.14
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 -> v1.33.14
github.com/elliotchance/orderedmap/v2 v2.4.0 -> v2.7.0
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/pion/ice/v4 v4.0.5 -> v4.0.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 -> v0.58.0
go.opentelemetry.io/otel v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.34.0
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/text v0.21.0 -> v0.22.0
golang.org/x/time v0.8.0 -> v0.10.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 -> v0.0.0-20250207221924-e9438ea467c6

@renovate renovate bot requested a review from a team as a code owner January 12, 2025 01:42
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from bdee466 to 8a3c634 Compare January 26, 2025 00:33
@renovate renovate bot force-pushed the renovate/go-deps branch from 8a3c634 to d6f323f Compare February 2, 2025 00:32
@renovate renovate bot force-pushed the renovate/go-deps branch from d6f323f to 28a5751 Compare February 9, 2025 01:23
Generated by renovateBot
@renovate renovate bot force-pushed the renovate/go-deps branch from 28a5751 to 81718df Compare February 16, 2025 02:31
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.

0 participants