Skip to content

Releases: notify-rs/notify

5.0.0-pre.13

21 Nov 12:07
Compare
Choose a tag to compare
5.0.0-pre.13 Pre-release
Pre-release

5.0.0-pre.13 (2021-09-07)

  • Fix: Add path information to inotify and kqueue watch/unwatch errors #354
  • Fix: Delete dbg call from kqueue.rs #357

5.0.0-pre.12

17 Aug 12:53
Compare
Choose a tag to compare
5.0.0-pre.12 Pre-release
Pre-release

5.0.0-pre.12 (2021-08-18)

  • CHANGE: Move creation of watcher into trait #345
  • CHANGE: Add EventHandler trait to replace EventFn #346
  • FIX: Fix build failure on x86_64-unknown-netbsd #347

5.0.0-pre.11

23 Jul 23:30
Compare
Choose a tag to compare
5.0.0-pre.11 Pre-release
Pre-release

5.0.0-pre.11 (2021-07-22)

  • FEATURE: Add Kqueue backend for use on BSD #335
  • CHANGE: Change EventFn to take FnMut #333
  • CHANGE: Make Watcher object safe #336
  • FIX: Join thread in fseven on shutdown #337
  • FIX: Only check for ENOSPC on inotify_add_watch in inotify #330
  • FIX: Free context when stream is deallocated in fsevent #329
  • DOCS: Fix missing comma in docs #340

5.0.0-pre.10

04 Jun 18:23
Compare
Choose a tag to compare
5.0.0-pre.10 Pre-release
Pre-release

5.0.0-pre.10 (2021-06-04)

  • FIX: Make StreamContextInfo Send to fix soundness issue #325

5.0.0-pre.9

26 May 20:32
Compare
Choose a tag to compare
5.0.0-pre.9 Pre-release
Pre-release

5.0.0-pre.9 (2021-05-21)

  • DEPS: Upgrade fsevent-sys dependency to 4.0 #322
  • CHANGE: Remove dependency on fsevent. #313
  • FIX: Correct the return type for CFRunLoopIsWaiting to be Boolean #319
  • CHANGE: Hide fsevent::{CFRunLoopIsWaiting,callback}, fix clippy lint warnings #312
  • FIX: Fix some clippy lints #320

4.0.17

13 May 13:29
Compare
Choose a tag to compare

4.0.17 (2021-05-13)

  • FIX: Don't crash on macos when creating & deleting folders in rapid succession #303

5.0.0-pre.8

12 May 17:49
Compare
Choose a tag to compare
5.0.0-pre.8 Pre-release
Pre-release

5.0.0-pre.8 (2021-05-12)

  • HOTFIX: Fix breaking change in fsevent-sys in minor version destroying builds #316
  • FIX: Don't crash on macos when creating & deleting folders in rapid succession #302
  • FIX: Remove anymap, and replace event attributes with an opaque type. #306

5.0.0-pre.7

15 Apr 10:55
Compare
Choose a tag to compare
5.0.0-pre.7 Pre-release
Pre-release

5.0.0-pre.7 (2021-04-15)

  • FIX: Display proper error message when reaching inotify limits on linux #285
  • FIX: Fix leaks on Windows #298

v4.0.16

15 Apr 07:32
Compare
Choose a tag to compare

4.0.16 (2021-04-14)

  • FIX: Report events promptly on Linux, even when many occur in rapid succession. #268
  • FIX: Fix leaks on Windows and debounce module. #288
  • FIX: Display proper error message when reaching inotify limits on linux. #290

v5.0.0-pre.6 (2021-02-20)

20 Feb 11:30
ed83b54
Compare
Choose a tag to compare
Pre-release
  • FIX: Handle interrupted system call errors from mio #281