pion / stun

A Go implementation of STUN
https://pion.ly/
MIT License
597 stars 90 forks source link

Update module github.com/pion/transport/v2 to v2.1.0 #149

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/pion/transport/v2 require minor v2.0.2 -> v2.1.0

Release Notes

pion/transport ### [`v2.1.0`](https://togithub.com/pion/transport/releases/tag/v2.1.0) [Compare Source](https://togithub.com/pion/transport/compare/v2.0.2...v2.1.0) #### Changelog - [`5c3a487`](https://togithub.com/pion/transport/commit/5c3a487) Fix invalid nolint directive - [`4dd98b1`](https://togithub.com/pion/transport/commit/4dd98b1) Add StrictDeadline option to packetio.Buffer - [`ca7eeb3`](https://togithub.com/pion/transport/commit/ca7eeb3) Merge github.com/pion/udp into this package - [`9ec3bb2`](https://togithub.com/pion/transport/commit/9ec3bb2) Disable TBF tests for WASM due to poor performance - [`8cca64e`](https://togithub.com/pion/transport/commit/8cca64e) Make TBF refill only when new chunks arrive - [`2008af3`](https://togithub.com/pion/transport/commit/2008af3) Update CI configs to v0.10.6 - [`ce17e12`](https://togithub.com/pion/transport/commit/ce17e12) Harmonize sections in README - [`e69fe78`](https://togithub.com/pion/transport/commit/e69fe78) Update module golang.org/x/sys to v0.7.0 - [`d41a02d`](https://togithub.com/pion/transport/commit/d41a02d) Silence linter error - [`0b8c287`](https://togithub.com/pion/transport/commit/0b8c287) Simplify notifying readers - [`0091c4c`](https://togithub.com/pion/transport/commit/0091c4c) Update module golang.org/x/net to v0.8.0 - [`3e3eeb7`](https://togithub.com/pion/transport/commit/3e3eeb7) Disable assembler code under gccgo - [`1a96097`](https://togithub.com/pion/transport/commit/1a96097) Add build tags for go1.15 and earlier - [`22a2f3b`](https://togithub.com/pion/transport/commit/22a2f3b) Cleanup common sections in README - [`b8978be`](https://togithub.com/pion/transport/commit/b8978be) Cleanup badges in README - [`4506eb1`](https://togithub.com/pion/transport/commit/4506eb1) Update module github.com/stretchr/testify to v1.8.2

Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b321a45) 98.16% compared to head (da4a42b) 98.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #149 +/- ## ======================================= Coverage 98.16% 98.16% ======================================= Files 19 19 Lines 1577 1577 ======================================= Hits 1548 1548 Misses 23 23 Partials 6 6 ``` | Flag | Coverage Δ | | |---|---|---| | go | `98.16% <ø> (ø)` | | | wasm | `61.56% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.