Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.3.2 - 2023-12-28

Added

  • Python 3.12 support

0.3.1 - 2023-07-26

Added

  • Documentation
  • Dependabot
  • Pre-commit with gitlint

Fixed

  • Cache TTL (Time to Live) with timedelta
  • Simple decorator @cache and @cache.clear receive the explicitly positional function

0.3.0 - 2023-07-20

Feature

  • Adds kwargs to receive and pass arguments to remote backend clients (redis and mongo)

0.2.0 - 2023-07-18

Feature

  • Bare decorator @cache and @cache.clear

Changed

  • Decorator argument name cache from expire to ttl
  • The cache decorator only takes keyword arguments