Skip to content

0.1.2-v1

Compare
Choose a tag to compare
@Vizonex Vizonex released this 13 Mar 04:58
· 119 commits to main since this release
d9ea320

Glad to see that this library is still alive and well, that makes me happy.

  • Updated Libuv to 1.48.0 due to CVE-2024-24806 (that's bad)
  • put a better warning onto WinLoopPolicy That I'm removing it in the next update (This is the final warning that you need to migrate to BaseEventLoopPolicy) If you need to retain WinLoopPolicy Importing the other class and calling
import winloop 
WinLoopPolicy = winloop.BaseEventLoopPolicy 

Will retain backwards compatibility with whatever you need it. Anyways happy programming in asyncio. :>