Releases: notify-rs/notify
Releases · notify-rs/notify
5.0.0-pre.16
5.0.0-pre.16 (2022-08-12)
This is the final release before 5.0.0 !
- CHANGE: require config for watcher creation and unify config #426
- CHANGE: fsevent: use RenameMode::Any for renaming events #371
- FEATURE: re-add debouncer as new crate and fixup CI #286
- FEATURE: allow disabling crossbeam-channel dependency #425
- FIX: PollWatcher panic after delete-and-recreate #406
- MISC: rework pollwatcher internally #409
- DOCS: cleanup all docs towards v5 #395
5.0.0-pre.15
5.0.0-pre.14
5.0.0-pre.14 (2022-03-13)
- CHANGE: upgrade mio to 0.8 #386
- CHANGE: PollWatcher: unify signature of new and with_delay #360
- CHANGE: emit EventKind::Modify on kqueue write event #370
- CHANGE: use RenameMode::Any for renaming events #371
- CHANGE: name all threads spawned by notify #383
- FEATURE: Add Watcher::kind() #364
- FEATURE: Add more Debug/Copy trait impls #377 #378
- FIX: Fix selection of RecommendedWatcher for macos_kqueue feature #362
- FIX: Turn possible panic into an error in FSEvents backend when file is deleted rapidly #369
- FIX: lqueue: emit Create Events and watch all files in a directory #372
- FIX: inotify: don't panic on shutdown #373
5.0.0-pre.13
5.0.0-pre.12
5.0.0-pre.11
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
5.0.0-pre.10 (2021-06-04)
- FIX: Make StreamContextInfo
Send
to fix soundness issue #325