Skip to content

Releases: jdidion/beekeeper

0.2.1

03 Feb 22:18
3f9276f
Compare
Choose a tag to compare
  • Bugfixes
    • Reverted accidental change to default features in Cargo.toml
    • Panics during drop of worker threads
  • Other
    • Added initial performance benchmarks

0.2.0

28 Jan 23:07
12344be
Compare
Choose a tag to compare
  • Breaking
    • Builder::build*, Husk::into_hive* now return Hive rather than Result<Hive, SpawnError>
    • beekeeper::hive::SpawnError has been removed
    • Hive::grow and Hive::use_all_cores now return Result<usize, Poisoned> rather than usize
    • Hive::num_threads has been renamed Hive::max_workers
  • Features
    • Hive now keeps track of spawn results
      • Hive::alive_workers reports the number of worker threads that are currently alive (<= max_workers)
      • Hive::has_dead_workers returns true if the Hive has encountered any errors spawing worker threads
      • Hive::revive_workers attempts to re-spawn any dead worker threads
  • Bugfixes
    • Ordered iterators would enter an infinite loop if there were missing indicies

0.1.0 (initial release)

28 Jan 23:04
Compare
Choose a tag to compare
add codecov badge