Skip to content

Releases: microsoft/oxidizer

uniflight v0.1.0

10 Feb 10:43
a5a1cd4

Choose a tag to compare

uniflight 0.1.0

Initial release.

  • 🧩 Miscellaneous
    • Initial commit of uniflight

bytesbuf_io v0.2.0

10 Feb 10:28
59cd599

Choose a tag to compare

bytesbuf_io 0.2.0

  • 📚 Documentation

    • Add cross-crate link to bytesbuf in bytesbuf_io (#186)
  • ✔️ Tasks

    • Update ohno dependency (#239)

anyspawn v0.1.0

10 Feb 10:22
1613fec

Choose a tag to compare

anyspawn 0.1.0

Initial release.

  • Spawner trait for abstracting async task spawning across runtimes
  • TokioSpawner implementation for the Tokio runtime (requires tokio feature)

seatbelt v0.2.0

10 Feb 10:42
3a59a02

Choose a tag to compare

seatbelt 0.2.0

Initial release.

  • ✨ Features
    • Timeout middleware for canceling long-running operations
    • Retry middleware with constant, linear, and exponential backoff strategies
    • Circuit breaker middleware with health-based failure detection and gradual recovery
    • OpenTelemetry metrics integration (metrics feature)
    • Structured logging via tracing (logs feature)
    • Shared Context for clock and telemetry configuration

ohno_macros v0.3.0

10 Feb 10:42
fa3d815

Choose a tag to compare

ohno_macros 0.3.0

  • ✨ Features
    • Add AppError::downcast_ref and Into (#225)

ohno v0.3.0

10 Feb 10:41
fa3d815

Choose a tag to compare

ohno 0.3.0

  • ✨ Features
    • Add AppError::downcast_ref and Into (#225)

layered v0.3.0

10 Feb 10:41
c008f4f

Choose a tag to compare

layered 0.3.0

  • ✨ Features
    • Rename Stack::build into Stack::into_service
    • Documentation improvements

thread_aware_macros_impl v0.6.1

10 Feb 10:43
d6cb9a2

Choose a tag to compare

thread_aware_macros_impl 0.6.1

  • 🧩 Miscellaneous
    • Version bump to match thread_aware crate

thread_aware_macros v0.6.1

10 Feb 10:43
d6cb9a2

Choose a tag to compare

thread_aware_macros 0.6.1

  • 🧩 Miscellaneous
    • Version bump to match thread_aware crate

thread_aware v0.6.1

10 Feb 10:42
d6cb9a2

Choose a tag to compare

thread_aware 0.6.1

  • ✨ Features
    • Add __private module for selective trait reexports