Releases: pinterest/pymemcache
Releases · pinterest/pymemcache
v2.0.0
- 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
v1.4.3
Drop Python 2.6 support
Drop python 2.6 support
1.4.1
v1.4.0: Unicode Key Support
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
v1.3.7
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