1.0.0
Breaking Changes
- Versioning is now following the semver
- Drop support for Python 2.7, 3.4 and 3.5
- [windows]
winapi.BUFFER_SIZE
now defaults to64000
(instead of2048
) (#700) - Use
pathlib
from the standard library, instead ofpathtools
(#556) - Removed the long-time deprecated
events.LoggingFileSystemEventHandler
class, useLoggingEventHandler
instead
Other Changes
- [mac] Regression fixes for native
fsevents
(#717) - [windows]
winapi.BUFFER_SIZE
now defaults to64000
(instead of2048
) (#700) - [windows] Introduced
winapi.PATH_BUFFER_SIZE
(defaults to2048
) to keep the old behavior with path-realted functions (#700) - Use
pathlib
from the standard library, instead ofpathtools
(#556) - Allow file paths on Unix that don't follow the file system encoding (#703)
- Removed the long-time deprecated
events.LoggingFileSystemEventHandler
class, useLoggingEventHandler
instead
💟 Thanks to our beloved contributors: @samschott, @bstaletic, @BoboTiG, @CCP-Aporia