Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 963 Bytes

CHANGES.md

File metadata and controls

33 lines (24 loc) · 963 Bytes

v1.0.1 (2015-06-30)

  • PyPy3 support in _murmur3 extension - @sontek
  • Pure Python fallback murmur3_32 function for non-CPython interpreters.

v1.0.0 (2014-12-18)

  • Version 1.0.0 release
  • No changes from v1.0.0rc1

v1.0.0rc1 (2014-07-13)

  • Rendezvous.find_node breaks ties in the event of a hash collision. Winner is chosen by max(str(node_id), str(node_id))

v1.0.0b (2014-07-07)

  • Cluster.remove_zone now raises ValueError on attempt to remove a non-existent zone.
  • Cluster.remove_node and RendezvousHash.remove_node now raise ValueError on attempt to remove a non-existent node.
  • Support for custom hash functions retracted for 1.0.0 milestone.
  • murmur_seed keyword argument renamed to seed for Cluster and RendezvousHash __init__ methods.

v1.0.0a (2014-07-06)

  • Initial Release.