Skip to content

Releases: novex-ai/asyncio-anywhere

v0.2.0

07 Nov 16:21
Compare
Choose a tag to compare
  • upgrade uvloop dependency, to add python 3.12 support
  • drop python 3.7 support along with uvloop
  • drop curio testing for python 3.12 - as package no longer supports python 3.12

Full Changelog: v0.1.3...v0.2.0

v0.1.3

27 Sep 14:55
Compare
Choose a tag to compare
  • enhance documentation
  • fix logging messages

Full Changelog: v0.1.2...v0.1.3

v0.1.1

15 Sep 19:36
Compare
Choose a tag to compare

Initial Release

  • Implementation using a Thread to avoid duplicate event loop issues
  • Only using uvloop where necessary
  • basic README describing use-case
  • CI/CD with pytest cases