Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/pion/stun to v0.4.0 #519

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/pion/stun require minor v0.3.5 -> v0.4.0

Release Notes

pion/stun

v0.4.0

Compare Source

Changelog

  • 0f31bc5 Remove obsolete assert target from Makefile
  • 29511e5 Remove Dockerfile
  • d913b60 Make golangci-lint happy
  • bf4ac45 Use new build tag syntax
  • f215fb7 Fix capacity of buffer for error code attr
  • 9422ebd Replace go-fuzz by Go's built-in fuzz tooling
  • 325edd6 Remove duplicate AUTHORS file in repo
  • 92fd614 Update CI configs to v0.10.3
  • 123431d Update CI configs to v0.10.2
  • 4ec7271 Update module github.com/pion/transport to v2
  • a3c15e9 Update module github.com/pion/transport to v0.14.1
  • 26358ff Update CI configs to v0.9.0
  • 57c49b2 Update module github.com/pion/transport to v0.14.0
  • ba9c1d1 Update CI configs to v0.8.1
  • ab7b62a Update module github.com/pion/transport to v0.13.1
  • 1c50b07 Use XorBytes from pion/transport
  • 3b9f67b Update installation instruction for Go v1.17.0
  • 08b83fa Update CI configs to v0.8.0
  • 9051fd3 Update golang Docker tag to v1.19
  • 7e647ef Update CI configs to v0.7.10
  • 532a212 Update CI configs to v0.7.9
  • 4dc63bb Update CI configs to v0.7.8
  • c3ca679 Update CI configs to v0.7.5
  • 228f174 Update CI configs to v0.7.3
  • 3d93393 Update CI configs to v0.7.2
  • e53f588 Update CI configs to v0.7.1
  • ad6d1e1 Update CI configs to v0.6.10
  • e157efd Update CI configs to v0.6.9
  • a1644a4 Update dependency golang to v1.18
  • 2fb2eba Update CI configs to v0.6.8
  • d0849ce Update CI configs to v0.6.7
  • d417a61 Update CI configs to v0.6.6
  • 8fb56fd Update CI configs to v0.6.4
  • 159901e Update golang Docker tag to v1.17
  • ba8ddf5 Update CI configs to v0.6.2
  • 9179358 Update CI configs to v0.6.0
  • fa0355c Fix nat-behaviour filtering test
  • 592d9dc Update CI configs to v0.5.9
  • b405112 Fix fuzz test
  • 61902eb Update CI parameters
  • 291a871 Update CI assets
  • ea8f7a5 Update CI configs to v0.5.8
  • 14c00f4 Update CI configs to v0.5.7
  • e358789 Update CI configs to v0.5.4
  • 359f074 Update CI configs to v0.4.24
  • 0f7f72b Add more attributes info for String method
  • c15a9ed Fix cmd/stun-client nil error
  • 7c36f6c Update CI configs to v0.4.22
  • a8e78b7 Update CI configs to v0.4.20
  • c301a5a Allow unaligned access on ARM64
  • 3b05de6 Constrain stun-client to use IPv4
  • 9064cf3 Update CI configs to v0.4.19
  • 7b20b79 Update CI configs to v0.4.18
  • 23c8e0c Update CI configs to v0.4.15
  • fd3f5c9 Add uri.go
  • 4c77a67 message: add GobDecode test
  • 46ba6d2 message: implement binary and gob encoding
  • 6a6d4fd hmac: update vendored version to go1.15
  • c2a2cc8 attributes: add RFC 8489 constants
  • 1378b33 readme: update bench result
  • ae6f697 test: fix BenchmarkMessageFull allocations
  • c15bbe4 Update CI configs to v0.4.12
  • bd676c3 Update CI configs to v0.4.10
  • 68d5547 Update CI configs to v0.4.9
  • c402d47 Update CI configs to v0.4.8
  • 1d24ef2 Fix Public API Breakage
  • 85839ae Update CI configs to v0.4.7
  • fc4d8a5 Update CI configs to v0.4.6
  • c044f70 Update CI configs to v0.4.5
  • 4363748 Update golang Docker tag to v1.15
  • a96d4f0 Update CI configs to v0.3.4
  • f78acc3 Update cmd/stun-nat-behaviour docs
  • 08bbfc8 Update CI configs to v0.3.3
  • 6d8a1a1 Add verbosity to stun-nat-behaviour
  • 5600959 Update cmd/stun-nat-behaviour (RFC5780 & RFC4787)
  • 8c0b364 Add docs for stun-nat-behaviour
  • a7497c2 Fix typo in .goreleaser

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 31, 2023

Codecov Report

Base: 78.24% // Head: 78.19% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (933b415) compared to base (e66a813).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #519      +/-   ##
==========================================
- Coverage   78.24%   78.19%   -0.05%     
==========================================
  Files          36       36              
  Lines        4265     4265              
==========================================
- Hits         3337     3335       -2     
- Misses        721      722       +1     
- Partials      207      208       +1     
Flag Coverage Δ
go 78.19% <ø> (-0.05%) ⬇️
wasm 25.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
selection.go 81.19% <0.00%> (-1.84%) ⬇️
gather.go 65.98% <0.00%> (+0.36%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@stv0g stv0g merged commit 151ba8d into master Jan 31, 2023
@stv0g stv0g deleted the renovate/github.com-pion-stun-0.x branch January 31, 2023 14:32
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.

None yet

1 participant