Releases: microsoft/oxidizer
Releases · microsoft/oxidizer
uniflight v0.1.0
uniflight 0.1.0
Initial release.
- 🧩 Miscellaneous
- Initial commit of uniflight
bytesbuf_io v0.2.0
anyspawn v0.1.0
anyspawn 0.1.0
Initial release.
Spawnertrait for abstracting async task spawning across runtimesTokioSpawnerimplementation for the Tokio runtime (requirestokiofeature)
seatbelt v0.2.0
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
ohno_macros 0.3.0
- ✨ Features
- Add AppError::downcast_ref and Into (#225)
ohno v0.3.0
ohno 0.3.0
- ✨ Features
- Add AppError::downcast_ref and Into (#225)
layered v0.3.0
layered 0.3.0
- ✨ Features
- Rename Stack::build into Stack::into_service
- Documentation improvements
thread_aware_macros_impl v0.6.1
thread_aware_macros_impl 0.6.1
- 🧩 Miscellaneous
- Version bump to match thread_aware crate
thread_aware_macros v0.6.1
thread_aware_macros 0.6.1
- 🧩 Miscellaneous
- Version bump to match thread_aware crate
thread_aware v0.6.1
thread_aware 0.6.1
- ✨ Features
- Add __private module for selective trait reexports