Skip to content

Releases: microsoft/oxidizer

uniflight v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:52
ddbfcd1
  • ⚠️ Breaking

    • Now requires 0.8.0 of thread_aware
  • 🐛 Bug Fixes

    • exclude non-source artifacts from published crates via include allowlist (#526)
  • ✔️ Tasks

    • re-release all packages with LFS-free tarballs (#531)
    • release all packages for MSRV 1.93 (#492)
  • 🔄 Continuous Integration

    • run cargo udeps with and without --all-targets; remove unused dev-dependencies (#527)

uniflight v0.2.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:49
fded680
  • 🔧 Maintenance

    • Now requires 0.7.4 of thread_aware
    • Now requires 0.7.4 of thread_aware_macros
    • Now requires 0.7.3 of thread_aware_macros_impl

tick v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:31
ddbfcd1
  • ⚠️ Breaking

    • Now requires 0.8.0 of thread_aware
  • ✨ Features

    • add SimpleClock for driver-free time retrieval (#537)
    • enable and enforce unreachable_pub lint (#493)
  • 🐛 Bug Fixes

    • exclude non-source artifacts from published crates via include allowlist (#526)
  • ✔️ Tasks

    • release a new version of tick crate (and dependents) (#542)
    • re-release all packages with LFS-free tarballs (#531)
    • release all packages for MSRV 1.93 (#492)

tick v0.3.6

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:51
20b1975
  • ✨ Features

    • add SimpleClock for driver-free time retrieval (#537)
    • enable and enforce unreachable_pub lint (#493)
  • 🐛 Bug Fixes

    • exclude non-source artifacts from published crates via include allowlist (#526)
  • ✔️ Tasks

    • re-release all packages with LFS-free tarballs (#531)
    • release all packages for MSRV 1.93 (#492)

tick v0.3.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:49
fded680
  • 🔧 Maintenance

    • Now requires 0.7.4 of thread_aware
    • Now requires 0.7.4 of thread_aware_macros
    • Now requires 0.7.3 of thread_aware_macros_impl

thread_aware_macros_impl v0.7.3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:49
fded680

Release thread_aware_macros_impl v0.7.3

thread_aware_macros v0.7.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:49
fded680
  • 🔧 Maintenance

    • Now requires 0.7.3 of thread_aware_macros_impl

thread_aware v0.8.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:37
ddbfcd1

⚠ Breaking Changes

  • ProcessorCount::Manual renamed to Exactly (#541)
    Callers matching or constructing ProcessorCount::Manual(n) must update to ProcessorCount::Exactly(n).

  • ProcessorCount is now #[non_exhaustive] (#541)
    Exhaustive match expressions over ProcessorCount outside this crate will no longer compile; add a wildcard arm.

  • thread_aware::storage module (Storage, Strategy) is no longer public (#493)
    Both were publicly documented in 0.7.5. They are now crate-private following the unreachable_pub lint audit. Downstream code referencing thread_aware::storage::Storage or thread_aware::storage::Strategy directly will fail to compile.

  • Internal-only items further restricted to pub(crate) (previously pub but undocumented/not part of the supported public surface): cell::DataFn<T>, closure::ErasedClosureOnce (#493)

✨ Features

  • Add ProcessorCount::AtMost(NonZero<usize>) — caps processor count, clamping to the available count on smaller machines instead of panicking (unlike Exactly) (#541)
  • Add opt-in, feature-gated ThreadAware impls for third-party crate types: bytes (Bytes, BytesMut), http (StatusCode, Method, Uri, HeaderMap, etc.), jiff02 (Timestamp, civil::DateTime, etc.), uuid (Uuid). None enabled by default; no extra deps unless opted in (#478)

🐛 Bug Fixes

  • Exclude non-source artifacts from published crate tarballs via an include allowlist (#526)

✔️ Tasks

  • Re-release all packages with LFS-free tarballs (#531)
  • Bump MSRV to Rust 1.93 (#492)

Migration Guide

Before (≤0.7.5) After (0.8.0)
ProcessorCount::Manual(n) ProcessorCount::Exactly(n)
Exhaustive match on ProcessorCount Add _ => wildcard arm
thread_aware::storage::Storage / ::Strategy No longer available — no public replacement; contact maintainers if you depend on this

thread_aware v0.7.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:49
fded680
  • 🔧 Maintenance

    • Now requires 0.7.4 of thread_aware_macros
    • Now requires 0.7.3 of thread_aware_macros_impl

templated_uri_macros_impl v0.2.5

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:53
44f3257
  • 🔧 Maintenance

    • Now requires 0.3.7 of ohno
  • ✨ Features

    • enable and enforce unreachable_pub lint (#493)
  • ✔️ Tasks

    • release all packages for MSRV 1.93 (#492)