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

Bump aioudp from 1.0.1 to 2.0.0 #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps aioudp from 1.0.1 to 2.0.0.

Release notes

Sourced from aioudp's releases.

v2.0.0

So it's been a while since I decided resume maintaining this project. This version fixes several things, namely keeping that promise of "no protocol." Before, I was implementing a hack to get parts of the API to work correctly, including sending "trash messages"... Yea it was quite a dark time.

But that's all good now: this new version has been rewritten so there will be none of that crap!

Additionally, I added **kwargs and other parameters so you can configure the underlying create_datagram_endpoint and queues if you ever need to do so! AioUDP is designed with ergonomics-first, but it should be feature-complete and be a 100% functionally-capable alternative to the native, low-level API. If there's something you can't do with this AioUDP but can with the low-level API, that's a bug and we welcome you report it.

Version 2.0 beta 6

No release notes provided.

Version 2.0 beta 5

Surely README works

Version 2.0 beta 4

More CI wrangling

Version 2-beta3

Need to make sure PyPi works

Version 2.0 beta 2

Trying a new PyPi thing

v2.0 Beta 1

I actually did crazy work instead of the scuffed things

What's Changed

Full Changelog: ThatXliner/aioudp@v1.0.1...v2.0.0-beta1

Commits

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 [aioudp](https://github.com/ThatXliner/aioudp) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/ThatXliner/aioudp/releases)
- [Commits](ThatXliner/aioudp@v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: aioudp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants