ionorg / ion-sfu

Pure Go WebRTC SFU
MIT License
980 stars 238 forks source link

fix(deps): update module github.com/gammazero/deque to v0.2.1 #649

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/gammazero/deque require minor v0.1.0 -> v0.2.1

Release Notes

gammazero/deque ### [`v0.2.1`](https://togithub.com/gammazero/deque/releases/tag/v0.2.1) [Compare Source](https://togithub.com/gammazero/deque/compare/v0.2.0...v0.2.1) #### What's Changed - Fix Clear not zeroing items when buffer full - Update index-out-of-range panic messages **Full Changelog**: https://github.com/gammazero/deque/compare/v0.2.0...v0.2.1 ### [`v0.2.0`](https://togithub.com/gammazero/deque/releases/tag/v0.2.0) [Compare Source](https://togithub.com/gammazero/deque/compare/v0.1.2...v0.2.0) - Use generics to define Deque instance for a type - Require go1.18 Note, this is a breaking change. Upgrading from v0.1.x to v0.2.x requires code changes. ### [`v0.1.2`](https://togithub.com/gammazero/deque/releases/tag/v0.1.2) [Compare Source](https://togithub.com/gammazero/deque/compare/v0.1.1...v0.1.2) Add `RIndex` function. Same as `Index` but searches in opposite direction. ### [`v0.1.1`](https://togithub.com/gammazero/deque/releases/tag/v0.1.1) [Compare Source](https://togithub.com/gammazero/deque/compare/v0.1.0...v0.1.1) - Add `Index`, `Insert`, `Remove` for doing operations in the middle of the queue - A `nil` Deque behaves like an empty Deque that cannot store values, with `Len()` and `Cap()` returning 0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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 2 years ago

Codecov Report

Base: 35.68% // Head: 35.09% // Decreases project coverage by -0.59% :warning:

Coverage data is based on head (df2408a) compared to base (daf197a). Patch has no changes to coverable lines.

:exclamation: Current head df2408a differs from pull request most recent head ace580c. Consider uploading reports for the commit ace580c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #649 +/- ## ========================================== - Coverage 35.68% 35.09% -0.60% ========================================== Files 24 24 Lines 2637 2633 -4 ========================================== - Hits 941 924 -17 - Misses 1554 1567 +13 Partials 142 142 ``` | [Impacted Files](https://codecov.io/gh/pion/ion-sfu/pull/649?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Ξ” | | |---|---|---| | [pkg/sfu/subscriber.go](https://codecov.io/gh/pion/ion-sfu/pull/649/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL3NmdS9zdWJzY3JpYmVyLmdv) | `48.71% <0.00%> (-7.70%)` | :arrow_down: | | [pkg/sfu/mediaengine.go](https://codecov.io/gh/pion/ion-sfu/pull/649/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL3NmdS9tZWRpYWVuZ2luZS5nbw==) | `84.00% <0.00%> (-1.19%)` | :arrow_down: | | [pkg/sfu/router.go](https://codecov.io/gh/pion/ion-sfu/pull/649/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL3NmdS9yb3V0ZXIuZ28=) | `42.69% <0.00%> (-0.57%)` | :arrow_down: | 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.