Releases: novex-ai/asyncio-anywhere
Releases · novex-ai/asyncio-anywhere
v0.2.0
- 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
- enhance documentation
- fix logging messages
Full Changelog: v0.1.2...v0.1.3
v0.1.1
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