Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0
Bumps github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0.
Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
v1.8.0
Additions
- all: add
FSNOTIFY_DEBUG
to print debug logs to stderr (#619)Changes and fixes
windows: fix behaviour of
WatchList()
to be consistent with other platforms (#610)kqueue: ignore events with Ident=0 (#590)
kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)
kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)
inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)
inotify: fix panic when calling Remove() in a goroutine (#650)
fen: allow watching subdirectories of watched directories (#621)
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
1.8.0 2023-10-31
Additions
- all: add
FSNOTIFY_DEBUG
to print debug logs to stderr (#619)Changes and fixes
windows: fix behaviour of
WatchList()
to be consistent with other platforms (#610)kqueue: ignore events with Ident=0 (#590)
kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)
kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)
inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)
inotify: fix panic when calling Remove() in a goroutine (#650)
fen: allow watching subdirectories of watched directories (#621)
#590: fsnotify/fsnotify#590 #610: fsnotify/fsnotify#610 #617: fsnotify/fsnotify#617 #619: fsnotify/fsnotify#619 #620: fsnotify/fsnotify#620 #621: fsnotify/fsnotify#621 #625: fsnotify/fsnotify#625 #650: fsnotify/fsnotify#650
Commits
-
a9bc2e0
Prepare 1.8.0 release -
2d133b8
inotify: fix panic on Remove() -
1626962
Update CI -
c1467c0
test/kqueue: watch symlinks -
800ed83
kqueue: don't change internal state when Add() returns error (#638) -
ad74244
remove extra "to" from doc comment (#634) -
bec8903
Split out Watcher and backends (#632) -
a618f07
inotify: add recursive watcher (#472) -
17d9053
Print diffs for test failures -
53b06a8
inotify: implement WithNoFollow() (#631) - Additional commits viewable in compare view