Skip to content

Releases: ThatXliner/aioudp

v2.0.0

01 Jan 04:24
8d2c2b1
Compare
Choose a tag to compare

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

01 Jan 04:12
fad00a7
Compare
Choose a tag to compare
Version 2.0 beta 6 Pre-release
Pre-release
v2.0.0-beta6

:memo: Will *this* README work?

Version 2.0 beta 5

01 Jan 04:06
95afb65
Compare
Choose a tag to compare
Version 2.0 beta 5 Pre-release
Pre-release

Surely README works

Version 2.0 beta 4

01 Jan 03:58
5b2a7e9
Compare
Choose a tag to compare
Version 2.0 beta 4 Pre-release
Pre-release

More CI wrangling

Version 2-beta3

01 Jan 03:44
969b224
Compare
Choose a tag to compare
Version 2-beta3 Pre-release
Pre-release

Need to make sure PyPi works

Version 2.0 beta 2

31 Dec 05:58
a9945f5
Compare
Choose a tag to compare
Version 2.0 beta 2 Pre-release
Pre-release

Trying a new PyPi thing

v2.0 Beta 1

31 Dec 05:30
ed6560a
Compare
Choose a tag to compare
v2.0 Beta 1 Pre-release
Pre-release

I actually did crazy work instead of the scuffed things

What's Changed

Full Changelog: v1.0.1...v2.0.0-beta1

Version v1.0.1

04 Jan 21:06
53ecc1a
Compare
Choose a tag to compare
  • Fixed potential regression with trash messages

Version 1.0

19 Dec 23:37
e3e725c
Compare
Choose a tag to compare

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

Full Changelog: v0.1.1...v1.0.0

Version 0.1.1

19 Dec 00:11
1ef7614
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where client code may hang #3
  • Updated docs

Full Changelog: v0.1.0...v0.1.1