Skip to content

Releases: aio-libs/aiomcache

v0.8.2

07 May 15:03
9e93cd5
Compare
Choose a tag to compare
  • Fix a static typing error with Client.get().

v0.8.1

10 Feb 17:37
99dd7d8
Compare
Choose a tag to compare
  • Add conn_args to Client to allow TLS and other options when connecting to memcache.

v0.8.0

11 Dec 19:33
58e24c4
Compare
Choose a tag to compare
  • 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

20 Jan 21:16
3ddc082
Compare
Choose a tag to compare
  • Added support for Python 3.10
  • Added support for non-ascii keys
  • Added type annotations

v0.7.0rc0

16 Jan 19:05
5a6bdf5
Compare
Choose a tag to compare
  • Added support for Python 3.10
  • Added support for non-ascii keys
  • Added type annotations

aiomcache 0.6.0 release

03 Dec 10:49
Compare
Choose a tag to compare

Changes

  • Drop Python 3.3 support

aiomcache 0.5.2 release

28 May 08:48
Compare
Choose a tag to compare

Changes

  • Fixed pool concurrency #43

aiomcache 0.5.1 release

07 Mar 23:38
Compare
Choose a tag to compare

Changes

  • Added MANIFEST.in

aiomcache 0.5.0 release

08 Feb 22:13
Compare
Choose a tag to compare

Changes

  • Added gets command
  • Added cas command

aiomcache 0.3.0 release

11 Mar 01:57
Compare
Choose a tag to compare

Changes

  • Dockerize tests
  • Reuse memcached connections in Client Pool #4
  • Fix stats parse to compatible more mc class software #5