v0.13.0 #116
maxfischer2781
announced in
Announcements
v0.13.0
#116
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
This release changes the core implementation of the daemon runtime from
threading
toasyncio
.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:
asyncio
by @maxfischer2781 in Robust Runner #109KeyboardInterrupt
of payloads by @maxfischer2781 in asyncio runner discards KI of payloads #114This discussion was created from the release v0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions