summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
blob: ed7469ce01d7c9be70703ebee1235c87e238ae2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Change Log
==========
New in version 1.3.0
----------
* Python 3 Support
* Introduced HashClient that uses consistent hasing for allocating keys
  across many memcached nodes. It also can detect servers going down
  and rebalance keys across the available nodes.
* Retry sock.recv() when it raises EINTR

New in version 1.2.9
--------------------

* Introduced PooledClient a thread-safe pool of clients