notify-rs / notify

🔭 Cross-platform filesystem notification library for Rust.
https://docs.rs/notify
2.76k stars 222 forks source link

Prepare notify 7.0 release #560

Closed dfaust closed 4 weeks ago

dfaust commented 10 months ago

The change of the event serialization (#558) requires a release of a new major version. Are there other breaking changes that we should make before rolling a new release?

My suggestion:

0xpr03 commented 10 months ago

525 possibly

0xpr03 commented 10 months ago

Also +1 for removing crossbeam channel. It's a safe bet that it will be part of the std anyway.

kaimast commented 5 months ago

It would be great if you could update to mio 1.0 for the next release.

dfaust commented 1 month ago

@0xpr03, @JohnTitor I would like to merge #630 and then release a new version. Maybe an RC first. Also, I was thinking about yanking notify-debouncer-full 0.3.0 and 0.3.1 because of the panic found in #636. Any objections?

0xpr03 commented 4 weeks ago

Sounds good to me.