- Drop support for Python 3.7.
- Add support for Python 3.12.
- [snapshot] Add typing to
dirsnapshot
(#1012) - [snapshot] Added
DirectorySnapshotDiff.ContextManager
(#1011) - [events]
FileSystemEvent
, and subclasses, are nowdataclass
es, and theirrepr()
has changed - [windows]
WinAPINativeEvent
is now adataclass
, and itsrepr()
has changed - [events] Log
FileOpenedEvent
, andFileClosedEvent
, events inLoggingEventHandler
- [tests] Improve
FileSystemEvent
coverage - [watchmedo] Log all events in
LoggerTrick
- [windows] The
observers.read_directory_changes.WATCHDOG_TRAVERSE_MOVED_DIR_DELAY
hack was removed. The constant will be kept to prevent breaking other softwares. - Thanks to our beloved contributors: @BoboTiG, @msabramo