Skip to content

Releases: pinterest/pymemcache

v2.0.0

14 Sep 20:26
9dc6eb9
Compare
Choose a tag to compare
  • Change set_many and set_multi api return value. #179
  • Fix support for newbytes from python-future. #187
  • Add support for Python 3.7, and drop support for Python 3.3
  • Properly batch Client.set_many() call. #182
  • Improve _check_key() and _store_cmd() performance. #183
  • Properly batch Client.delete_many() call. #184
  • Add option to explicitly set pickle version used by serde. #190

v1.4.4

08 Jan 18:21
Compare
Choose a tag to compare

New in version 1.4.4

  • pypy3 to travis test matrix
  • full benchmarks in test
  • fix flake8 issues
  • Have mockmemcacheclient support non-ascii strings

v1.4.3

04 Apr 20:37
Compare
Choose a tag to compare

New in version 1.4.3

  • Documentation improvements
  • Fixed cachedump stats command, see ticket
  • Honor default_value in HashClient

Drop Python 2.6 support

23 Feb 18:02
Compare
Choose a tag to compare

Drop python 2.6 support

1.4.1

18 Feb 19:15
Compare
Choose a tag to compare
  • Python 3 serializations fixes
  • Drop support for pypy3
  • Comment cleanup
  • Add gets_many to hash_client
  • Better checking for illegal chars in key

v1.4.0: Unicode Key Support

06 Nov 02:18
Compare
Choose a tag to compare

New in version 1.4.0

  • Unicode keys support. It is now possible to pass the flag allow_unicode_keys when creating the clients
  • Fixed a bug where PooledClient wasn't following default_noreply arg set on init, thanks @kols!
  • Improved documentation

v1.3.8

04 Oct 17:55
Compare
Choose a tag to compare

New in version 1.3.8

  • use cpickle instead of pickle when possible (python2)

v1.3.7

04 Oct 17:55
Compare
Choose a tag to compare

New in version 1.3.7

  • default parameter on get(key, default=0)
  • fixed docs to autogenerate themselves with sphinx
  • fix linter to work with python3
  • improve error message on illegal Input for the key
  • refactor stat parsing
  • fix MockMemcacheClient
  • fix unicode char in middle of key bug