All Versions
23
Latest Version
Avg Release Cycle
106 days
Latest Release
1570 days ago

Changelog History
Page 1

  • v0.9.1 Changes

    November 26, 2020
    • ⬆️ Bump memoffset dependency to version 0.6. (#592)
  • v0.9.0

    October 12, 2020
  • v0.8.2 Changes

    • ⬆️ Bump the minimum supported Rust version to 1.38. (#877)
  • v0.8.1 Changes

    November 26, 2020
    • 🔒 Make AtomicCell::is_lock_free always const fn. (#600)
    • 🔒 Fix a bug in seq_lock_wide. (#596)
    • ✂ Remove const_fn dependency. (#600)
    • crossbeam-utils no longer fails to compile if unable to determine rustc version. Instead, it now displays a warning. (#604)
  • v0.8.0 Changes

    November 06, 2019
    • ⬆️ Bump the minimum supported Rust version to 1.36.
    • ⬆️ Bump crossbeam-channel to 0.5.
    • ⬆️ Bump crossbeam-deque to 0.8.
    • ⬆️ Bump crossbeam-epoch to 0.9.
    • ⬆️ Bump crossbeam-queue to 0.3.
    • ⬆️ Bump crossbeam-utils to 0.8.
  • v0.7.3 Changes

    November 06, 2019
    • 🛠 Fix breakage with nightly feature due to rust-lang/rust#65214.
    • ⬆️ Bump crossbeam-channel to 0.4.
    • ⬆️ Bump crossbeam-epoch to 0.8.
    • ⬆️ Bump crossbeam-queue to 0.2.
    • ⬆️ Bump crossbeam-utils to 0.7.
  • v0.7.2 Changes

    November 06, 2019
    • ⬆️ Bump crossbeam-channel to 0.3.9.
    • ⬆️ Bump crossbeam-epoch to 0.7.2.
    • ⬆️ Bump crossbeam-utils to 0.6.6.
  • v0.7.1 Changes

    • ⬆️ Bump crossbeam-utils to 0.6.5.
  • v0.7.0 Changes

    November 06, 2019
    • ✂ Remove ArcCell, MsQueue, and TreiberStack.
    • 🔄 Change the interface of ShardedLock to match RwLock.
    • ➕ Add SegQueue::len().
    • 📇 Rename SegQueue::try_pop() to SegQueue::pop().
    • 🔄 Change the return type of SegQueue::pop() to Result.
    • Introduce ArrayQueue.
    • ⚡️ Update dependencies.
  • v0.6.6

    July 24, 2019