Skip to content

Releases: xacrimon/dashmap

v3.4.4

13 Feb 00:50
Compare
Choose a tag to compare
v3.4.4

v3.4.3

07 Feb 14:50
Compare
Choose a tag to compare

Bugfixes.

v3.4.2

06 Feb 23:27
Compare
Choose a tag to compare

Fixed some lock dependency issues.

v3.4.1

06 Feb 13:35
Compare
Choose a tag to compare

Performance improvements.

v3.4.0

30 Jan 16:10
Compare
Choose a tag to compare
Fixed error.

v3.2.2

23 Jan 21:14
Compare
Choose a tag to compare

This release improves the performance and swaps the default hasher to be DOS resistant.

v.3.2.1

17 Jan 15:51
Compare
Choose a tag to compare

Mitigated RUSTSEC-2019-0031.

v.3.2.0

17 Jan 06:26
Compare
Choose a tag to compare

This release implements Clone for DashMap and loosens type trait bounds.

v3.1.2

16 Jan 19:16
Compare
Choose a tag to compare

This release enables the custom hasher for use when selecting shards.

v3.1.1

16 Jan 15:05
Compare
Choose a tag to compare

Fixed some UB reported by @KrishnaSannasi.