================== - Fix a static typing error with ``Client.get()``.
0.8.1
================== - Add ``conn_args`` to ``Client`` to allow TLS and other options when connecting to memcache.
0.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.
0.7.0
=====================
- Added support for Python 3.10 - Added support for non-ascii keys - Added type annotations
0.6.0
==================
- Drop python 3.3 support
0.5.2
==================
- Fix issue with pool concurrency and task cancellation