livekit / ingress

Ingest streams (RTMP/WHIP) or files (HLS, MP4) to LiveKit WebRTC
Apache License 2.0
64 stars 22 forks source link

Update go deps #276

Open renovate[bot] opened 4 weeks ago

renovate[bot] commented 4 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/Eyevinn/mp4ff v0.44.0 -> v0.45.0 age adoption passing confidence require minor
github.com/pion/webrtc/v3 v3.2.40 -> v3.2.44 age adoption passing confidence require patch
go (source) 1.22.3 -> 1.22.5 age adoption passing confidence toolchain patch
google.golang.org/grpc v1.64.0 -> v1.65.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.1 -> v1.34.2 age adoption passing confidence require patch

Release Notes

Eyevinn/mp4ff (github.com/Eyevinn/mp4ff) ### [`v0.45.0`](https://togithub.com/Eyevinn/mp4ff/releases/tag/v0.45.0) [Compare Source](https://togithub.com/Eyevinn/mp4ff/compare/v0.44.0...v0.45.0) ##### Changed - minimum Go version 1.16. - ioutil imports replaced by io and os imports - Info (mp4ff-info) output for esds boxes - API of descriptors - Parsing and info output for url boxes ##### Fixed - support for parsing of hierarchical sidx boxes - handling of partially bad descriptors - handle url boxes missing mandatory zero-ending byte ##### Added - support for ssix box - support for leva box - details of descriptors as Info outout (mp4ff-info)
pion/webrtc (github.com/pion/webrtc/v3) ### [`v3.2.44`](https://togithub.com/pion/webrtc/releases/tag/v3.2.44) [Compare Source](https://togithub.com/pion/webrtc/compare/v3.2.43...v3.2.44) #### What's Changed - Add links to RTP payload format specifications by [@​aler9](https://togithub.com/aler9) in [https://github.com/pion/webrtc/pull/2795](https://togithub.com/pion/webrtc/pull/2795) **Full Changelog**: https://github.com/pion/webrtc/compare/v3.2.43...v3.2.44 ### [`v3.2.43`](https://togithub.com/pion/webrtc/releases/tag/v3.2.43) [Compare Source](https://togithub.com/pion/webrtc/compare/v3.2.42...v3.2.43) #### What's Changed - Fix race condition in test by [@​aler9](https://togithub.com/aler9) in [https://github.com/pion/webrtc/pull/2785](https://togithub.com/pion/webrtc/pull/2785) - Make onNegotiationNeeded conform to spec by [@​edaniels](https://togithub.com/edaniels) in [https://github.com/pion/webrtc/pull/2792](https://togithub.com/pion/webrtc/pull/2792) **Full Changelog**: https://github.com/pion/webrtc/compare/v3.2.42...v3.2.43 ### [`v3.2.42`](https://togithub.com/pion/webrtc/releases/tag/v3.2.42) [Compare Source](https://togithub.com/pion/webrtc/compare/v3.2.41...v3.2.42) #### Changelog - [`43a6a69`](https://togithub.com/pion/webrtc/commit/43a6a69) Reset state machine after negotiationNeededOp ### [`v3.2.41`](https://togithub.com/pion/webrtc/releases/tag/v3.2.41) [Compare Source](https://togithub.com/pion/webrtc/compare/v3.2.40...v3.2.41) #### What's Changed - fix TestPeerConnection_Simulcast_RTX on v3 by [@​aalekseevx](https://togithub.com/aalekseevx) in [https://github.com/pion/webrtc/pull/2769](https://togithub.com/pion/webrtc/pull/2769) - Properly update metadata when PayloadType is 0 by [@​aler9](https://togithub.com/aler9) in [https://github.com/pion/webrtc/pull/2783](https://togithub.com/pion/webrtc/pull/2783) - Fix AV1 and VP9 codec matching by [@​aler9](https://togithub.com/aler9) in [https://github.com/pion/webrtc/pull/2773](https://togithub.com/pion/webrtc/pull/2773) **Full Changelog**: https://github.com/pion/webrtc/compare/v3.2.40...v3.2.41
golang/go (go) ### [`v1.22.5`](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5) ### [`v1.22.4`](https://togithub.com/golang/go/compare/go1.22.3...go1.22.4)
grpc/grpc-go (google.golang.org/grpc) ### [`v1.65.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.65.0): Release 1.65.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.64.0...v1.65.0) ### Dependencies - Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See [#​7249](https://togithub.com/grpc/grpc-go/issues/7249) for more information. ([#​7250](https://togithub.com/grpc/grpc-go/issues/7250)) - Update x/net/http2 to address [CVE-2023-45288](https://nvd.nist.gov/vuln/detail/CVE-2023-45288) ([#​7282](https://togithub.com/grpc/grpc-go/issues/7282)) ### Behavior Changes - credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable `GRPC_ENFORCE_ALPN_ENABLED` is set to "true" (case insensitive). ([#​7184](https://togithub.com/grpc/grpc-go/issues/7184)) - NOTE: this behavior will become the default in a future release. - metadata: remove String method from MD to make printing more consistent ([#​7373](https://togithub.com/grpc/grpc-go/issues/7373)) ### New Features - grpc: add `WithMaxCallAttempts` to configure gRPC's retry behavior per-channel. ([#​7229](https://togithub.com/grpc/grpc-go/issues/7229)) - Special Thanks: [@​imoore76](https://togithub.com/imoore76) ### Bug Fixes - ringhash: properly apply endpoint weights instead of ignoring them ([#​7156](https://togithub.com/grpc/grpc-go/issues/7156)) - xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors ([#​7128](https://togithub.com/grpc/grpc-go/issues/7128)) - Special Thanks: [@​bozaro](https://togithub.com/bozaro)
protocolbuffers/protobuf-go (google.golang.org/protobuf) ### [`v1.34.2`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.34.2) [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.34.1...v1.34.2) Minor feature: - [CL/589336](https://go.dev/cl/589336): gofeatures: allow setting legacy_unmarshal_json_enum feature at file level Minor bug fixes: - [CL/588875](https://go.dev/cl/588875): types/descriptorpb: regenerate using latest protobuf v27.0 release - [CL/586396](https://go.dev/cl/586396): internal/impl: fix size cache semantics with lazy decoding - [CL/585736](https://go.dev/cl/585736): reflect/protodesc: remove obsolete JSON name check from desc validator - [CL/588976](https://go.dev/cl/588976): reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 hours ago

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

Details:

Package Change
github.com/pion/ice/v2 v2.3.24 -> v2.3.27
golang.org/x/net v0.24.0 -> v0.25.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 -> v0.0.0-20240528184218-531527333157