- python3.6 no longer supported
- added python 3.11
- Use aioredis==^2.0.0
- Supports python 3.9
- Monthly maintenance update
- using sha256 from hashlib see (#26)
- Supports python 3.6, 3.7 and 3.8
- Monthly maintenance update
- Fixed #22 when chache wasn't worked if other middlewares appended
- Supports python 3.8
- Monthly maintenance update
- Add possibility to setup custom cache key
- Now the key value being encrypted when written to Redis
- Use new style aiohttp middlewares
- Use poetry
- Use pre-commit linters
- Add integration tests including real calls to redis backend
- Use gitlab ci
- First release