Releases: pion/webrtc
v3.3.6
v4.1.3
Changelog
- 4c1af4c H265 reader & writer
- e602e15 Update module github.com/pion/rtp to v1.8.20
- 4f67c90 Replace custom atomicBool with sync/atomic.Bool
- 887f5c6 Add sender receiver report
- d3151fe Update module github.com/pion/logging to v0.2.4
- 9b1ca73 Update dependency @roamhq/wrtc to ^0.9.0
- 6874548 Update CI configs to v0.11.20
- 22dd7b7 Replace interface{} with any
- f94e1be Update module github.com/pion/sdp/v3 to v3.0.14
- 86e4719 Update module github.com/pion/srtp/v3 to v3.0.6
- ddae46a Update module github.com/pion/rtp to v1.8.19
v4.1.2
Changelog
- f5d98ce Updated Test_TrackLocalStatic_Padding test
- 6f6038b Update module github.com/pion/interceptor to v0.1.40
- 0bc9505 Copy PaddingSize from rtp.Packet to Header
- 0b0f4ab Update module github.com/pion/srtp/v3 to v3.0.5
- 7a46744 Fixed flake in TestPeerConnection_Media_Sample
- 5fbbb6c Update module github.com/pion/interceptor to v0.1.39
- 904bd78 Update module github.com/pion/rtp to v1.8.18
- 27989a3 Update module github.com/pion/rtp to v1.8.17
- dc29db1 Update module github.com/pion/rtp to v1.8.16
- 4742d1f Fix trackDetailsFromSDP not handling fec ssrc
- e68ce42 Add TestConfigureFlexFEC03_FECParameters
- 08d015e ConfigureFlexFEC03 helper and fec example
- ca48a0d Update module github.com/pion/interceptor to v0.1.38
- cc3498c Update module github.com/pion/sdp/v3 to v3.0.13
- 716beb5 Use space after WMS. Fixes #3128
- 7c5d163 Update module github.com/pion/sdp/v3 to v3.0.12
- e606604 Set correct description for error
v4.1.1
v4.1.0
Pion v4.1.0
- New release schedule β a fresh minor version will ship on the last weekend of every month.
- AV1 support is complete and stable.
- Data Channels now handle payloads larger than
65 535
bytes (MaxUint16
) and parsesa=max-message-size
. - HEVC / H.265 RTP payloader added.
- Multi-codec negotiation lets peers negotiate for media sections with different audio/video codecs.
- ICE improvements
- Add a
ufrag
extension to generated candidates. ToICE
convertswebrtc.Candidate
toice.Candidate
.- New APIs to add and retrieve ICE extensions.
AddCandidate
rejects candidates from old generations.
- Add a
- SCTP β exposed
SCTPTransport.BufferedAmount
for better flow-control insight. - RTP tracks β
WithRTPTimestamp
lets you set a custom initial RTP timestamp. - Codec matching fixes when peers advertise the same codec with different sample-rates or channel counts.
- Test refactors and code enhancements.
Thanks to everyone who contributed since v4.0.0 (2024-10-11)! β€οΈ
@0x34d @3DRX @5ur3 @5xp @aalekseevx @abrender @aler9 @amanakin @amincheloh @andresmanelli @at-wat @boks1971 @cnderrauber @Dailor @dkess @edaniels @evan-brass @hateeyan @hoihochan @howjmay @itzmanish @jaystenmark @jech @jmelancongen @JoeTurki @kcaffrey @kevmo314 @KW-M @LeeTeng2001 @levaitamas @mengelbart @N1cOs @nithu1991 @Olex1313 @oto313 @pabloFuente @paulwe @rileym-arcules @robfig @RyanPotat @San9H0 @seaduboi-openai @Sean-Der @sirzooro @skyfall2022 @sterlingdeng @strangesast @strombergdev @stv0g @sukunrt @tyohan @ValorZard @WofWca @xdrudis @y-kawawa @YannSc @zcc0077 @zjzhang-cn Anton, ARJUN SHAJI, Brave Yao, Nils Ohlmeier, sterlingdeng
v4.0.16
Changelog
- 705b728 Pass Configured MTU into SCTP
- 3017e68 Remove TEST_EXTRA_ARGS and GOLANGCI_LINT_EXRA_ARGS
- 2de1ac4 Update CI configs to v0.11.19
- 16d809c Add H265 to RegisterDefaultCodecs
- 0fa4922 Remove inaccurate comments
- f03eb73 Fix linter
- 3d4c996 Adressing linter errors
- f153325 Replaced enable with isDisabled
- 5676fa4 Don't expose new MediaEngine functions
- a9ff362 Fixed lint error
- a561371 Made multi codec the default
- be8800d Implemented alternative proposal via SettingEngine
- 1f393ef Fixed bug in copy()
- 29d6e41 Add support for multi codec negotiation
v4.0.15
Changelog
- c79463d Added SCTPTransport.BufferedAmount
- 3e43ae9 Update module github.com/pion/sctp to v1.8.38
- 8cda9b7 Update module github.com/pion/ice/v4 to v4.0.10
- 4f2208d Update dependency node to v22
- 77fc1cb Added missing lock
- 924dd09 Add IPv6 Test
- 43c27b7 Fix race in TestDetachRemovesDatachannelReference
- 4128a82 Fix flakey test TestInterceptorNack
- 334692b Add findFECPayloadType (#3084)
- 0b5e438 Add bluesky link next to twitter
- 31c6319 Remove Slack links
- 39908b9 Fix pion2pion example readme
- e1487b5 Update module github.com/pion/dtls/v3 to v3.0.6 (#3062)
- 19cdd09 Add mime type for flexfec03 and ulpfec
- 740e516 Update lint rules, force testify/assert for tests
- 617de62 Update module github.com/pion/ice/v4 to v4.0.9 (#3072)
- a51e66c Update readme add discord and bluesky
- 1a1488d Expose ICE candidates ToICE() method
v4.0.14
What's Changed
- Update module github.com/pion/rtp to v1.8.13 by @renovate in #3059
- Update module github.com/pion/sdp/v3 to v3.0.11 by @renovate in #3060
- Update module github.com/pion/ice/v4 to v4.0.8 by @renovate in #3067
- Resolve undeclared SSRC using the payload type by @JoeTurki in #3066
Full Changelog: v4.0.13...v4.0.14
v4.0.13
v4.0.12
We've added beta support for full AV1 handling! This includes AV1 RTP Depacketizer: #291 and AV1 RTP Packetizer: #295 Additional utilities: #294, allowing early testing before the final release in Pion 4.1.0.
What's Changed
- Update module golang.org/x/net to v0.35.0 by @renovate in #3046
- Update pion/rtp to v1.8.12 by @JoeTurki in #3048
- Fix addCodec to return error if payload type exists in codecs list by @itzmanish in #3016
- Move ErrCodecAlreadyRegistered to errors.go by @JoeTurki in #3049
- Fix save to disk examples by @JoeTurki in #3045
- Fix AV1 IVF writer using RTP depacketizer by @JoeTurki in #3041
- Refactor Ivfwriter.WriteRTP implemention by @JoeTurki in #3050
- Add support for AV1 and VP9 to play-from-disk-renegotiation example by @JoeTurki in #3044
Full Changelog: v4.0.11...v4.0.12