0.1.2-v1
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 toBaseEventLoopPolicy
) 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. :>