pion / stun

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

Update module github.com/pion/transport to v0.14.0 #125

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 require minor v0.13.1 -> v0.14.0

Release Notes

pion/transport ### [`v0.14.0`](https://togithub.com/pion/transport/releases/tag/v0.14.0) [Compare Source](https://togithub.com/pion/transport/compare/v0.13.1...v0.14.0) #### Changelog - [`0b684cf`](https://togithub.com/pion/transport/commit/0b684cf) Harmonize assertion handling - [`49d07d1`](https://togithub.com/pion/transport/commit/49d07d1) Return error in vnet.NewNet() - [`20b7857`](https://togithub.com/pion/transport/commit/20b7857) Add more interface getters to Net - [`c9fb36e`](https://togithub.com/pion/transport/commit/c9fb36e) Fix some errors found by golangci-lint - [`fed2e86`](https://togithub.com/pion/transport/commit/fed2e86) Add preliminary TCP support to Net interface - [`35de69e`](https://togithub.com/pion/transport/commit/35de69e) Add a new interface 'transport.Net' - [`a284a0e`](https://togithub.com/pion/transport/commit/a284a0e) Update CI configs to v0.8.1 - [`216bd97`](https://togithub.com/pion/transport/commit/216bd97) Add missing go:build directive - [`ca9a267`](https://togithub.com/pion/transport/commit/ca9a267) Refactor cchunk to TimestampedChunk - [`8c5d1fd`](https://togithub.com/pion/transport/commit/8c5d1fd) Fix Typos - [`611de07`](https://togithub.com/pion/transport/commit/611de07) Fix invalid getter in test/bridge.go - [`9f2193c`](https://togithub.com/pion/transport/commit/9f2193c) Update module stretchr/testify to v1.8.1 - [`7bbf06b`](https://togithub.com/pion/transport/commit/7bbf06b) Bugfix: deadline.Set() memory leak (issue [#​208](https://togithub.com/pion/transport/issues/208)) - [`4ce527f`](https://togithub.com/pion/transport/commit/4ce527f) Update module golang.org/x/sys to v0.2.0 - [`5b692de`](https://togithub.com/pion/transport/commit/5b692de) Update module golang.org/x/net to v0.1.0 - [`1d9067c`](https://togithub.com/pion/transport/commit/1d9067c) Update CI configs to v0.8.0 - [`cfce383`](https://togithub.com/pion/transport/commit/cfce383) Update golang.org/x/sys digest to [`f11e5e4`](https://togithub.com/pion/transport/commit/f11e5e4) - [`e5bd4dd`](https://togithub.com/pion/transport/commit/e5bd4dd) Update golang.org/x/net digest to [`107f3e3`](https://togithub.com/pion/transport/commit/107f3e3) - [`6c977fd`](https://togithub.com/pion/transport/commit/6c977fd) Update golang.org/x/sys digest to [`d48e67d`](https://togithub.com/pion/transport/commit/d48e67d) - [`7c6fc19`](https://togithub.com/pion/transport/commit/7c6fc19) Update golang.org/x/net digest to [`83b083e`](https://togithub.com/pion/transport/commit/83b083e) - [`bb776fc`](https://togithub.com/pion/transport/commit/bb776fc) Update golang.org/x/sys digest to [`6e608f9`](https://togithub.com/pion/transport/commit/6e608f9) - [`b06f2a7`](https://togithub.com/pion/transport/commit/b06f2a7) Update golang.org/x/net digest to [`c7608f3`](https://togithub.com/pion/transport/commit/c7608f3) - [`61e5e26`](https://togithub.com/pion/transport/commit/61e5e26) Update golang.org/x/sys digest to [`f75cf1e`](https://togithub.com/pion/transport/commit/f75cf1e) - [`9900c36`](https://togithub.com/pion/transport/commit/9900c36) Update golang.org/x/net digest to [`69896b7`](https://togithub.com/pion/transport/commit/69896b7)

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

Base: 98.16% // Head: 98.16% // No change to project coverage :thumbsup:

Coverage data is based on head (56727f8) compared to base (ba9c1d1). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #125 +/- ## ======================================= 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 | `57.61% <ø> (ø)` | | 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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.