Skip to content

Releases: rolldown/notify

rolldown-notify-v9.1.0

25 Nov 15:33
0e3bc44

Choose a tag to compare

Added

  • add tracing logs to remaining files (#48)
  • add tracing logs for fsevent backend (#47)
  • add tracing logs for kqueue backend (#46)
  • add tracing logs for Windows backend (#45)
  • add tracing logs for inotify backend (#44)

Fixed

  • filter out unrelated events for inotify & kqueue backend (#38)

Other

  • add optional modify_data_size event expects for kqueue (#49)
  • use tracing instead of log (#43)
  • tweak upgrade_to_recursive kqueue test to reduce flakiness (#42)
  • tweak upgrade_to_recursive kqueue test to reduce flakiness (#41)
  • add upgrade_to_recursive tests (#40)

rolldown-notify-debouncer-mini-v0.8.1

25 Nov 15:33
0e3bc44

Choose a tag to compare

Added

  • add tracing logs to remaining files (#48)

Other

  • use tracing instead of log (#43)

rolldown-notify-debouncer-full-v0.7.1

25 Nov 15:34
0e3bc44

Choose a tag to compare

Added

  • add tracing logs to remaining files (#48)

Other

  • use tracing instead of log (#43)

rolldown-notify-v9.0.0

23 Nov 14:02
8467cbd

Choose a tag to compare

Added

  • implement TargetMode::TrackPath for kqueue (#25)
  • implement TargetMode::TrackPath for fsevent (#27)
  • implement TargetMode::TrackPath for Windows (#23)
  • implement TargetMode::TrackPath for inotify (#22)
  • [breaking] change Watcher::watch to take WatchMode instead of RecursiveMode (#21)

Other

  • update TargetMode comment (#36)
  • add optional expected events to reduce flakiness (#31)
  • add TargetMode related tests for polling watcher (#30)
  • wait a short period before checking whether no events were received (#29)
  • add optional expected events to reduce flakiness (#28)

rolldown-notify-v8.2.4

23 Nov 10:16
3fed60b

Choose a tag to compare

Fixed

  • watch hardlinks correctly for inotify backend (#20)
  • prevent hanging on file additions in recursive watches for inotify backend (#18)

Other

  • merge adjacent if and match statements (#24)

rolldown-notify-debouncer-mini-v0.8.0

23 Nov 14:02
8467cbd

Choose a tag to compare

Added

  • [breaking] change Watcher::watch to take WatchMode instead of RecursiveMode (#21)

rolldown-notify-debouncer-mini-v0.7.4

23 Nov 10:16
3fed60b

Choose a tag to compare

Other

  • updated the following local packages: rolldown-notify

rolldown-notify-debouncer-full-v0.7.0

23 Nov 14:02
8467cbd

Choose a tag to compare

Added

  • [breaking] change Watcher::watch to take WatchMode instead of RecursiveMode (#21)

rolldown-notify-debouncer-full-v0.6.4

23 Nov 10:17
3fed60b

Choose a tag to compare

Other

  • updated the following local packages: rolldown-notify

rolldown-notify-v8.2.3

22 Nov 05:08
e9cd28c

Choose a tag to compare

Fixed

  • align the behavior of kqueue backend more with others (#16)