Releases: xacrimon/dashmap
Releases · xacrimon/dashmap
v5.3.4
v5.3.3
v5.3.2
v5.3.1
v5.3.0
DashMap v5.3.0 is a maintenance release featuring various bug fixes and some new features!
Changelog:
- Only invoke the hasher once per write operation: #194
- Set the default hasher type for
VacantEntry
andOccupiedEntry
: #193 - Use
std:🧵:available_parallelism
in place ofnum_cpus
: #199 - Introduce mapped references: #203
- Fix #191, #201, #195: #202
Thanks to @joshtriplett, @stepancheg, @artemshein, @skyzh, @RustyYato, @donkeyteethUX and others involved for making this release possible.
v5.2.0
v5.1.0
v5.0.0-YANKED
NOTE: THIS RELEASE HAS BEEN YANKED TO DUE A SECURITY VULNERABILITY.
Hey ho buckaroo!
v5.0.0 is a maintenance release introducing minor breaking API changes and new features.
Changelog:
- Switch to parking_lot for locking
- Support serde and FromIterator for custom hashers
- Implement Clone for Iter
- Add scoped access view() method
- Specify more explicit lifetimes
- Add remove_if_mut method
- Update MSRV and dev toolchains to 1.49
Thanks to all contributors that helped make this release possible.
Joel (xacrimon) Wejdenstål