Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@czy-29 czy-29 released this 25 Apr 01:07
· 4 commits to main since this release

Added

  • (collections): Re-exports indexmap::IndexMap (5155f2)
  • (future): Add tests on async closure to IntoFutureWithArgs (17107b)
  • (task): Introduce GracefulTask and 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::Mutex instead of tokio::sync::Mutex to reduce some dependence on tokio (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 Rust to 1.86.0 (bc58e4)
  • Upgrade indexmap to 2.9.0 (e4df6d)
  • Upgrade tokio to 1.44.2 (6907bb)
  • Upgrade anyhow to 1.0.98 (fd2c04)
  • Upgrade ron to 0.10.1 (d4072d)
  • Upgrade tokio-util to 0.7.15 (bcadd5)

Full Changelog: v0.8.1...v0.9.0