Fixed
- Fix segmentation faults in `sync` and `future` caches under heavy loads on
many-core machine ([34][gh-issue-0034]):
- NOTE: Although this issue was found in our testing environment ten months ago
(v0.5.1), no user reported that they had the same issue.
- NOTE: In [v0.8.4](version-084), we added a mitigation to reduce the chance of
the segfaults occurring.
Changed
- Upgrade crossbeam-epoch from v0.8.2 to v0.9.9 ([157][gh-pull-0157]):
- This will make GitHub Dependabot to stop alerting about a security advisory
[CVE-2022-23639][ghsa-qc84-gqf4-9926] for crossbeam-utils versions < 0.8.7.
- Moka v0.9.1 or older was _not_ vulnerable to the CVE:
- Although the older crossbeam-epoch v0.8.2 depends on an affected version of
crossbeam-utils, epoch v0.8.2 does not use the affected _functions_ of
utils. ([162][gh-issue-0162])