Skip to content

v0.6.1

Compare
Choose a tag to compare
@orhun orhun released this 16 Nov 16:58
· 403 commits to master since this release
dbda1bb
  • [Internal] Gracefully handle the hot-reloading errors.
    • Errors that may occur while locking the Mutex are handled properly hence a single configuration change cannot take down the whole service due to poisoning.
    • Thanks to @sassman for reporting.