Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.46.0
->v0.47.0
f10218a
->c8bbc67
v1.3.0
->v1.4.0
v1.3.0
->v1.4.0
v0.1.30
->v0.1.37
v3.3.3
->v3.3.4
v1.20.4
->v1.20.5
v1.9.0
->v1.10.0
v2.27.4
->v2.27.5
1.23.1
->1.23.3
v0.20.0
->v0.22.0
v1.66.2
->v1.68.0
v1.34.2
->v1.35.2
Release Notes
Eyevinn/mp4ff (github.com/Eyevinn/mp4ff)
v0.47.0
Compare Source
Changed
Added
Fixed
cmd/mp4ff-encrypt
did not parse command lineSeigSampleGroupEntry
calculated skipBytes incorrectlycmd/mp4ff-pslister
did not parse annex B HEVC correctlygo-gst/go-glib (github.com/go-gst/go-glib)
v1.4.0
Compare Source
What's Changed
glib.ArbitraryData
is now fully working and can be used to pass any go objects into (and out of) a gstreamer element that is defined in go. This includes native maps, functions, channels, etc.e.g.:
New Contributors
Full Changelog: go-gst/go-glib@v1.3.0...v1.4.0
go-gst/go-gst (github.com/go-gst/go-gst)
v1.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-gst/go-gst@v1.3.0...v1.4.0
pion/interceptor (github.com/pion/interceptor)
v0.1.37
Compare Source
What's Changed
New Contributors
Full Changelog: pion/interceptor@v0.1.36...v0.1.37
v0.1.36
Compare Source
Changelog
bfda3e0
Fix race ina03526d
v0.1.35
Compare Source
Changelog
a03526d
Add support for RFC 4588v0.1.34
Compare Source
Changelog
5ce4343
Fix PayloadType typev0.1.33
Compare Source
Changelog
a572d90
Add PayloadType for FEC and RTX alsov0.1.32
Compare Source
Changelog
c6a7ea8
Add RTX and FEC support to StreamInfov0.1.31
Compare Source
What's Changed
New Contributors
Full Changelog: pion/interceptor@v0.1.30...v0.1.31
pion/webrtc (github.com/pion/webrtc/v3)
v3.3.4
Compare Source
Changelog
90222f6
Update ICE versionc3c7178
Add ice transport api to get selected pair statsprometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5
: / 2024-10-15Compare 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
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.5
Compare Source
What's Changed
UseShortOptionHandling
description by @BlackHole1 in https://github.com/urfave/cli/pull/1956Full Changelog: urfave/cli@v2.27.4...v2.27.5
golang/go (go)
v1.23.3
v1.23.2
grpc/grpc-go (google.golang.org/grpc)
v1.68.0
: Release 1.68.0Compare Source
Behavior Changes
ClientConn.Close()
now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLS
that usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)Bug Fixes
Dependencies
go1.22.7
. (#7624)v1.67.1
: Release 1.67.1Compare Source
Bug Fixes
v1.67.0
: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.3
: Release 1.66.3Compare Source
Bug Fixes
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.35.2
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2
Maintenance:
CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
User-visible changes:
CL/618395: encoding/protojson: allow missing value for Any of type Empty
CL/618979: all: implement strip_enum_prefix editions feature
CL/622575: testing/protocmp: document behavior when combining Ignore and Sort
v1.35.1
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.34.2...v1.35.1
Maintenance:
User-visible changes:
Bug fixes:
v1.35.0
Compare Source
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 was generated by Mend Renovate. View the repository job log.