Files
notify/CHANGELOG.md
T

2.1 KiB

Changelog

4.0.1

  • FIX: [Linux] Detect moves if two connected move events are split between two mio polls

4.0.0

  • CHANGE: [Linux] Update dependency to inotify 0.3.0.
  • FIX: [macOS] .watch() panics on macOS when the target doesn't exist. #105

3.0.1

  • FIX: [macOS] Fix multiple panics in debounce module related to move events. #99, #100, #101

3.0.0

  • FIX: [Windows] Fix watching files on Windows using relative paths. #90
  • FEATURE: Add debounced event notification interface. #63
  • FEATURE: [Polling] Implement CREATE and DELETE events for PollWatcher. #88
  • FEATURE: [Polling] Add ::with_delay_ms() constructor. #88
  • FIX: [macOS] Report ITEM_CHANGE_OWNER as CHMOD events. #93
  • FIX: [Linux] Emit CLOSE_WRITE events. #93
  • FEATURE: Allow recursion mode to be changed. #60, #61 breaking
  • FEATURE: Track move events using a cookie.
  • FEATURE: [macOS] Return an error when trying to unwatch non-existing file or directory.
  • CHANGE: [Linux] Remove IGNORED event. breaking
  • CHANGE: [Linux] Provide absolute paths even if the watch was created with a relative path.

2.6.3

  • FIX: [macOS] Bump fsevents version. #91

2.6.2

  • FEATURE: [macOS] Implement Send and Sync for FsWatcher. #82
  • FEATURE: [Windows] Implement Send and Sync for ReadDirectoryChangesWatcher. #82
  • DOCS: Add example to monitor a given file or directory.

2.6.1

  • FIX: [Linux] Only register directories for watching.