|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## notify 8.2.0 (unreleased) |
4 |
| -- FEATURE: notify a user if the `max_user_watches` has been reached implicitly (`INotifyWatcher`) [#698] |
5 |
| -- FIX: `INotifyWatcher` ignores events with unknown watch descriptors (instead of `EventMask::Q_OVERFLOW`) [#700] |
| 3 | +## notify 8.2.0 (2025-08-03) |
| 4 | +- FEATURE: notify user if inotify's `max_user_watches` has been reached [#698] |
| 5 | +- FIX: `INotifyWatcher` ignore events with unknown watch descriptors (instead of `EventMask::Q_OVERFLOW`) [#700] |
6 | 6 |
|
7 | 7 | [#698]: https://github.com/notify-rs/notify/pull/698
|
8 | 8 | [#700]: https://github.com/notify-rs/notify/pull/700
|
9 | 9 |
|
10 |
| -## notify 8.1.0 (2025-07-03) |
11 |
| -- FEATURE: added support for the [`flume`](https://docs.rs/flume) crate |
12 |
| -- FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching [#683] |
13 |
| -- FIX: Return the crate error `PathNotFound` instead bubbling up the std::io error [#685] |
14 |
| -- FIX: fix server hangs when trashing folders on Windows [#674] |
15 |
| - |
16 |
| -## debouncer-full 0.6.0 (unreleased) |
17 |
| -- FEATURE: allow `FileIdCache` trait implementations to choose ownership of the returned file-ids |
18 |
| -- FEATURE: added support for the [`flume`](https://docs.rs/flume) crate |
| 10 | +## debouncer-full 0.6.0 (2025-08-03) |
| 11 | +- FEATURE: allow `FileIdCache` trait implementations to choose ownership of the returned file-ids [#664] |
| 12 | +- FEATURE: added support for the [`flume`](https://docs.rs/flume) crate [#680] |
19 | 13 | - FIX: skip all `Modify` events right after a `Create` event, unless it's a rename event [#701]
|
20 | 14 |
|
| 15 | +[#664]: https://github.com/notify-rs/notify/pull/664 |
| 16 | +[#680]: https://github.com/notify-rs/notify/pull/680 |
21 | 17 | [#701]: https://github.com/notify-rs/notify/pull/701
|
22 | 18 |
|
23 |
| -## debouncer-mini 0.7.0 (unreleased) |
24 |
| -- FEATURE: added support for the [`flume`](https://docs.rs/flume) crate |
| 19 | +## debouncer-mini 0.7.0 (2025-08-03) |
| 20 | +- FEATURE: added support for the [`flume`](https://docs.rs/flume) crate [#680] |
| 21 | + |
| 22 | +## file-id 0.2.3 (2025-08-03) |
| 23 | +- CHANGE: implement `AsRef<FileId>` for `FileId` [#664] |
25 | 24 |
|
26 |
| -## file-id 0.2.3 (unreleased) |
27 |
| -- CHANGE: implement `AsRef<FileId>` for `FileId` |
| 25 | +## notify 8.1.0 (2025-07-03) |
| 26 | +- FEATURE: added support for the [`flume`](https://docs.rs/flume) crate |
| 27 | +- FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching [#683] |
| 28 | +- FIX: Return the crate error `PathNotFound` instead bubbling up the std::io error [#685] |
| 29 | +- FIX: fix server hangs when trashing folders on Windows [#674] |
28 | 30 |
|
29 | 31 | ## notify 8.0.0 (2025-01-10)
|
30 | 32 |
|
|
0 commit comments