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