Releases: ThatXliner/aioudp
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
v2.0.0-beta6 :memo: Will *this* README work?
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
- Version 2 by @ThatXliner in #21
Full Changelog: v1.0.1...v2.0.0-beta1
Version v1.0.1
- Fixed potential regression with trash messages
Version 1.0
Everything should be stable and good for long term
What's Changed
- ⬆️ Bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #5
- ⬆️ Bump requests from 2.26.0 to 2.31.0 by @dependabot in #8
- ⬆️ Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #6
- ⬆️ Bump pygments from 2.10.0 to 2.15.0 by @dependabot in #7
- ⬆️ Bump urllib3 from 1.26.7 to 1.26.17 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v0.1.1...v1.0.0
Version 0.1.1
What's Changed
- Fixed an issue where client code may hang #3
- Updated docs
Full Changelog: v0.1.0...v0.1.1