Releases: aio-libs/aiomcache
Releases · aio-libs/aiomcache
v0.8.2
v0.8.1
- Add
conn_args
toClient
to allow TLS and other options when connecting to memcache.
v0.8.0
- Add
FlagClient
to support memcached flags. - Fix type annotations for
@acquire
. - Fix rare exception caused by memcached server dying in middle of operation.
- Fix get method to not use CAS.
v0.7.0
- Added support for Python 3.10
- Added support for non-ascii keys
- Added type annotations
v0.7.0rc0
- Added support for Python 3.10
- Added support for non-ascii keys
- Added type annotations
aiomcache 0.6.0 release
Changes
- Drop Python 3.3 support
aiomcache 0.5.2 release
Changes
- Fixed pool concurrency #43
aiomcache 0.5.1 release
Changes
- Added MANIFEST.in
aiomcache 0.5.0 release
Changes
- Added
gets
command - Added
cas
command