v0.12.0 #161
rcardin
announced in
Announcements
v0.12.0
#161
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Happy New Year!!! 🍾 A new year started, and the latest version of YAES is out, version 0.12.0! Things are getting bigger and bigger. 🚀 We added an effect that interacts with the system during shutdown. It's called
Shutdown. We use it immediately to add a sophisticated, graceful shutdown algorithm to theAsynceffect 🤩 . Everything is ready for the next big thing...Uh, we also renamed the
IOeffect toSync(breaking change). 🤷♂️What's Changed ⭐
Shutdowneffect for effectful applications that need to gracefully shut down when SIGTERM and SIGINT events arrive by @rcardin in feat(150): Add a newShutdowneffect for effectful applications that need to gracefully shut down when SIGTERM and SIGINT events arrive #153Async.withGracefulShutdownfor graceful shutdown by @rcardin in feat(152) ImplementAsync.withGracefulShutdownfor graceful shutdown #154Raise.onErrorhandler to theRaiseeffect by @rcardin in Added theRaise.onErrorhandler to theRaiseeffect #158IOeffect intoSyncby @rcardin in feat(157): Renamed theIOeffect intoSync#159Maintenance ⚙️
Full Changelog: v0.11.0...v0.12.0
This discussion was created from the release v0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions