Skip to content

Releases: microsoft/oxidizer

tick v0.2.0

17 Feb 13:49
c829ed5

Choose a tag to compare

  • ✨ Features

    • implement thread_aware in tick (#255)
    • rename MIN to UNIX_EPOCH (#262)

seatbelt v0.3.0

17 Feb 13:49
c829ed5

Choose a tag to compare

  • ✨ Features

    • switch to a new major version of tick crate
    • add tower-service compatibility to seatbelt (#252)

ohno v0.3.1

17 Feb 15:52
f9dfbba

Choose a tag to compare

  • 🐛 Bug Fixes

    • capture actual caller location instead of ohno internals (#260)

bytesbuf_io v0.3.0

16 Feb 16:51
274323c

Choose a tag to compare

  • ✔️ Tasks

    • Improve our crate's repository property. (#246)
  • 🔄 Continuous Integration

    • automatically publish release notes (#247)

thread_aware v0.6.2

13 Feb 13:27
7a31d26

Choose a tag to compare

  • ✨ Features

    • introduce thread_aware::Arc::strong_count (#253)

bytesbuf v0.3.0

13 Feb 11:57
5a2dbce

Choose a tag to compare

  • ✨ Features

    • GlobalPool uses smaller memory blocks for smaller reservation requests (#254)
    • Improve how memory block metadata is exposed in API (#248)
    • remove implicit Sized requirement from BytesBuf::as_write method (#249)
  • ✔️ Tasks

    • Improve our crate's repository property. (#246)
  • 🔄 Continuous Integration

    • automatically publish release notes (#247)

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