Skip to content

v0.13.0

Compare
Choose a tag to compare
@maxfischer2781 maxfischer2781 released this 29 Aug 13:45
· 25 commits to master since this release
0343272

What's Changed

This release changes the core implementation of the daemon runtime from threading to asyncio.

We expect the changes to be transparent for users, but the architecture change may have unexpected side-effects. For example, signal handling (as in Linux' SIGINT and similar) now happens differently and dependencies relying on signals may behave slightly different.

Major changes: