Skip to content

Releases: Krukov/cashews

7.3.2

30 Sep 21:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.3.1...7.3.2

7.3.1

08 Sep 21:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.3.0...7.3.1

7.2.0

13 Aug 21:10
Compare
Choose a tag to compare

What's Changed

  • fix: check setup for disable not configured cache, feat: get_or_set, … by @Krukov in #231
  • Dedicated Redis Client Side Listen Timeout by @robert-schmidtke in #255
  • fix: check DELETE_MANY cmd in midlewares to reformat keys by @Krukov in #257
  • Fix iterator on error by @Krukov in #260

Full Changelog: 7.1.0...7.2.0

7.1.0

12 May 10:30
Compare
Choose a tag to compare

What's Changed

  • fix: update tests run by @Krukov in #215
  • fix: do not close redis by @Krukov in #216
  • fix: use early ttl with early cache in etag middleware by @Krukov in #217
  • fix: use seconds for default value in cache_control_ttl by @Krukov in #223
  • fix: Copy object on set with mem backend by @Krukov in #224
  • fix: do not check if tag registered just because it leads to difficulties by @Krukov in #226
  • fix: use prefix with etag middleware by @Krukov in #227

Full Changelog: 7.0.2...7.1.0

7.0.2

12 Mar 06:42
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump pytest-asyncio from 0.23.3 to 0.23.4 by @dependabot in #196
  • chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #204
  • fix/feat: register metrics only once and add hit-miss by @Krukov in #206
  • fix: close redis in a right way by @Krukov in #207

Full Changelog: 7.0.0...7.0.2

7.0.0

22 Jan 23:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.4.0...7.0.0

6.4.0

02 Jan 21:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.3.0...6.4.0

6.3.0

02 Jan 21:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.0...6.3.0

6.2.0

04 Jun 20:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...6.2.0

6.0.0

27 Mar 19:36
Compare
Choose a tag to compare

What's Changed

  • cache StreamResponse and any other custom types - big refactoring for value serialization
  • Improve lock and locked decorator (new signature)
  • protection to handle concurrent request more efficiently (protected parameter for cache decorators)

Breaking changes:

  • change the way how bytes are stored. If you store raw bytes in a cache, the values will be invalid.
  • drop python 3.7 support
  • safe parameter renamed to suppress ( setup ).
  • hash_key parameter renamed to secret. ( setup )

Full Changelog: 5.3.2...6.0.0