0.2.0 #43
kelunik
announced in
Announcements
0.2.0
#43
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release is mostly backwards compatible with v0.1.x.
What's Changed
FiberLocal
to store data specific to each fiber, e.g. logging context (Implement fiber local storage #40)UnhandledThrowable
if event loop stops due to an exception (Throw UnhandledThrowable if event loop stops due to an exception #32)EventLoop::getErrorHandler()
to get the currently set error handlerEventLoop::setErrorHandler()
, useEventLoop::getErrorHandler()
insteadEventLoop::setErrorHandler()
(Remove default value for setErrorHandler #30)EventLoop::getSuspension()
has been added as replacement forEventLoop::createSuspension()
EventLoop::createSuspension()
has been deprecated and will be removed in the next versionFull Changelog: v0.1.1...v0.2.0
This discussion was created from the release 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions