Releases: opensound-org/est
Releases · opensound-org/est
v0.10.1
v0.10.0
v0.9.1
v0.9.0
Added
- (collections): Re-exports
indexmap::IndexMap(5155f2) - (future): Add tests on
async closuretoIntoFutureWithArgs(17107b) - (task): Introduce
GracefulTaskand surrounding facilities (10bb7d) - (task::graceful): Add some mock interfaces for test driven design (8fda8b)
- (task::graceful): Add some unit tests (9dd80f)
- (task::graceful): Add some unit tests (45be0f)
- (task::graceful): Add some unit tests (f4863a)
- Introduce feature flag mechanism (16fea9)
Changed
- (task::graceful): Simplify some unit tests (d145bd)
- (task::graceful): Update some unit tests (8f1f61)
- (task::graceful): Use
std::sync::Mutexinstead oftokio::sync::Mutexto reduce some dependence ontokio(e2ef3f)
Docs
- (sync::once): Add some documentation to
OnceWaiter::triggered(8bfde4) - (task): Fix missing punctuation (0283bf)
- (task::graceful): Add full document (c967a8)
- (task::GracefulTask): Add some additional docs (2802ed)
Deps
- (README): Update
Rustto1.86.0(bc58e4) - Upgrade
indexmapto2.9.0(e4df6d) - Upgrade
tokioto1.44.2(6907bb) - Upgrade
anyhowto1.0.98(fd2c04) - Upgrade
ronto0.10.1(d4072d) - Upgrade
tokio-utilto0.7.15(bcadd5)
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
Added:
- (future): Introduce
FutureExt::with_cancel_signal()andWithCancelSignalFuture - (future): Introduce
IntoFutureWithArgstrait - (task): Re-exports
tokio_util::task::TaskTracker - (process): Introduce
Commandenum - Re-exports
tokio
Refactor:
Futureis already apreludein2024 Edition, so nouseis needed.- (task): Move
CloseAndWaittrait to thetask_trackerchild mod
Infra:
Docs:
Deps:
- (README): Update
Rustto1.84.1 - Upgrade
derive_moreto2.0.1 - Upgrade
anyhowto1.0.97 - Upgrade
serdeto1.0.218 - Upgrade
thiserrorto2.0.12 - Upgrade
tokioto1.44.0 - Update
Rustto version1.85.0andEdition 2024. - (README): Update
Rustto1.85.1 - Upgrade
indexmapto2.8.0 - Upgrade
ronto0.9.0 - Upgrade
serdeto1.0.219 - Upgrade
tokioto1.44.1 - Upgrade
tokio-utilto0.7.14
Full Changelog: v0.7.1...v0.8.0