-
Notifications
You must be signed in to change notification settings - Fork 80
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 #627
Update go deps #627
Conversation
e1bdd57
to
d5ddee0
Compare
Generated by renovateBot
fdd269f
to
f2e7b77
Compare
|
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v0.1.9
->v0.2.0
v0.0.12
->v0.0.13
v1.7.0
->v1.8.0
9f0a426
->1efff3d
v0.2.4
->v0.2.5
v6.8.1
->v6.10.0
v3.0.6
->v3.0.9
v3.2.28
->v3.3.4
v1.19.0
->v1.20.5
v0.12.0
->v0.15.1
v3.1.0
->v3.4.0
v9.6.1
->v9.7.0
8a7402a
->2d47ceb
v0.19.0
->v0.22.0
v1.65.0
->v1.68.0
v1.34.2
->v1.35.2
Release Notes
bufbuild/protoyaml-go (github.com/bufbuild/protoyaml-go)
v0.2.0
Compare Source
What's Changed
Other changes
Full Changelog: bufbuild/protoyaml-go@v0.1.12...v0.2.0
v0.1.12
Compare Source
What's Changed
Other changes
New Contributors
Full Changelog: bufbuild/protoyaml-go@v0.1.11...v0.1.12
v0.1.11
Compare Source
What's Changed
Other changes
Full Changelog: bufbuild/protoyaml-go@v0.1.10...v0.1.11
v0.1.10
Compare Source
What's Changed
Other changes
Full Changelog: bufbuild/protoyaml-go@v0.1.9...v0.1.10
frostbyte73/core (github.com/frostbyte73/core)
v0.0.13
Compare Source
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.8.0
Compare Source
Additions
FSNOTIFY_DEBUG
to print debug logs to stderr (#619)Changes and fixes
windows: fix behaviour of
WatchList()
to be consistent with other platforms (#610)kqueue: ignore events with Ident=0 (#590)
kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)
kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)
inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)
inotify: fix panic when calling Remove() in a goroutine (#650)
fen: allow watching subdirectories of watched directories (#621)
mackerelio/go-osstat (github.com/mackerelio/go-osstat)
v0.2.5
Compare Source
What's Changed
Full Changelog: mackerelio/go-osstat@v0.2.4...v0.2.5
maxbrunsfeld/counterfeiter (github.com/maxbrunsfeld/counterfeiter/v6)
v6.10.0
Compare Source
v6.9.0
Compare Source
Details:
1.22
Detailed changes: maxbrunsfeld/counterfeiter@v6.8.1...v6.9.0
pion/sdp (github.com/pion/sdp/v3)
v3.0.9
Compare Source
Changelog
84d5ab0
Add support for rtcp-fb:*84cf380
Add support for more protos2edc074
Add test for zero valuesb293b8f
Update CI configs to v0.11.4v3.0.8
Compare Source
Changelog
138ce3c
Use a sync.Pool for Unmarshal46f6da0
Add UnmarshalStringadf8269
Optimize unmarshal type handling57a58bf
Update module github.com/stretchr/testify to v1.9.0v3.0.7
Compare Source
Changelog
37a57e6
Add marshalInto to all types11e6d57
Add marshalSize to all types9704a3f
Rollback to /v3fb77fb3
Create v4011e5e0
Update CI configs to v0.11.31f05040
Update CI configs to v0.11.0f98c3d1
Remove 'AUTHORS.txt' from README.md63f296e
Remove 'Generate Authors' workflowe8c160b
Fix GetCodecForPayloadType() with Alexa WebRTC18a7702
Add invalid repeat times unmarshal testac6517e
Add missed copyright and licensing informationa509649
Fix: check value length in parseTimeUnitsc870d62
Test: port old fuzzing code to go-fuzzing3975f0d
Update CI configs to v0.10.11ef0b502
Update module github.com/stretchr/testify to v1.8.4f984862
Update CI configs to v0.10.9856fbf6
Bring back LICENSE filedb952e1
Update module github.com/stretchr/testify to v1.8.324d443d
Update CI configs to v0.10.8b8d6fcc
Fix golangci-lint warnings476d624
Make repo REUSE compliante7867d2
Update CI configs to v0.10.7633885c
Harmonize sections in README38ced26
Update AUTHORS.txtc0bdb87
Cleanup common sections in README4a1c3d1
Update module github.com/stretchr/testify to v1.8.29018600
Update CI configs to v0.10.3f6fe131
Update CI configs to v0.10.1d607c16
Update CI configs to v0.9.061521a0
Update goreleaser/goreleaser-action action to v4567311f
Update CI configs to v0.8.15a1c6f2
Update CI configs to v0.8.0pion/webrtc (github.com/pion/webrtc/v3)
v3.3.4
Compare Source
Changelog
90222f6
Update ICE versionc3c7178
Add ice transport api to get selected pair statsv3.3.3
Compare Source
Changelog
c088755
Update ICEv3.3.2
Compare Source
Changelog
8bf9954
Return object icluding stat id for selected pairv3.3.1
Compare Source
Changelog
f99d4ed
Don't reuse transceiver in one round negotiation540af5b
Prevent ICETransport start/stop deadlock6ac4b71
Fix concurrent pc.GracefulClosev3.3.0
Compare Source
New Feature
peerconnection.SCTPTransport
now provides anOnClose
callback that can be used to detect remote peer connection close similar to theOnError
callback.What's Changed
Full Changelog: pion/webrtc@v3.2.51...v3.3.0
v3.2.51
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.50...v3.2.51
v3.2.50
Compare Source
Changelog
2364173
Fix our-of-order twcc fb cause by rtx blocked69cd4e4
Close unhandled rtcp simulcast streamsa598bab
Bump ice to v2.3.31v3.2.49
Compare Source
Changelog
5437ff5
Added support for SRTP_NULL_HMAC_SHA1_80 cipherv3.2.48
Compare Source
Changelog
bd3aaae
Fix TestPeerConnection_Simulcastaf63d2b
Properly handle non-media probes482d9eb
Updated pion modules to latest versions48cfc63
Hold pc.mu while populating local candidatesv3.2.47
Compare Source
Changelog
7407903
Match header extensions to remote media sectionsv3.2.46
Compare Source
Changelog
49ccf87
Update ice to v2.3.28v3.2.45
Compare Source
Changelog
5bf5bed
Revert7c8bfbd
and add testv3.2.44
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.43...v3.2.44
v3.2.43
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.42...v3.2.43
v3.2.42
Compare Source
Changelog
43a6a69
Reset state machine after negotiationNeededOpv3.2.41
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.40...v3.2.41
v3.2.40
Compare Source
Changelog
7cad104
Update module github.com/pion/ice/v2 to v2.3.24v3.2.39
Compare Source
Changelog
e7cf3ba
Update RtxSSRC for simulcast track remotev3.2.38
Compare Source
Changelog
7be0482
Update module github.com/pion/sctp to v1.8.169d76240
Update module github.com/pion/ice/v2 to v2.3.15v3.2.37
Compare Source
Changelog
a43143e
Add padding support to TrackLocalStaticSamplev3.2.36
Compare Source
Changelog
2f0fe93
Declare Go 1.17 as minimum versionv3.2.35
Compare Source
Changelog
f53f0a9
Update github.com/pion/transport/v2 to v2.2.4c1e5386
Declare Go 1.19 as minimum versionv3.2.34
Compare Source
Changelog
cb8ab4a
Update github.com/pion/sctp to v1.8.14v3.2.33
Compare Source
Changelog
eb6e395
Retract v3.2.28v3.2.32
Compare Source
Changelog
4c25aa6
Includemsid-semantic
in Session Attributesv3.2.31
Compare Source
Changelog
b84753e
Update github.com/pion/rtp to v1.8.5v3.2.30
Compare Source
Changelog
10dca09
Update github.com/pion/sdp/v3 to v3.0.9de2e7b7
Put SCTP Zero Checksum behind SettingEngine39919d7
SampleBuilder: Deprecate PopWithTimestampv3.2.29
Compare Source
Changelog
0b447fd
Update module github.com/pion/sdp to v3.0.8prometheus/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
v1.20.4
Compare Source
v1.20.3
Compare Source
v1.20.2
Compare Source
v1.20.1
Compare Source
v1.20.0
Compare Source
Thanks everyone for contributions!
collectors.NewGoCollector()
collector. Given its popular usage, expect your binary to expose two additional metric.Changes
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559runtime/metrics
sourcing each metric (if relevant). #1568 #1578zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496WithLimit
parameter to all API methods that supports it. #1544process_network_receive_bytes_total
andprocess_network_transmit_bytes_total
. #1555instrumentation wrapping supports new and future extra responseWriter methods. #1480
All commits
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.