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 #776

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

Update go deps #776

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/storage v1.43.0 -> v1.45.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2 v1.31.0 -> v1.32.2 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.27.39 -> v1.28.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/credentials v1.17.37 -> v1.17.41 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.3 -> v1.66.1 age adoption passing confidence require minor
github.com/aws/smithy-go v1.21.0 -> v1.22.0 age adoption passing confidence require minor
github.com/chromedp/cdproto b931b75 -> 4d5d5fa age adoption passing confidence require digest
github.com/chromedp/chromedp v0.10.0 -> v0.11.1 age adoption passing confidence require minor
github.com/go-gst/go-glib v1.2.1 -> v1.3.0 age adoption passing confidence require minor
github.com/go-gst/go-gst v1.2.2-0.20240907184934-f0fa8a765a08 -> v1.3.0 age adoption passing confidence require minor
github.com/livekit/livekit-server v1.7.3-0.20241017190429-44a74fc06ae7 -> v1.8.0 age adoption passing confidence require minor
github.com/livekit/protocol caa595e -> 318cb1a require digest
github.com/livekit/psrpc 9f0a426 -> 1efff3d require digest
github.com/livekit/server-sdk-go/v2 v2.2.2-0.20241015094126-b8538ae5d67b -> v2.3.0 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.20.4 -> v1.20.5 age adoption passing confidence require patch
github.com/prometheus/common v0.59.1 -> v0.60.1 age adoption passing confidence require minor
github.com/urfave/cli/v2 v2.27.4 -> v2.27.5 age adoption passing confidence require patch
google.golang.org/api v0.196.0 -> v0.203.0 age adoption passing confidence require minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.32.2

Compare Source

v1.32.1

Compare Source

v1.32.0

Compare Source

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

v1.22.0

Compare Source

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

v0.11.1

Compare Source

v0.11.0: chromedp v0.11.0

Compare Source

Full Changelog: chromedp/chromedp@v0.10.1...v0.11.0

v0.10.1: chromedp v0.10.1

Compare Source

Full Changelog: chromedp/chromedp@v0.10.0...v0.10.1

go-gst/go-glib (github.com/go-gst/go-glib)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-gst/go-glib@v1.2.1...v1.3.0

go-gst/go-gst (github.com/go-gst/go-gst)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-gst/go-gst@v1.2.1...v1.3.0

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

v1.8.0

Compare Source

