Update module github.com/pion/webrtc/v3 to v4 #49
+87
−20
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:
v3.2.4
->v4.0.2
Release Notes
pion/webrtc (github.com/pion/webrtc/v3)
v4.0.2
Compare Source
Changelog
2fd3640
Only collect single fingerprints/ICE credentials363e017
Update module github.com/pion/dtls/v3 to v3.0.48c06e02
Update module golang.org/x/net to v0.30.0e53cbc4
Fix race when closing ICE Transportae89317
Test that NULL Protection Profile is disabled271ab55
Add WithPayloader to TrackLocalStaticv4.0.1
Compare Source
What's Changed
Full Changelog: pion/webrtc@v4.0.0...v4.0.1
v4.0.0
Compare Source
Changelog
3f1622a
Add v4 Release Notes to READMEbb41f23
Don't use JitterBuffer in SampleBuilderdc1f8ff
Add ice transport api to get selected pair statsv3.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.8v3.2.28
Compare Source
Changelog
2828381
Fix interceptor.RTCPReaderFunc typo1a92109
Update module github.com/pion/sctp to v1.8.12v3.2.27
Compare Source
Changelog
1b553f0
Update module github.com/pion/sctp to v1.8.11v3.2.26
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.25...v3.2.26
v3.2.25
Compare Source
Changelog
e2454d1
Refine rtx support987fb7a
Fix panic of rtx attributesd82b0d0
RTX attribute constants should be public219c6a3
Fix data race of RTX packetf68b789
Allocationless handling of RTX pkts5da7278
Read() handles distinct-SSRC RTX packetsc7ca890
Skip padding packet for simulcast probev3.2.24
Compare Source
Changelog
462a717
Answer to paused simucalst stream correctlyv3.2.23
Compare Source
Changelog
f369fda
ReplaceTrack resets all track encodingsv3.2.22
Compare Source
Changelog
367caa0
Update Pion deps rtp, rtcp, srtp and interceptorv3.2.21
Compare Source
Changelog
48303e5
Fix DataChannel.handleOpenv3.2.20
Compare Source
Changelog
c785f25
Fix leak in Simulcast probingv3.2.19
Compare Source
Changelog
e593588
Revert "Update module transport, srtp, ice and turn"36dcdde
Generate answer to match group bundle in offerv3.2.18
Compare Source
Changelog
ea23dec
Update module transport, srtp, ice and turn012f129
Update AUTHORS.txta778f6d
Update module github.com/pion/interceptor to v0.1.1820f8393
Fix incorrect ice-lite commentb501cb5
Update AUTHORS.txt6fac880
Update AUTHORS.txt7998f1f
Update Pion depsbcfa3cb
Update module golang.org/x/net to v0.14.01390b16
Fix typo 'Renegotation' across projectv3.2.17
Compare Source
Changelog
f0dc0db
OggWriter: add packet segmentationee483da
Add SCTPTransportStatscf5dbbe
Update module github.com/pion/sctp to v1.8.8v3.2.16
Compare Source
Changelog
1d12dc8
Revert breaking change in ICECandidateStatscedd45f
Update golang Docker tag to v1.21v3.2.15
Compare Source
Changelog
2926b99
Stats: improve JSON support, add missing structs6453346
Update module github.com/pion/ice/v2 to v2.3.10f0a5355
Update RegisterDefaultCodecs to match libwebrtcebd6753
Update CI configs to v0.10.118886e33
Update AUTHORS.txt0e84bbf
Update AUTHORS.txt667d0ff
Make TrackLocalContext an interface6a3a97f
Update module github.com/pion/rtp to v1.8.17c60bb9
Adds WithPacketHeadHandler to SampleBuilderv3.2.14
Compare Source
Changelog
b40f599
Add RTPReceiver.RTPTransceiverc23eeb1
Update module golang.org/x/net to v0.12.0448f4ba
Add DTLS KeyLog configuration option in WebRTC API457ff6c
Update module github.com/pion/srtp/v2 to v2.0.16v3.2.13
Compare Source
Changelog
90e3a83
Add support to AV1 inplay-from-disk
24b241a
Update module github.com/pion/rtp to v1.8.0v3.2.12
Compare Source
Changelog
3cddada
Add IceTransport.GetLocalParameters53d8f74
Update module github.com/pion/ice/v2 to v2.3.9f9d7579
Update module golang.org/x/net to v0.11.0fb5d5f1
Update module github.com/pion/stun to v0.6.1v3.2.11
Compare Source
Changelog
3dd667a
Update AUTHORS.txt019920f
Update AUTHORS.txt678ddd4
Add SettingsEngine option to disable Active TCPc05e366
Update module github.com/pion/ice/v2 to v2.3.8v3.2.10
Compare Source
Changelog
c8f7e0d
Update module github.com/pion/ice/v2 to v2.3.74f1d46f
Improvement to rtp-to-webrtc examplev3.2.9
Compare Source
Changelog
a0e9824
DTLS: Add Client/RootCAs, ClientAuth, Secret Opts2ffab96
Update module github.com/stretchr/testify to v1.8.483ae83b
Rungo mod tidy
v3.2.8
Compare Source
Changelog
73276d1
Update module github.com/pion/ice/v2 to v2.3.6v3.2.7
Compare Source
Changelog
1df634e
Remove golint from godoc and move no next linev3.2.6
Compare Source
Changelog
323469d
Update module github.com/pion/stun to v0.6.06df9089
Update module github.com/pion/ice/v2 to v2.3.5v3.2.5
Compare Source
Changelog
7a100b9
Enable SRTP_AEAD_AES_256_GCMf9e0934
Update module github.com/pion/interceptor to v0.1.1755b1ac0
Update module github.com/pion/dtls/v2 to v2.2.7ab11eed
Improve SetEphemeralUDPPortRange documentationd1985e0
Bring back LICENSE filea8aa8cc
Update AUTHORS.txtb07c7b2
Update CI configs to v0.10.9Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.