-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNEWS
More file actions
40 lines (33 loc) · 1.31 KB
/
NEWS
File metadata and controls
40 lines (33 loc) · 1.31 KB
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
34
35
36
37
38
39
40
OMcache 0.X (unreleased)
========================
* Compile-time configurable timeouts for libmemcached compat wrapper
OMcache 0.3.0 (2015-02-15)
==========================
* Support for OS X and Solaris
* Support for Python 2.6, 2.7 and 3.3+ and PyPy
* Unit tests for Python and related fixes for the Python bindings
* Automatic tests on travis-ci.org for all supported Python versions
* C API reference documentation generation
* Various bug fixes
OMcache 0.2.0 (2014-12-21)
==========================
* Support for asynchronous name resolution using libasyncns
* Added support for append, prepend, touch and gat commands
* Improved and fixed timeout handling
* Improved handling of "multi" commands
* Better handling of error cases
* Rewritten Python bindings for async support using gevent or other
mechanisms
* Various bug fixes
OMcache 0.1.0 (2014-11-13)
==========================
* Initial (unstable) release
* Only tested on recent Linux distributions on x86-64
* Support for most (but not all) memcached commands
* C library with Python bindings implemented in CFFI
' Fedora and Debian packaging
* Non-blocking API
* Stable (without promises before 1.0 release) API and ABI
* Support for consistent key distribution to multiple servers
* Compatibility with libmemcached and pylibmc in a number of different
configurations