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 module github.com/pion/webrtc/v3 to v3.3.4 #29

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pion/webrtc/v3 v3.2.4 -> v3.3.4 age adoption passing confidence

Release Notes

pion/webrtc (github.com/pion/webrtc/v3)

v3.3.4

Compare Source

Changelog
  • 90222f6 Update ICE version
  • c3c7178 Add ice transport api to get selected pair stats

v3.3.3

Compare Source

Changelog

v3.3.2

Compare Source

Changelog

  • 8bf9954 Return object icluding stat id for selected pair

v3.3.1

Compare Source

Changelog
  • f99d4ed Don't reuse transceiver in one round negotiation
  • 540af5b Prevent ICETransport start/stop deadlock
  • 6ac4b71 Fix concurrent pc.GracefulClose

v3.3.0

Compare Source

New Feature

peerconnection.SCTPTransport now provides an OnClose callback that can be used to detect remote peer connection close similar to the OnError 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 blocked
  • 69cd4e4 Close unhandled rtcp simulcast streams
  • a598bab Bump ice to v2.3.31

v3.2.49

Compare Source

Changelog
  • 5437ff5 Added support for SRTP_NULL_HMAC_SHA1_80 cipher

v3.2.48

Compare Source

Changelog
  • bd3aaae Fix TestPeerConnection_Simulcast
  • af63d2b Properly handle non-media probes
  • 482d9eb Updated pion modules to latest versions
  • 48cfc63 Hold pc.mu while populating local candidates

v3.2.47

Compare Source

Changelog
  • 7407903 Match header extensions to remote media sections

v3.2.46

Compare Source

Changelog

v3.2.45

Compare Source

Changelog

v3.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 negotiationNeededOp

v3.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.24

v3.2.39

Compare Source

Changelog

  • e7cf3ba Update RtxSSRC for simulcast track remote

v3.2.38

Compare Source

Changelog

  • 7be0482 Update module github.com/pion/sctp to v1.8.16
  • 9d76240 Update module github.com/pion/ice/v2 to v2.3.15

v3.2.37

Compare Source

Changelog

  • a43143e Add padding support to TrackLocalStaticSample

v3.2.36

Compare Source

Changelog

  • 2f0fe93 Declare Go 1.17 as minimum version

v3.2.35

Compare Source

Changelog

  • f53f0a9 Update github.com/pion/transport/v2 to v2.2.4
  • c1e5386 Declare Go 1.19 as minimum version

v3.2.34

Compare Source

Changelog

  • cb8ab4a Update github.com/pion/sctp to v1.8.14

v3.2.33

Compare Source

Changelog

v3.2.32

Compare Source

Changelog

  • 4c25aa6 Include msid-semantic in Session Attributes

v3.2.31

Compare Source

Changelog

  • b84753e Update github.com/pion/rtp to v1.8.5

v3.2.30

Compare Source

Changelog

  • 10dca09 Update github.com/pion/sdp/v3 to v3.0.9
  • de2e7b7 Put SCTP Zero Checksum behind SettingEngine
  • 39919d7 SampleBuilder: Deprecate PopWithTimestamp

v3.2.29

Compare Source

Changelog

  • 0b447fd Update module github.com/pion/sdp to v3.0.8

v3.2.28

Compare Source

Changelog

  • 2828381 Fix interceptor.RTCPReaderFunc typo
  • 1a92109 Update module github.com/pion/sctp to v1.8.12

v3.2.27

Compare Source

Changelog

  • 1b553f0 Update module github.com/pion/sctp to v1.8.11

v3.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 support
  • 987fb7a Fix panic of rtx attributes
  • d82b0d0 RTX attribute constants should be public
  • 219c6a3 Fix data race of RTX packet
  • f68b789 Allocationless handling of RTX pkts
  • 5da7278 Read() handles distinct-SSRC RTX packets
  • c7ca890 Skip padding packet for simulcast probe

v3.2.24

Compare Source

Changelog

  • 462a717 Answer to paused simucalst stream correctly

v3.2.23

Compare Source

Changelog

  • f369fda ReplaceTrack resets all track encodings

v3.2.22

Compare Source

Changelog

  • 367caa0 Update Pion deps rtp, rtcp, srtp and interceptor

v3.2.21

Compare Source

Changelog

  • 48303e5 Fix DataChannel.handleOpen

v3.2.20

Compare Source

