Skip to content

Releases: notify-rs/notify

4.0.18 (2024-06-26)

30 Jun 16:06
Compare
Choose a tag to compare

4.0.18 (2024-06-26)

  • FIX: Add missing winapi features #603

notify 6.1.1

21 Aug 09:34
Compare
Choose a tag to compare

notify 6.1.1 (2023-08-21)

  • CHANGE: remove serde binary experiment opt-out after it got removed #530

notify 6.1.0

20 Aug 01:44
Compare
Choose a tag to compare

notify 6.1.0 (2023-08-18)

  • CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 #528
  • CHANGE: license changed to only CC0-1.0 #520
  • CHANGE: use logging #499
  • CHANGE: upgrade windows-sys to 0.48 #479
  • CHANGE: bump filetime to 0.2.22 #521
  • FEATURE: support manual polling of PollWatcher and disabling automatic polling #524
  • FEATURE: support listening to the initial pollwatcher file scan #507
  • FIX: fix moved folders not being watched on linux #498
  • FIX: fixup potential future double free on windows #517
  • FIX: require bitflags only on macos and upgrade the crate #505
  • DOCS: add more known issues, typos and cleanup examples #523 #502 #522

notify 6.0.1

15 Jun 23:01
Compare
Choose a tag to compare

notify 6.0.1 (2023-06-16)

  • DOCS: fix swapped debouncer-full / -mini links in the readme/crates.io 4be6bde

notify 6.0.0

07 Jun 23:26
Compare
Choose a tag to compare

notify 6.0.0 (2023-05-17)

  • CHANGE: files and directories moved into a watch folder on Linux will now be reported as rename to events instead of create events #480
  • CHANGE: on Linux rename from events will be emitted immediately without starting a new thread #480
  • CHANGE: raise MSRV to 1.60 #480

notify 5.1.0

28 Jan 19:07
Compare
Choose a tag to compare

notify 5.1.0 (2023-01-15)

  • CHANGE: switch from winapi to windows-sys #457
  • FIX: kqueue-backend: batch file-watching together to improve performance #454
  • DOCS: include license file in crate again #461
  • DOCS: typo and examples fixups

notify 5.0.0

30 Aug 17:09
Compare
Choose a tag to compare

5.0.0 (2022-08-28)

For a list of changes when upgrading from v4 see UPGRADING_V4_TO_V5.md.

Differences to 5.0.0-pre.16:

  • FIX: update minimum walkdir version to 2.2.2 #432
  • CHANGE: add need_rescan function to Event, allowing easier detection when a rescan is required #435
  • FIX: debouncer-mini: change crossbeam feature to crossbeam, to allow passthrough with notify re-exports #429
  • DOCS: improve v5-to-v5 upgrade docs #431
  • DOCS: file back v4 changelog into main #437
  • DOCS: cleanups and link fixes

5.0.0-pre.16

14 Aug 12:35
Compare
Choose a tag to compare
5.0.0-pre.16 Pre-release
Pre-release

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

01 May 13:39
Compare
Choose a tag to compare
5.0.0-pre.15 Pre-release
Pre-release

5.0.0-pre.15 (2022-04-30)

  • CHANGE: raise MSRV to 1.56! #396 and #402
  • FEATURE: add support for pseudo filesystems like sysfs/procfs #396
  • FIX: Fix builds on (Free)BSD due to changes in kqueue fix release #399

5.0.0-pre.14

13 Mar 21:10
Compare
Choose a tag to compare
5.0.0-pre.14 Pre-release
Pre-release

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