================ - fixes issue with `optimeout` when using python versions >= 3.11 [115](https://github.com/emcache/emcache/pull/115)
1.2.0
================ - Support for Python 3.12
1.1.1
================ - Fix race condition with purging last used connections [110](https://github.com/emcache/emcache/pull/110)
1.1.0
================ - Support for autodiscovery protocol [98](https://github.com/emcache/emcache/pull/98) - Fix key checker for making it compliant with Memcache [99](https://github.com/emcache/emcache/pull/99)
1.0.0
================ Breaking Changes: - This Version discontinues to support Python 3.7. [86](https://github.com/emcache/emcache/pull/86)
Changes: - Synchronize emcache.Client public interface with emcache.client._Client implementation [84](https://github.com/emcache/emcache/pull/84) - Support for Python 3.11 [86](https://github.com/emcache/emcache/pull/86)
0.6.2
================ - Support for macos builds [75](https://github.com/emcache/emcache/pull/75)