Skip to content

Releases: notify-rs/notify

v5.0.0-pre.5

28 Jan 09:46
Compare
Choose a tag to compare
v5.0.0-pre.5 Pre-release
Pre-release

5.0.0-pre.5 (2021-01-28)

  • RUSTC: Push the minimum version to 1.47.0 #280
  • DEPS: Update inotify to 0.9 #280
  • DEPS: Update mio to 0.7 and remove mio-extras #278
  • FIX: Report events promptly on Linux, even when many occur in rapid succession. #268

v5.0.0-pre.4

31 Oct 11:44
84e7b0c
Compare
Choose a tag to compare
v5.0.0-pre.4 Pre-release
Pre-release

5.0.0-pre.4 (2020-10-31)

  • CHANGE: Avoid stating the watched path for non-recursive watches with inotify #256
  • DOCS: Fix broken link in crate documentation #260

v5.0.0-pre.3

22 Jun 15:15
Compare
Choose a tag to compare
v5.0.0-pre.3 Pre-release
Pre-release

5.0.0-pre.3 (2020-06-22)

  • DEPS: Removed unused chashmap dependency #242

v5.0.0-pre.2

07 Jan 13:24
8f0d70b
Compare
Choose a tag to compare
v5.0.0-pre.2 Pre-release
Pre-release

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 Senders from watcher API in favour of EventFn #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

07 Jan 14:44
4c880c6
Compare
Choose a tag to compare

4.0.15 (2020-01-07)

  • DEPS: Update inotify to 0.7.
  • DEPS(DEV): Replace tempdir with tempfile since tempdir is deprecated.
  • DEPS: Update winapi to 0.3 and remove kernel32-sys. #232

3.0.0: Debounced API

30 Oct 10:37
6bbc853
Compare
Choose a tag to compare
  • 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

30 Oct 10:39
1111f1f
Compare
Choose a tag to compare
  • FIX: [macOS] Bump fsevents version. #91

2.6.2: Send and Sync

30 Oct 10:40
455d86d
Compare
Choose a tag to compare
  • 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

30 Oct 10:40
7fbba35
Compare
Choose a tag to compare
  • FIX: [Linux] Only register directories for watching.