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

chore(deps): bump aquatic_udp_protocol from 0.8.0 to 0.9.0 #834

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps aquatic_udp_protocol from 0.8.0 to 0.9.0.

Changelog

Sourced from aquatic_udp_protocol's changelog.

0.9.0 - 2024-04-03

General

Added

  • Add aquatic_peer_id crate with peer client information logic
  • Add aquatic_bencher crate for automated benchmarking of aquatic and other BitTorrent trackers

aquatic_udp

Added

  • Add support for reporting peer client information

Changed

  • Switch from socket worker/swarm worker division to a single type of worker, for performance reasons. Several config file keys were removed since they are no longer needed.
  • Index peers by packet source IP and provided port, instead of by peer_id. This prevents users from impersonating others and is likely also slightly faster for IPv4 peers.
  • Avoid a heap allocation for torrents with two or less peers. This can save a lot of memory if many torrents are tracked
  • Improve announce performance by avoiding having to filter response peers
  • In announce response statistics, don't include announcing peer
  • Harden ConnectionValidator to make IP spoofing even more costly
  • Remove config key network.poll_event_capacity (always use 1)
  • Speed up parsing and serialization of requests and responses by using zerocopy
  • Report socket worker related prometheus stats per worker
  • Remove CPU pinning support

Fixed

  • Quit whole application if any worker thread quits
  • Disallow announce requests with port value of 0
  • Fix io_uring UB issues

aquatic_http

Added

  • Reload TLS certificate (and key) on SIGUSR1
  • Support running without TLS
  • Support running behind reverse proxy

Changed

... (truncated)

Commits
  • 1941698 Release v0.9.0
  • 9cd5b1b Fix GitHub CI feature flag issue
  • 67210fb Fix some README typos
  • 19df20e Fully remove udp cpu pinning support
  • 215a22c Run cargo fmt
  • 7795a1a Make mimalloc optional for udp and http
  • f061c47 Run cargo update
  • 755281d udp protocol: test that parsing slices of various lengths doesn't panic
  • 277a707 Merge pull request #202 from greatest-ape/update-transfer-ci-os
  • 3c07d22 Update TODO
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aquatic_udp_protocol](https://github.com/greatest-ape/aquatic) from 0.8.0 to 0.9.0.
- [Changelog](https://github.com/greatest-ape/aquatic/blob/master/CHANGELOG.md)
- [Commits](greatest-ape/aquatic@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: aquatic_udp_protocol
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Build | Project System Compiling and Packaging Dependencies Related to Dependencies labels May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2024

Looks like aquatic_udp_protocol is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 7, 2024
@dependabot dependabot bot deleted the dependabot/cargo/develop/aquatic_udp_protocol-0.9.0 branch May 7, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build | Project System Compiling and Packaging Dependencies Related to Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants