Skip to content

Releases: aio-libs/aiomcache

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 07 May 15:03
9e93cd5
  • Fix a static typing error with Client.get().

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 17:37
99dd7d8
  • Add conn_args to Client to allow TLS and other options when connecting to memcache.

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 19:33
58e24c4
  • 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

Choose a tag to compare

@github-actions github-actions released this 20 Jan 21:16
3ddc082
  • Added support for Python 3.10
  • Added support for non-ascii keys
  • Added type annotations

v0.7.0rc0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 19:05
5a6bdf5
  • Added support for Python 3.10
  • Added support for non-ascii keys
  • Added type annotations

aiomcache 0.6.0 release

Choose a tag to compare

@asvetlov asvetlov released this 03 Dec 10:49

Changes

  • Drop Python 3.3 support

aiomcache 0.5.2 release

Choose a tag to compare

@argaen argaen released this 28 May 08:48

Changes

  • Fixed pool concurrency #43

aiomcache 0.5.1 release

Choose a tag to compare

@jettify jettify released this 07 Mar 23:38

Changes

  • Added MANIFEST.in

aiomcache 0.5.0 release

Choose a tag to compare

@argaen argaen released this 08 Feb 22:13

Changes

  • Added gets command
  • Added cas command

aiomcache 0.3.0 release

Choose a tag to compare

@asvetlov asvetlov released this 11 Mar 01:57

Changes

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