Releases: pinterest/pymemcache
Releases · pinterest/pymemcache
V4.0.0
What's Changed
- Drop python support for 2.7, 3.4 and 3.5 by @jogo in #321
- Use default for get ignore_exc by @jogo in #351
- Return default from hash client by @Pankrat in #352
- Return default from hash client when using positional argument by @Pankrat in #354
- Support noreply for hash flush_all by @jogo in #361
- Drop support for Python 3.6 by @jparise in #363
- Add official support for Python 3.10 by @jparise in #365
- Handle a blank stat value by @liquidpele in #388
- Small buffer pass optimization as discussed in #395. by @martinnj in #402
- Expand Client with a method for sending arbitrary commands. by @martinnj in #395
- add pluggable compression serde by @sontek in #407
- Start to add type hints by @jogo in #415
- Add py.typed file by @jogo in #421
- Fix key_prefix issue with stats and cache_memlimit by @jogo in #433
New Contributors
- @JWCook made their first contribution in #345
- @juandoleal made their first contribution in #347
- @timgates42 made their first contribution in #348
- @Pankrat made their first contribution in #352
- @jugmac00 made their first contribution in #355
- @dependabot made their first contribution in #371
- @liquidpele made their first contribution in #388
- @10kartik made their first contribution in #414
Full Changelog: v3.5.0...v4.0.0
v3.5.2
v3.5.1
v3.5.0
v3.4.4
v3.4.3
v3.4.2
v3.4.1
v3.4.0
v3.3.0
HashClient
can now be imported from the top-levelpymemcache
package (e.g.pymemcache.HashClient
).HashClient.get_many()
now longer storesFalse
for missing keys from unavailable clients. Instead, the result won't contain the key at all.- Added missing
HashClient.close()
andHashClient.quit()
.