Added
  • Support protocol 15 - send signal response for success responses (#​2926)
  • Add DisconnectReason to ParticipantInfo. (#​2930)
  • add roommanager service (#​2931)
  • Add tracksubscribed event on downtrack added (#​2934)
  • Speed up track publication (#​2952)
  • Add FastPublish in JoinResponse (#​2964)
  • Update protocol. Support SIP Callee dispatch rule type. (#​2969)
  • Record out-of-packet count/rate in prom. (#​2980)
  • Support passing SIP headers. (#​2993)
  • Update ICE via webrtc to get candidate pair stats RTT (#​3009)
  • Initial plumbing for metrics. (#​2950)
  • Allow agents to override sender identities on ChatMessage (#​3022)
  • Implement SIP TransferParticipant API (#​3026)
  • api for agent worker job count (#​3068)
  • Add counter for pub&sub time metrics (#​3084)
  • Support for attributes in initial agent token (#​3097)
Fixed
  • Handle another old packet condition. (#​2947)
  • Properly exclude mDNS when not trickling also. (#​2956)
  • Panic fix for nil candidate check. (#​2957)
  • Skip ICE restart on unestablished peer connection. (#​2967)
  • Recreate stats worker on resume if needed. (#​2982)
  • Handle trailing slashes in URL (#​2988)
  • Do not take padding packets into account in max pps calculation (#​2990)
  • compute agent service affinity from available capacity (#​2995)
  • Do not remove from subscription map on unsubscribe. (#​3002)
  • Fix forwarder panic defer of nil senderReport (#​3011)
  • avoid race condition on downtrack.Codec (#​3032)
  • fix: copy attributes to refresh token (#​3036)
  • Set mime_type for tracks don't have simulcast_codecs (#​3040)
  • check data messages for nil payloads (#​3062)
  • Fix codec name normalisation. (#​3081 #​3103 #​3104 #​3106 #​3113)
  • Set FEC enabled properly in connection stats module. (#​3098)
  • Type safe IP checks for SIP Trunks. (#​3108)
  • Parse python, cpp, unity-web, node sdks in clientinfo (#​3110)
Changed
  • Use monotonic clock in packet path. (#​2940)
  • Refactor propagation delay estimator. (#​2941)
  • Propagate SIP attributes from a Dispatch Rule. (#​2943)
  • Refactor sip create participant (#​2949)
  • Reduce threshold of out-of-order very old packet detection. (#​2951)
  • Standardize twirp hooks during server init (#​2959)
  • Don't remove DD extesion for simucalst codecs (#​2960)
  • Negotiate downttrack for subscriber before receiver is ready (#​2970)
  • Allow start streaming on an out-of-order packet. (#​2971)
  • exponential backoff when calling CreateRoom (#​2977)
  • Start negotiate immediately if last one is before debouce interval (#​2979)
  • Seed down track state on re-use. (#​2985)
  • Cache RTCP sender report in forwarder state. (#​2994)
  • Set SenderReport to nil on seeding if empty. (#​3008)
  • Use new track id for republishing (#​3020)
  • simplify agent registration (#​3018)
  • enable room creator service by default (#​3043)
  • Fix clock rate skew calculation. (#​3055)
  • Forward new disconnect reasons for SIP. (#​3056)
  • Use difference debounce interval in negotiation (#​3078)
  • Use lower case mime type in dynacast. (#​3080)
  • Drop quality a bit faster on score trending lower to be more responsive. (#​3093)
  • Protocol update to get more precise protoproxy timing (#​3107)
livekit/server-sdk-go (github.com/livekit/server-sdk-go/v2)

v2.3.0

Compare Source

prometheus/client_golang (github.com/prometheus/client_golang)

v1.20.5: / 2024-10-15

Compare Source

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #​1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #​1645

prometheus/common (github.com/prometheus/common)

v0.60.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.60.0...v0.60.1

v0.60.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.1...v0.60.0

urfave/cli (github.com/urfave/cli/v2)

v2.27.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.4...v2.27.5

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

v0.203.0

Compare Source

Features

v0.202.0

Compare Source

Features

v0.201.0

Compare Source

Features

v0.200.0

Compare Source

Features

v0.199.0

Compare Source

Features

v0.198.0

Compare Source

Features

v0.197.0

Compare Source

Features
Bug Fixes
  • transport: Set UniverseDomain in http.NewClient for new auth (#​2773) (140d0a5)

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 Sep 15, 2024

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

  • 23 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.115.1 -> v0.116.0
cloud.google.com/go/auth v0.9.3 -> v0.9.9
cloud.google.com/go/compute/metadata v0.5.0 -> v0.5.2
cloud.google.com/go/iam v1.2.0 -> v1.2.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.5 -> v1.6.6
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14 -> v1.16.17
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.18 -> v1.3.21
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.18 -> v2.6.21
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.18 -> v1.3.21
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.5 -> v1.12.0
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.20 -> v1.4.2
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.20 -> v1.12.2
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.18 -> v1.18.2
github.com/aws/aws-sdk-go-v2/service/sso v1.23.3 -> v1.24.2
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.3 -> v1.28.2
github.com/aws/aws-sdk-go-v2/service/sts v1.31.3 -> v1.32.2
github.com/chromedp/sysutil v1.0.0 -> v1.1.0
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/googleapis/enterprise-certificate-proxy v0.3.3 -> v0.3.4
go.uber.org/zap/exp v0.2.0 -> v0.3.0
golang.org/x/time v0.6.0 -> v0.7.0
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed -> v0.0.0-20241007155032-5fefd90f89a9

@renovate renovate bot requested a review from a team as a code owner September 15, 2024 01:22
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 37d428c to 894f32f Compare October 6, 2024 00:24
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 9c44659 to 3901c2f Compare October 20, 2024 00:20
Generated by renovateBot
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