v0.8.1 #299
diego-aquino
announced in
Announcements
v0.8.1
#299
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.8.1 is here! 🎉
Fixes
process.exit(0)
when an ephemeral interceptor server is finished: in rare cases up to v0.8.0, ephemeral interceptor servers could become stuck after the on-ready command was finished. Abort waiting for a web socket reply in interceptor servers when worker was stopped #289 was supposed to fix this issue, but it was still happening. v0.8.1 addsprocess.exit(0)
to the end of thezimic server start
script, making sure that the process does not hang after finished.Documentation
runCommand
, which was removed in v0.8.0.Credits
Huge thanks to @diego-aquino for helping!
Full Changelog:
v0.8.0...v0.8.1
This discussion was created from the release v0.8.1.
Beta Was this translation helpful? Give feedback.
All reactions