watchdog v0.10.4 Release Notes
Release Date: 2020-11-21 // almost 4 years ago-
- โ Add
logger
parameter for theLoggingEventHandler
(#676) - 0๏ธโฃ Replace mutable default arguments with
if None
implementation inRegexMatchingEventHandler
(#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
andSIGINT
more reliably (#693) - Thanks to our beloved contributors: @Sraw, @CCP-Aporia, @BoboTiG, @maybe-sybr
- โ Add