watchdog v0.10.4 Release Notes

Release Date: 2020-11-21 // over 3 years ago
    • โž• Add logger parameter for the LoggingEventHandler (#676)
    • 0๏ธโƒฃ Replace mutable default arguments with if None implementation in RegexMatchingEventHandler (#677)
    • ๐ŸŽ Expand tests to Python 2.7 and 3.5-3.10 for GNU/Linux, macOS and Windows
    • ๐ŸŽ [mac] Performance improvements for the fsevents module (#680)
    • ๐ŸŽ [mac] Prevent compilation of watchdog_fsevents.c on non-macOS machines (#687)
    • [watchmedo] Handle shutdown events from SIGTERM and SIGINT more reliably (#693)
    • Thanks to our beloved contributors: @Sraw, @CCP-Aporia, @BoboTiG, @maybe-sybr

Previous changes from v0.10.3

    • Ensure ObservedWatch.path is a string (#651)
    • [inotify] Allow to monitor single file (#655)
    • ๐Ÿ‘ป [inotify] Prevent raising an exception when a file in a monitored folder has no permissions (#669, #670)
    • Thanks to our beloved contributors: @brant-ruan, @rec, @andfoy, @BoboTiG