Releases: notify-rs/notify
Releases · notify-rs/notify
v4.0.16
v5.0.0-pre.6 (2021-02-20)
- FIX: Handle interrupted system call errors from mio #281
v5.0.0-pre.5
v5.0.0-pre.4
v5.0.0-pre.3
5.0.0-pre.3 (2020-06-22)
- DEPS: Removed unused chashmap dependency #242
v5.0.0-pre.2
5.0.0-pre.2 (2020-01-07)
- (Temporary): Remove event debouncing.
- (Temporary): Remove tests.
- CHANGE: Rewrite immediate events to use new system.
- CHANGE: Remove
Sender
s from watcher API in favour ofEventFn
#214 - DEPS: Update inotify to 0.8. #234
- DEPS: Update crossbeam-channel to 0.4.
- DEPS: [macOS] Update fsevent to 2.0.1 and fsevent-sys to 3.0.0.
v4.0.15
3.0.0: Debounced API
- FIX: [Windows] Fix watching files on Windows using relative paths. #90
- FEATURE: Add debounced event notification interface. #63
- FEATURE: [Polling] Implement
CREATE
andDELETE
events for PollWatcher. #88 - FEATURE: [Polling] Add
::with_delay_ms()
constructor. #88 - FIX: [macOS] Report
ITEM_CHANGE_OWNER
asCHMOD
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.