forked from 3rd-Eden/node-hashring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
33 lines (24 loc) · 818 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Oct 16, 2013 (1.0.3)
- Use the bindings module for propper DEBUG builds.
Sep 13, 2013 (1.0.2)
- Node.js 0.11 support
Mar 14, 2013 (1.0.1)
- Node.js 0.10 support
Feb 24, 2013 (1.0.0)
- Refactored the whole driver, these changes are incompatible with the 0.0.x
releases as they have changed the distriubtion of keys.
Jan 11, 2013
- Added LRU caching instead of a plain object for caching, this prevents memory
leaks
May 03, 2012
- Updated test suites
- Fixed zero arguments bug
May 05, 2011
- Added the missing `removeServer` method.
April 22, 2011
- Externalized the bisection and applied indutny / donnerjack's patches.
- Added test suite
- Optimized nodes lookup
April 21, 2011
- Fixed some issues related to the cache addition as the cache needs to be
cleared when new servers are added and replaced.