Releases: lithammer/go-jump-consistent-hash
Releases · lithammer/go-jump-consistent-hash
v1.0.1
- New string hasher helpers added. The old ones have been deprecated since they're not safe for concurrent use. #7
Perform the following changes to move to the new helpers:
jump.CRC32
→ jump.NewCRC32()
jump.CRC64
→ jump.NewCRC64()
jump.FNV1
→ jump.NewFNV1()
jump.FNV1a
→ jump.NewFNV1a()