Skip to content

Releases: microsoft/oxidizer

http_extensions v0.3.1

20 Apr 10:46
29516c8

Choose a tag to compare

  • ✨ Features

    • fine grained error labels (#382)

templated_uri_macros v0.1.1

17 Apr 10:32
22ff271

Choose a tag to compare

  • ✔️ Tasks

    • bump ohno dependency version

templated_uri v0.1.2

17 Apr 11:46
ee751bd

Choose a tag to compare

  • ✨ Features

    • add support for ErrorLabel and bump ohno version

templated_uri_macros_impl v0.1.1

16 Apr 15:30
1e0bf54

Choose a tag to compare

  • ✔️ Tasks

    • bump ohno dependency version

ohno v0.3.2

15 Apr 18:38
5eb4d31

Choose a tag to compare

  • ✨ Features

    • introduce ohno::ErrorLabel (#366)

recoverable v0.1.2

14 Apr 10:44
ed3fab8

Choose a tag to compare

  • ✨ Features

    • implement From<std::io::error::ErrorKind> for RecoveryInfo

templated_uri v0.1.1

10 Apr 16:46
d415eab

Choose a tag to compare

  • ✨ Features

    • Support redaction suppression. (#332)
  • 🐛 Bug Fixes

    • restore const on UriSafeString::from_static (#328)
  • 📚 Documentation

    • fix BaseUri docs to reflect path prefix support (#327)
  • ♻️ Code Refactoring

    • use re-exported macros instead of importing templated_uri_macros directly (#324)

bytesbuf v0.4.2

09 Apr 14:16
0d305b9

Choose a tag to compare

  • ✨ Features

    • add bytesbuf_global_pool_instances_total metric (#352)

seatbelt v0.4.4

01 Apr 16:33
3c50bfe

Choose a tag to compare

  • ✨ Features

    • introduce chaos latency (#345)

anyspawn v0.3.0

27 Mar 14:41
191a66c

Choose a tag to compare

  • ✨ Features

    • make Spawner usable without features (#343)
    • allow creating spawner using tokio handle (#341)
    • the Spawner is now thread aware (#330)
  • ⚠️ Breaking

    • the crate does not have any default features enabled anymore
    • the custom spawner is now always available