Changelog

  • c785f25 Fix leak in Simulcast probing

v3.2.19

Compare Source

Changelog

  • e593588 Revert "Update module transport, srtp, ice and turn"
  • 36dcdde Generate answer to match group bundle in offer

v3.2.18

Compare Source

Changelog

  • ea23dec Update module transport, srtp, ice and turn
  • 012f129 Update AUTHORS.txt
  • a778f6d Update module github.com/pion/interceptor to v0.1.18
  • 20f8393 Fix incorrect ice-lite comment
  • b501cb5 Update AUTHORS.txt
  • 6fac880 Update AUTHORS.txt
  • 7998f1f Update Pion deps
  • bcfa3cb Update module golang.org/x/net to v0.14.0
  • 1390b16 Fix typo 'Renegotation' across project

v3.2.17

Compare Source

Changelog

  • f0dc0db OggWriter: add packet segmentation
  • ee483da Add SCTPTransportStats
  • cf5dbbe Update module github.com/pion/sctp to v1.8.8

v3.2.16

Compare Source

Changelog

  • 1d12dc8 Revert breaking change in ICECandidateStats
  • cedd45f Update golang Docker tag to v1.21

v3.2.15

Compare Source

Changelog

  • 2926b99 Stats: improve JSON support, add missing structs
  • 6453346 Update module github.com/pion/ice/v2 to v2.3.10
  • f0a5355 Update RegisterDefaultCodecs to match libwebrtc
  • ebd6753 Update CI configs to v0.10.11
  • 8886e33 Update AUTHORS.txt
  • 0e84bbf Update AUTHORS.txt
  • 667d0ff Make TrackLocalContext an interface
  • 6a3a97f Update module github.com/pion/rtp to v1.8.1
  • 7c60bb9 Adds WithPacketHeadHandler to SampleBuilder

v3.2.14

Compare Source

Changelog

  • b40f599 Add RTPReceiver.RTPTransceiver
  • c23eeb1 Update module golang.org/x/net to v0.12.0
  • 448f4ba Add DTLS KeyLog configuration option in WebRTC API
  • 457ff6c Update module github.com/pion/srtp/v2 to v2.0.16

v3.2.13

Compare Source

Changelog

  • 90e3a83 Add support to AV1 in play-from-disk
  • 24b241a Update module github.com/pion/rtp to v1.8.0

v3.2.12

Compare Source

Changelog

  • 3cddada Add IceTransport.GetLocalParameters
  • 53d8f74 Update module github.com/pion/ice/v2 to v2.3.9
  • f9d7579 Update module golang.org/x/net to v0.11.0
  • fb5d5f1 Update module github.com/pion/stun to v0.6.1

v3.2.11

Compare Source

Changelog

  • 3dd667a Update AUTHORS.txt
  • 019920f Update AUTHORS.txt
  • 678ddd4 Add SettingsEngine option to disable Active TCP
  • c05e366 Update module github.com/pion/ice/v2 to v2.3.8

v3.2.10

Compare Source

Changelog

  • c8f7e0d Update module github.com/pion/ice/v2 to v2.3.7
  • 4f1d46f Improvement to rtp-to-webrtc example

v3.2.9

Compare Source

Changelog

  • a0e9824 DTLS: Add Client/RootCAs, ClientAuth, Secret Opts
  • 2ffab96 Update module github.com/stretchr/testify to v1.8.4
  • 83ae83b Run go mod tidy

v3.2.8

Compare Source

Changelog

  • 73276d1 Update module github.com/pion/ice/v2 to v2.3.6

v3.2.7

Compare Source

Changelog

  • 1df634e Remove golint from godoc and move no next line

v3.2.6

Compare Source

Changelog

  • 323469d Update module github.com/pion/stun to v0.6.0
  • 6df9089 Update module github.com/pion/ice/v2 to v2.3.5

v3.2.5

Compare Source

