Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 801 Bytes

CHANGES.md

File metadata and controls

27 lines (20 loc) · 801 Bytes

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 [node_id.to_s, node_id.to_s].max

v1.0.0b (2014-07-07)

  • Cluster.remove_zone now raises ArgumentError on attempt to remove a non-existent zone.
  • Cluster.remove_node and RendezvousHash.remove_node now raise ArgumentError 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 initialize methods.

v1.0.0a (2014-07-06)

  • Initial Release.