Skip to content

Releases: arthurprs/quick-cache

v0.6.9

15 Sep 14:28
Compare
Choose a tag to compare

What's Changed

  • Prevent overflow of counter in insert_existing by @arthurprs in #52

Full Changelog: v0.6.8...v0.6.9

v0.6.8

15 Sep 11:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.8

v0.6.5

25 Aug 13:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.5

v0.6.2

25 Jul 14:26
Compare
Choose a tag to compare

What's Changed

  • Fix race between sync::Cache::insert and PlaceholderGuard::insert by @pushrax in #40
  • Modify shuttle tests to cover more race conditions by @arthurprs in #42
  • Fix unsyc::Guard::insert debug assert by @arthurprs in #41
  • shuttle cargo profile which is optimized but includes debug assertions and overflow checks by @arthurprs in #43

New Contributors

v0.5.2

25 Jul 14:27
Compare
Choose a tag to compare

What's Changed

  • Fix race between sync::Cache::insert and PlaceholderGuard::insert by @pushrax in #40
  • Modify shuttle tests to cover more race conditions by @arthurprs in #42
  • Fix unsyc::Guard::insert debug assert by @arthurprs in #41
  • shuttle cargo profile which is optimized but includes debug assertions and overflow checks by @arthurprs in #43

New Contributors

v0.4.3

25 Jul 14:50
Compare
Choose a tag to compare

What's Changed

  • Fix race between sync::Cache::insert and PlaceholderGuard::insert by @pushrax in #40

New Contributors