Skip to content

Choose a tag to compare

@coretl coretl released this 21 Nov 17:53
· 1 commit to main since this release
0a90172

Breaking changes

  • Now uses asyncio.get_running_loop() to get its event loop rather than asyncio.get_event_loop(). If you are using aioca from within an asyncio event loop (the common use case) then this will not make any difference. If you are using aioca from a thread without an asyncio event loop (unlikely) then this will now raise an exception rather than silently creating an event loop for that thread.

What's Changed

New Contributors

Full Changelog: 1.8.1...2.0