- Adds async adapter for Django
- Fix DjangoAdapter behavior
- Migrate to poetry
- Update dependencies
- Python 3.10 support
- Ignore request cache key operations when it is not configured
- Args
failure_timeout
andcircuit_timeout
of CircuitBreaker to have a default value - Call
expire
afterincr
to prevent keys on storage without TTL - Remove unnecessary
storage.add
calls
- Upload to pypi on travis CI
- Expire method on storage interface
- DjangoAdapter an adapter to django cache framework
- Typing hint all classes and functions
mypy
andblack
onmake check
recipe (which is runned in each CI job)
- First Release 🎉