Skip to content

Conversation

@kittuov
Copy link

@kittuov kittuov commented Dec 9, 2020

No description provided.

aalekseevx and others added 27 commits December 26, 2024 23:34
Set the frameHeader when reading the file so the currentTimestamp
actually gets set
Test that NACKs are negotiated correctly, and that we receive
the expected NACK if we negotiated it.
Fixes an issue where calling dataChannel.Close on
'connecting' state channels didn't work as expected.
When handling the `OnOpen` event detect if the
user has requested close.

Fixes #2659
One variable was misnamed, and we never checked for the end
of the RTCP loop.
Mention that it must be called after registering codecs.
…Candidate (#2990)

#### Description
Currently, Pion returns an empty `sdpMid` and a 0 `sdpMLineIndex`. This
PR ensures Pion returns the corresponding `sdpMid` and `sdpMLineIndex`
for ICE candidates for clients that expects it. Fixes trickle issues.

#### Changes

1. `ICECandidates`: New fields `SDPMid` and `SDPMLineIndex`.
2. `ICEGatherer`: `SetMediaStreamIdentification` and return the correct
`SDPMid` and `SDPMLineIndex`.
3. `extractICEDetails`: Return a struct instead of multiple values.
4. `extractICEDetails` refactored the media description selection to a
different function.
5. Added new tests.

#### Reference issue
Fixes #2690
Fixes #1833
#### Description
[RFC 6386](https://www.rfc-editor.org/rfc/rfc6386#section-9.1) describes
the least significant bit of the first byte of the header as:
```
A 1-bit frame type (0 for key frames, 1 for interframes).
```

The change is functionally a no-op, but the naming implies the wrong
logic (you would assume `isKeyFrame == 1` means it is a key frame, but
the opposite is true).

#### Reference issue
Fixes #...
Finish moving SDESRTPStreamIDURI from here to pion/sdp.
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/pion/ice/v4](https://redirect.github.com/pion/ice) |
`v4.0.3` -> `v4.0.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fice%2fv4/v4.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpion%2fice%2fv4/v4.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpion%2fice%2fv4/v4.0.3/v4.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fice%2fv4/v4.0.3/v4.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pion/ice (github.com/pion/ice/v4)</summary>

### [`v4.0.4`](https://redirect.github.com/pion/ice/releases/tag/v4.0.4)

[Compare
Source](https://redirect.github.com/pion/ice/compare/v4.0.3...v4.0.4)

#### What's Changed

- docs(agent_config.go): update KeepaliveInterval default value to 2 sec
by [@&#8203;amincheloh](https://redirect.github.com/amincheloh) in
[https://github.com/pion/ice/pull/730](https://redirect.github.com/pion/ice/pull/730)
- Add nil checks to agent_handlers by
[@&#8203;dkess](https://redirect.github.com/dkess) in
[https://github.com/pion/ice/pull/751](https://redirect.github.com/pion/ice/pull/751)
- Use addrEqual for candidate comparison by
[@&#8203;paulwe](https://redirect.github.com/paulwe) in
[https://github.com/pion/ice/pull/752](https://redirect.github.com/pion/ice/pull/752)

#### New Contributors

- [@&#8203;amincheloh](https://redirect.github.com/amincheloh) made
their first contribution in
[https://github.com/pion/ice/pull/730](https://redirect.github.com/pion/ice/pull/730)

**Full Changelog**: pion/ice@v4.0.3...v4.0.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pion/webrtc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fulfill request changes in PR 3009

Close answer and assert errors in detach tests
Add H265 payloader support to mediaengine using Pion RTP v1.8.11.
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
The removed comment predates the introduction of locks in the
RegisterCodec method.
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/pion/logging](https://redirect.github.com/pion/logging) |
`v0.2.2` -> `v0.2.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2flogging/v0.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpion%2flogging/v0.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpion%2flogging/v0.2.2/v0.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2flogging/v0.2.2/v0.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pion/logging (github.com/pion/logging)</summary>

###
[`v0.2.3`](https://redirect.github.com/pion/logging/releases/tag/v0.2.3)

[Compare
Source](https://redirect.github.com/pion/logging/compare/v0.2.2...v0.2.3)

#### Changelog

-
[`770cd0b`](https://redirect.github.com/pion/logging/commit/770cd0b2bbb63d76bc06c128f626cd78099eb76a)
Fix flaky PION_LOG_\*, more tests
([#&#8203;117](https://redirect.github.com/pion/logging/issues/117))
-
[`8466bde`](https://redirect.github.com/pion/logging/commit/8466bdebfcc9cd1585a84cee492cc2cd004c3e8e)
Upgrade golangci, Enable more linters
-
[`b6abcca`](https://redirect.github.com/pion/logging/commit/b6abcca03b4b41b0deb49d326a3a5000f57ec71a)
Update go.mod version to 1.20
-
[`9dc3c2e`](https://redirect.github.com/pion/logging/commit/9dc3c2ead38979705e9d13780564ce9f9251bf45)
Update CI configs to v0.11.15
-
[`5bb0d65`](https://redirect.github.com/pion/logging/commit/5bb0d6562572f5657ea987e8a223436984bef913)
Update CI configs to v0.11.12
-
[`a6de6a9`](https://redirect.github.com/pion/logging/commit/a6de6a9f773e12cf980b989677efb45628ed9138)
Update go.mod version to 1.19
-
[`1f0cca2`](https://redirect.github.com/pion/logging/commit/1f0cca2e693258cf86e5b87fc6169801bf5ff321)
Update CI configs to v0.11.7
-
[`986a4ff`](https://redirect.github.com/pion/logging/commit/986a4ff4da05f06d03d7b3dc08f91402fbfaec65)
Log to stderr by default, not stdout
-
[`6d08bc6`](https://redirect.github.com/pion/logging/commit/6d08bc6c8e8cdebb9b5950e1d440e92782ffa984)
Update CI configs to v0.11.4
-
[`05c5f10`](https://redirect.github.com/pion/logging/commit/05c5f10ef60556401074d0f0a27fad247092b85f)
Update CI configs to v0.11.3
-
[`29593ae`](https://redirect.github.com/pion/logging/commit/29593aebe98acab672632a75221f331c9f734557)
Update CI configs to v0.11.0
-
[`4e7b423`](https://redirect.github.com/pion/logging/commit/4e7b4238a822579346add8b5d4401641e84d8cf7)
Remove 'AUTHORS.txt' from README.md
-
[`0492da5`](https://redirect.github.com/pion/logging/commit/0492da50a8c391f9f7d2380c8f30fe3c326d2e67)
Remove 'Generate Authors' workflow
-
[`c3a15ed`](https://redirect.github.com/pion/logging/commit/c3a15ed6355722cb3e2c206eb5d998a377a009e3)
Update CI configs to v0.10.11
-
[`b62977a`](https://redirect.github.com/pion/logging/commit/b62977acd23bc7d98bec846107a7a0220a8ef5bb)
Update CI configs to v0.10.9
-
[`37105f7`](https://redirect.github.com/pion/logging/commit/37105f733515d4bd1e21f583f7090ca6f6453a84)
Bring back LICENSE file
-
[`c466bd8`](https://redirect.github.com/pion/logging/commit/c466bd87af20ec3e062dfa36b562709722f6cbdf)
Update CI configs to v0.10.8
-
[`e60efc8`](https://redirect.github.com/pion/logging/commit/e60efc8ffb1c4f3ab5b07469b41cad254726f5d9)
Make package REUSE compliant
-
[`4ac3d41`](https://redirect.github.com/pion/logging/commit/4ac3d4178ee2dd583963ceb3c581caaf20838c3e)
Update CI configs to v0.10.7
-
[`57c27e1`](https://redirect.github.com/pion/logging/commit/57c27e160cc5c02f6d274d62098802933d1aeb61)
Update CI configs to v0.10.6
-
[`7157224`](https://redirect.github.com/pion/logging/commit/715722498f4132eec4ecb976eae56a2af0a56dc1)
Harmonize sections in README
-
[`d4b7246`](https://redirect.github.com/pion/logging/commit/d4b72463b6af0fa8de3162e409cc6f481383a5b4)
Update AUTHORS.txt
-
[`78fd1e6`](https://redirect.github.com/pion/logging/commit/78fd1e69d29433357de60184859853be90856ad4)
Cleanup common sections in README
-
[`463a608`](https://redirect.github.com/pion/logging/commit/463a6088130e7f078fcc4771a41adf98696c3d0d)
Cleanup badges in README
-
[`abff37d`](https://redirect.github.com/pion/logging/commit/abff37dad8b44ac485fe754cb2caac078981e16b)
Update CI configs to v0.10.3
-
[`1a33d59`](https://redirect.github.com/pion/logging/commit/1a33d599dd373a163ab61920723114db8cb3a762)
Update CI configs to v0.10.2
-
[`24ddd2d`](https://redirect.github.com/pion/logging/commit/24ddd2da5b8b82d089c21334fe474ad3f6a7aff8)
Update CI configs to v0.7.10
-
[`6158995`](https://redirect.github.com/pion/logging/commit/6158995255e2ba94c3bcbcd3a189bf07ec6034f0)
Update CI configs to v0.7.9
-
[`9b909f6`](https://redirect.github.com/pion/logging/commit/9b909f6383f207d93f5965c2c293f8677cd4cbb8)
Update CI configs to v0.7.8
-
[`4217a1e`](https://redirect.github.com/pion/logging/commit/4217a1e2c730b5f04fbd3cef5f79f91adc782b36)
Update CI configs to v0.7.5
-
[`efae134`](https://redirect.github.com/pion/logging/commit/efae1345c1afeb2bc7a9a0ac93f38b725a8236b6)
Update CI configs to v0.7.3
-
[`32cc142`](https://redirect.github.com/pion/logging/commit/32cc142451839464a762ce1c26e1bad6b4f26317)
Update CI configs to v0.7.2
-
[`eb043cd`](https://redirect.github.com/pion/logging/commit/eb043cd1f66e27741b3ff2f6bcc4957e9e0a7d6f)
Update CI configs to v0.7.1
-
[`851eed6`](https://redirect.github.com/pion/logging/commit/851eed6ca194f5c418834ad03333882925cd78c5)
Update CI configs to v0.7.0
-
[`1c9d1bc`](https://redirect.github.com/pion/logging/commit/1c9d1bc6a97365fe1eeab98cddf157a0de92b556)
Update CI configs to v0.6.10
-
[`d1f23a7`](https://redirect.github.com/pion/logging/commit/d1f23a75dd252da9d94dd086ea645943d139a28a)
Update CI configs to v0.6.9
-
[`a78addf`](https://redirect.github.com/pion/logging/commit/a78addf8958d983b85c034e6be11cfd6019e106c)
Update CI configs to v0.6.8
-
[`21f382b`](https://redirect.github.com/pion/logging/commit/21f382b0b86d36b9d554c18b45d13b18a0edc838)
Update CI configs to v0.6.7
-
[`1255034`](https://redirect.github.com/pion/logging/commit/1255034101be5d6d7bdacf4a08020a0ac6d34815)
Update CI configs to v0.6.6
-
[`7f68dfe`](https://redirect.github.com/pion/logging/commit/7f68dfebb86eacae9315b5450d84c1f71488a345)
Update CI configs to v0.6.4
-
[`cce6434`](https://redirect.github.com/pion/logging/commit/cce6434b558f5b0469e9f1c203e313111853c99b)
Update CI configs to v0.6.2
-
[`41207f2`](https://redirect.github.com/pion/logging/commit/41207f25a795a760cbc4bc91d3518dd98c45c9b0)
Update CI configs to v0.6.0
-
[`b0e9686`](https://redirect.github.com/pion/logging/commit/b0e968691909fdc8f198d1be221624b74b397fa6)
Update CI configs to v0.5.9
-
[`d572b72`](https://redirect.github.com/pion/logging/commit/d572b72819b807bba0932da499c793377b6244b7)
Update CI configs to v0.5.6
-
[`911b565`](https://redirect.github.com/pion/logging/commit/911b5650914f1a2dc7ac72f45ec0644bf1ffba47)
Update CI configs to v0.5.4
-
[`3aa5c12`](https://redirect.github.com/pion/logging/commit/3aa5c12fda3860d2d1645f0e6e381ab80cd0d80c)
Update CI configs to v0.4.24
-
[`37cdd8d`](https://redirect.github.com/pion/logging/commit/37cdd8d67a3736a379b711456a7c4ead0bcee371)
Update CI configs to v0.4.22
-
[`0b6cf40`](https://redirect.github.com/pion/logging/commit/0b6cf40a443b27f796988d18c84bf0a59f8942b1)
Update CI configs to v0.4.21
-
[`ed5ad6d`](https://redirect.github.com/pion/logging/commit/ed5ad6d9793a12e81461ab14a5812bf679a36d19)
Update CI configs to v0.4.20
-
[`f86d327`](https://redirect.github.com/pion/logging/commit/f86d3277e5bc6376c4331ba848b332086e53f06e)
Update CI configs to v0.4.19
-
[`40a0233`](https://redirect.github.com/pion/logging/commit/40a023361afa1151fa23abd0352cf1190ad90d16)
Update CI configs to v0.4.18
-
[`1777ea7`](https://redirect.github.com/pion/logging/commit/1777ea717432d42adea8a97d3739588095bdd179)
Update CI configs to v0.4.17
-
[`3ae4d55`](https://redirect.github.com/pion/logging/commit/3ae4d5518280c8ae7500912f6da1ecdaab45ed4b)
Update CI configs to v0.4.15
-
[`aabfe56`](https://redirect.github.com/pion/logging/commit/aabfe565ba188a3c845ddccd78f91d23fee7e185)
Update CI configs to v0.4.14
-
[`c75a265`](https://redirect.github.com/pion/logging/commit/c75a2659abdbcb9a5605215bf11780685a8f4a74)
Update CI configs to v0.4.13
-
[`b734f6c`](https://redirect.github.com/pion/logging/commit/b734f6ca5d850f8064277cc2cf6d8d4f5cacfb84)
Update CI configs to v0.4.12
-
[`8a6cf63`](https://redirect.github.com/pion/logging/commit/8a6cf634f126bd55b7e74f5bc48d73cdf222d6f9)
Update CI configs to v0.4.10
-
[`051d147`](https://redirect.github.com/pion/logging/commit/051d147adec84fbfbf93aa34351c8ee9f9cbd931)
Update CI configs to v0.4.9
-
[`3231fc7`](https://redirect.github.com/pion/logging/commit/3231fc7f36f380db5b9c149eb7be86f2df95b547)
Update CI configs to v0.4.8
-
[`d9c73ac`](https://redirect.github.com/pion/logging/commit/d9c73ac36cb76a3e16ae220f012e55f7ad51aadb)
Update CI configs to v0.4.7
-
[`5ac2036`](https://redirect.github.com/pion/logging/commit/5ac2036d7221cb28d513831f9d06c5ed05d0488c)
Update CI configs to v0.4.6
-
[`d407078`](https://redirect.github.com/pion/logging/commit/d4070784e688362887910815b632c2e6e0cecb2c)
Update CI configs to v0.4.5
-
[`51ebba3`](https://redirect.github.com/pion/logging/commit/51ebba34475a672c24dd0e03a7da731177de6006)
Update CI configs to v0.3.4
-
[`6569cb4`](https://redirect.github.com/pion/logging/commit/6569cb47fede327ab88818bad87da55ca1fb63de)
Update CI configs to v0.3.3
-
[`ebe4248`](https://redirect.github.com/pion/logging/commit/ebe4248d86abbc10239760e4d97da00af7fa20e6)
Update CI configs to v0.3.1
-
[`cbaaf6c`](https://redirect.github.com/pion/logging/commit/cbaaf6c310ec6f58211169f1603df6fa462c91a4)
Update CI configs to v0.2.0
-
[`831b13e`](https://redirect.github.com/pion/logging/commit/831b13ea933f49e3cc4ac1bedfd8636ee65ad610)
GoDoc -> pkg.go.dev
-
[`bae9dac`](https://redirect.github.com/pion/logging/commit/bae9dacc9dcf12a3d4e20dbdf2ecb00f2eb82920)
Update CI configs to v0.1.3
-
[`99a34a6`](https://redirect.github.com/pion/logging/commit/99a34a6f71524b8563fae5c3e5c9c8c084bdbfd8)
Upgrade golangci-lint to 1.19.1
-
[`cedba27`](https://redirect.github.com/pion/logging/commit/cedba27d5dfe326fe37553289ccac8e7a88477f1)
Update assets to v0.0.2
-
[`4b131ff`](https://redirect.github.com/pion/logging/commit/4b131ffec2c9a02a48725494d9ea3c34afe7c1a0)
Update golangci-lint

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pion/webrtc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/pion/ice/v4](https://redirect.github.com/pion/ice) |
`v4.0.5` -> `v4.0.6` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fice%2fv4/v4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpion%2fice%2fv4/v4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpion%2fice%2fv4/v4.0.5/v4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fice%2fv4/v4.0.5/v4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pion/ice (github.com/pion/ice/v4)</summary>

### [`v4.0.6`](https://redirect.github.com/pion/ice/releases/tag/v4.0.6)

[Compare
Source](https://redirect.github.com/pion/ice/compare/v4.0.5...v4.0.6)

#### Changelog

-
[`d21ae5e`](https://redirect.github.com/pion/ice/commit/d21ae5e0e54465db200d27e6c61d2f44eb012aad)
Include ufrag in generated ICE candidates
-
[`141df5a`](https://redirect.github.com/pion/ice/commit/141df5a086e3163106b3d721584ff8a7322b7b03)
Update module github.com/pion/logging to v0.2.3
-
[`9dfb5c2`](https://redirect.github.com/pion/ice/commit/9dfb5c26676a7f76fe9eafab5246cfb910d2d6e3)
Allow for empty extension values
-
[`47dad55`](https://redirect.github.com/pion/ice/commit/47dad556f13a115afbc3120d565f6e4e09e3deec)
Add methods to add and remove extensions
-
[`cad1676`](https://redirect.github.com/pion/ice/commit/cad1676659762c0c27d3495b061713c2d150a371)
Upgrade golangci-lint, more linters

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pion/webrtc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 30 commits December 6, 2025 04:54
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/pion/stun/v3](https://redirect.github.com/pion/stun) |
`v3.0.1` -> `v3.0.2` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fstun%2fv3/v3.0.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fstun%2fv3/v3.0.1/v3.0.2?slim=true)
|

---

### Release Notes

<details>
<summary>pion/stun (github.com/pion/stun/v3)</summary>

###
[`v3.0.2`](https://redirect.github.com/pion/stun/releases/tag/v3.0.2)

[Compare
Source](https://redirect.github.com/pion/stun/compare/v3.0.1...v3.0.2)

#### Changelog

-
[`9b2d7bc`](https://redirect.github.com/pion/stun/commit/9b2d7bcf7c9ca4aba87e692c45f8d26910da5d5a)
Add AttrType.Known method
-
[`9bd9576`](https://redirect.github.com/pion/stun/commit/9bd95766b3c220464265e7396beca2d273dc7a4e)
Update module github.com/pion/dtls/v3 to v3.0.8
([#&#8203;256](https://redirect.github.com/pion/stun/issues/256))
-
[`ef6bc84`](https://redirect.github.com/pion/stun/commit/ef6bc8490ec0c1f28b6c8eecae5bb4637d5eaccc)
Update module github.com/pion/transport/v3 to v3.1.1
-
[`a8eac01`](https://redirect.github.com/pion/stun/commit/a8eac015c33d3d477c4ea9964d07c1f4327bb7b7)
Update module github.com/pion/transport/v3 to v3.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pion/webrtc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/pion/ice/v4](https://redirect.github.com/pion/ice) |
`v4.0.13` -> `v4.1.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fice%2fv4/v4.1.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fice%2fv4/v4.0.13/v4.1.0?slim=true)
|

---

### Release Notes

<details>
<summary>pion/ice (github.com/pion/ice/v4)</summary>

### [`v4.1.0`](https://redirect.github.com/pion/ice/releases/tag/v4.1.0)

[Compare
Source](https://redirect.github.com/pion/ice/compare/v4.0.13...v4.1.0)

#### Changelog

-
[`a42e726`](https://redirect.github.com/pion/ice/commit/a42e726bb32f0e7e6ebef8200913ddab5eebd2b7)
Deprecate AgentConfig
-
[`f808e10`](https://redirect.github.com/pion/ice/commit/f808e10d4542956a198cccc359ac397cb7261680)
Allow any port range
-
[`58ab74b`](https://redirect.github.com/pion/ice/commit/58ab74b1679e20b21251668d99cc0066403e1a88)
Update module github.com/pion/dtls/v3 to v3.0.9
-
[`030bb33`](https://redirect.github.com/pion/ice/commit/030bb33178b483aaf383f5046877b5d3118d3539)
Advertise only tcp-mux bind address
-
[`8d84083`](https://redirect.github.com/pion/ice/commit/8d84083ff4c1076835d16f95536586750a5cb3e2)
Update golang Docker tag to v1.25
([#&#8203;847](https://redirect.github.com/pion/ice/issues/847))
-
[`c29a72c`](https://redirect.github.com/pion/ice/commit/c29a72c5905ac4b6baf29c29c64367a7202769bc)
Update module github.com/pion/stun/v3 to v3.0.2
([#&#8203;844](https://redirect.github.com/pion/ice/issues/844))
-
[`fc739a1`](https://redirect.github.com/pion/ice/commit/fc739a1d5a3ff5b7a240ccee534bec3696d040a5)
Emit a disconnected state before failing
-
[`ff7c443`](https://redirect.github.com/pion/ice/commit/ff7c443afe631001d89c6d73a207b105a1e79137)
Return early if ctx is cancelled
-
[`7ce2014`](https://redirect.github.com/pion/ice/commit/7ce2014eaebd493cd4aeaea6596e8a19ac9966c2)
Add AddressRewriter rules

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pion/webrtc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Do not wait on data channel Accept
when SCTP association is aborted
Add a warning that it's a single track / header instead.
And plan the deprecation for the next major release.
Update lint scripts and CI configs.
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/pion/rtp](https://redirect.github.com/pion/rtp) |
`v1.8.27` -> `v1.9.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2frtp/v1.9.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2frtp/v1.8.27/v1.9.0?slim=true)
|

---

### Release Notes

<details>
<summary>pion/rtp (github.com/pion/rtp)</summary>

### [`v1.9.0`](https://redirect.github.com/pion/rtp/releases/tag/v1.9.0)

[Compare
Source](https://redirect.github.com/pion/rtp/compare/v1.8.27...v1.9.0)

#### Changelog

-
[`5cd305b`](https://redirect.github.com/pion/rtp/commit/5cd305b584c5f52542d9ceefb3754f0f0c09483c)
Add H266 de/packetizer
([#&#8203;347](https://redirect.github.com/pion/rtp/issues/347))
-
[`1f90ade`](https://redirect.github.com/pion/rtp/commit/1f90ade2f0c0cedb25c344026fbb4924fa356ad8)
Fix new lints
-
[`d408104`](https://redirect.github.com/pion/rtp/commit/d4081042f72a165949116cab2528cd008d2e164c)
Update CI configs to v0.11.36

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pion/webrtc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.