Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 976 Bytes

CHANGELOG.md

File metadata and controls

54 lines (40 loc) · 976 Bytes

4.0.0 (8 Mar 2023)

Breaking change

  • python3.6 no longer supported
  • added python 3.11

3.0.0 (22 June 2022)

Features

  • Use aioredis==^2.0.0

2.2.0 (13 Oct 2020)

Features

  • Supports python 3.9
  • Monthly maintenance update

Fixes

  • using sha256 from hashlib see (#26)

Features

  • Supports python 3.6, 3.7 and 3.8
  • Monthly maintenance update

2.0.2 (8 Apr 2020)

Bug fix

  • Fixed #22 when chache wasn't worked if other middlewares appended

2.0.1 (31 Jan 2020)

Codebase improvements

  • Supports python 3.8
  • Monthly maintenance update

2.0.0 (30 Jan 2020)

Features:

  • Add possibility to setup custom cache key
  • Now the key value being encrypted when written to Redis

Bug fix

  • Use new style aiohttp middlewares

Codebase improvements

  • Use poetry
  • Use pre-commit linters
  • Add integration tests including real calls to redis backend
  • Use gitlab ci

1.0.0 (11 Nov 2016)

  • First release