Skip to content

Releases: devbijay/Fast-Cache

V0.1.5

01 Jul 16:58

Choose a tag to compare

Background Cache Cleanup with APScheduler

- The cache backends now use [APScheduler](https://apscheduler.readthedocs.io/) to manage background cleanup of expired cache entries for cache backends that does not support ttl level clearing.
- This ensures expired items are removed automatically at regular intervals, improving cache efficiency and memory usage.

Updated Tests

- Improved test coverage and stability for all supported cache backends.

V0.1.4

23 Jun 19:42

Choose a tag to compare

Added v0.1.4

  • AWS DynamoDb Backend
  • Updated tests

Release v0.1.3

20 Jun 20:42

Choose a tag to compare

Added v0.1.3

  • Google FireStoreBackend:
  • PostgreBackend Auto Cleanup Of TT Expired Items
  • Other Minor Improvements

Fixed:

  • Auto Cleanup Logic

🚀 Release v0.1.2

15 Jun 08:49
add1060

Choose a tag to compare

Added
MongoDB Backend:
Added support for MongoDB as a cache backend, including both synchronous and asynchronous operations, with automatic cache expiration using MongoDB TTL indexes.

Tests for MongoDB Backend:
Comprehensive tests have been added to ensure reliability and correctness of the new MongoDB backend.

0.1.1

13 Jun 16:54

Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

0.1.0

13 Jun 16:43

Choose a tag to compare