Changelog

  • 7a100b9 Enable SRTP_AEAD_AES_256_GCM
  • f9e0934 Update module github.com/pion/interceptor to v0.1.17
  • 55b1ac0 Update module github.com/pion/dtls/v2 to v2.2.7
  • ab11eed Improve SetEphemeralUDPPortRange documentation
  • d1985e0 Bring back LICENSE file
  • a8aa8cc Update AUTHORS.txt
  • b07c7b2 Update CI configs to v0.10.9

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.5 Update module github.com/pion/webrtc/v3 to v3.2.6 May 22, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch 2 times, most recently from 7ad6639 to c9b13fb Compare May 24, 2023 05:25
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.6 Update module github.com/pion/webrtc/v3 to v3.2.8 May 24, 2023
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.8 Update module github.com/pion/webrtc/v3 to v3.2.9 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from c9b13fb to 38ccf47 Compare June 2, 2023 19:41
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.9 Update module github.com/pion/webrtc/v3 to v3.2.10 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 38ccf47 to 4a3afd8 Compare June 8, 2023 05:35
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 4a3afd8 to a8dec40 Compare June 29, 2023 00:02
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.10 Update module github.com/pion/webrtc/v3 to v3.2.11 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from a8dec40 to 03fe175 Compare July 10, 2023 20:40
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.11 Update module github.com/pion/webrtc/v3 to v3.2.12 Jul 10, 2023
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.12 Update module github.com/pion/webrtc/v3 to v3.2.13 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 03fe175 to ebd2ec6 Compare July 21, 2023 00:57
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.13 Update module github.com/pion/webrtc/v3 to v3.2.14 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from ebd2ec6 to 221d4b7 Compare August 2, 2023 15:33
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.14 Update module github.com/pion/webrtc/v3 to v3.2.15 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch 2 times, most recently from 46d45bc to 0b90d22 Compare August 18, 2023 19:03
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.15 Update module github.com/pion/webrtc/v3 to v3.2.16 Aug 18, 2023
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.16 Update module github.com/pion/webrtc/v3 to v3.2.17 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 0b90d22 to fe66dbb Compare August 21, 2023 07:26
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.17 Update module github.com/pion/webrtc/v3 to v3.2.18 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch 3 times, most recently from f8fa790 to bca71d9 Compare September 9, 2023 00:04
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.18 Update module github.com/pion/webrtc/v3 to v3.2.19 Sep 9, 2023
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.19 Update module github.com/pion/webrtc/v3 to v3.2.20 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from bca71d9 to 4b5e661 Compare September 13, 2023 18:45
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.20 Update module github.com/pion/webrtc/v3 to v3.2.21 Sep 24, 2023
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.40 Update module github.com/pion/webrtc/v3 to v3.2.41 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 4bbcb34 to 0241856 Compare June 11, 2024 19:13
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.41 Update module github.com/pion/webrtc/v3 to v3.2.42 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 0241856 to 88c165c Compare June 24, 2024 16:28
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.42 Update module github.com/pion/webrtc/v3 to v3.2.43 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 88c165c to 7779fee Compare July 2, 2024 17:03
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.43 Update module github.com/pion/webrtc/v3 to v3.2.44 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 7779fee to efa7ee9 Compare July 15, 2024 17:19
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.44 Update module github.com/pion/webrtc/v3 to v3.2.46 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from efa7ee9 to 68f686e Compare July 18, 2024 07:52
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.46 Update module github.com/pion/webrtc/v3 to v3.2.47 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 68f686e to f5d100d Compare July 21, 2024 04:16
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.47 Update module github.com/pion/webrtc/v3 to v3.2.48 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from f5d100d to ad4e41b Compare July 21, 2024 09:25
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.48 Update module github.com/pion/webrtc/v3 to v3.2.49 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from ad4e41b to f667381 Compare July 26, 2024 07:30
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.49 Update module github.com/pion/webrtc/v3 to v3.2.50 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from f667381 to 73500e4 Compare August 6, 2024 14:53
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.50 Update module github.com/pion/webrtc/v3 to v3.2.51 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 73500e4 to 1b56187 Compare August 15, 2024 16:02
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.2.51 Update module github.com/pion/webrtc/v3 to v3.3.0 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 1b56187 to 3f0c4cc Compare September 6, 2024 16:39
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.3.0 Update module github.com/pion/webrtc/v3 to v3.3.1 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 3f0c4cc to 5466e6d Compare September 16, 2024 12:38
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.3.1 Update module github.com/pion/webrtc/v3 to v3.3.2 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 5466e6d to 7a620bd Compare September 16, 2024 18:38
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.3.2 Update module github.com/pion/webrtc/v3 to v3.3.3 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v3-3.x branch from 7a620bd to 26e11db Compare October 7, 2024 16:55
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.3.3 Update module github.com/pion/webrtc/v3 to v3.3.4 Oct 7, 2024
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