Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pion/webrtc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.13
Choose a base ref
...
head repository: pion/webrtc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.14
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 11, 2025

  1. Update CertificateFromPEM to support OpenSSL

    Update CertificateFromPEM to be a loop over the PEM blocks.
    This allows decoding the private key before decoding the certificate.
    Tries to parse the certificate block directly but if that errors,
    then it also tries to base64 decode the certificate block.
    
    Fixes #3042
    evan-brass authored and Sean-Der committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    34f5476 View commit details
    Browse the repository at this point in the history
  2. Update module github.com/pion/rtp to v1.8.13 (#3059)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [github.com/pion/rtp](https://redirect.github.com/pion/rtp) |
    `v1.8.12` -> `v1.8.13` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2frtp/v1.8.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpion%2frtp/v1.8.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpion%2frtp/v1.8.12/v1.8.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2frtp/v1.8.12/v1.8.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pion/rtp (github.com/pion/rtp)</summary>
    
    ###
    [`v1.8.13`](https://redirect.github.com/pion/rtp/releases/tag/v1.8.13)
    
    [Compare
    Source](https://redirect.github.com/pion/rtp/compare/v1.8.12...v1.8.13)
    
    #### Changelog
    
    -
    [`9bbc0f6`](https://redirect.github.com/pion/rtp/commit/9bbc0f6885de6f832846a611084097989ab1463b)
    Fix nalu parsing for 3-byte & 4-byte start seqs
    ([#&#8203;301](https://redirect.github.com/pion/rtp/issues/301))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    add8eaa View commit details
    Browse the repository at this point in the history
  3. Update module github.com/pion/sdp/v3 to v3.0.11 (#3060)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [github.com/pion/sdp/v3](https://redirect.github.com/pion/sdp) |
    `v3.0.10` -> `v3.0.11` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fsdp%2fv3/v3.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpion%2fsdp%2fv3/v3.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpion%2fsdp%2fv3/v3.0.10/v3.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fsdp%2fv3/v3.0.10/v3.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pion/sdp (github.com/pion/sdp/v3)</summary>
    
    ###
    [`v3.0.11`](https://redirect.github.com/pion/sdp/releases/tag/v3.0.11)
    
    [Compare
    Source](https://redirect.github.com/pion/sdp/compare/v3.0.10...v3.0.11)
    
    #### Changelog
    
    -
    [`c7c57e2`](https://redirect.github.com/pion/sdp/commit/c7c57e2a16287b59697dbbfba46c87cdcacc26f3)
    Error on conflicting codec values when parsing
    -
    [`c128a97`](https://redirect.github.com/pion/sdp/commit/c128a97b2dd802c25c35c45775baaafe7e61434f)
    Update CI configs to v0.11.18
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    09e2ad5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Update module github.com/pion/ice/v4 to v4.0.8 (#3067)

    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.7` -> `v4.0.8` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fice%2fv4/v4.0.8?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.8?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.7/v4.0.8?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.7/v4.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pion/ice (github.com/pion/ice/v4)</summary>
    
    ### [`v4.0.8`](https://redirect.github.com/pion/ice/releases/tag/v4.0.8)
    
    [Compare
    Source](https://redirect.github.com/pion/ice/compare/v4.0.7...v4.0.8)
    
    #### Changelog
    
    -
    [`37fb5d2`](https://redirect.github.com/pion/ice/commit/37fb5d2fc34dd7df9d09fe4d9fc2541e80a1b675)
    Always send KeepAlives
    ([#&#8203;767](https://redirect.github.com/pion/ice/issues/767))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    c523e5a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Resolve undeclared SSRC using the payload type

    Introduces a fallback mechanism to handle undeclared SSRCs from multiple
    sections using the RTP stream's payload type. For legacy clients
    without MID extension support, it documents the existing behavior for
    handling undeclared SSRCs in single media sections.
    JoeTurki committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    5ce8e05 View commit details
    Browse the repository at this point in the history
Loading