Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.61 KB

CHANGELOG.rst

File metadata and controls

62 lines (48 loc) · 1.61 KB

Changelog

0.9

  • Add support for other caches (#32)
  • Fix inconsistent hasing issue in Python 3.x (#28)
  • Allow job_class_kwargs to be passed to cacheback decorator (#31)

0.8

  • Add support for Python 3 (#24)

0.7

  • Include the class name and module path in the cache key by defauly (#21)

0.6

  • Celery task arguments can now be passed (#20).
  • Include reference to job instance on decorator function (#17). This allows caches to be invalidated using the decorator function instance.

0.5

  • Added hook for performing a synchronous refresh of stale items
  • Updated docs for invalidation

0.4

  • Handle some error cases
  • Add invalidate method

0.3

  • Fixed nasty bug where caching could find it's way into a limbo state (#5)
  • Remove bug where it was assumed that cached items would be iterable (#4)
  • Added handling of uncacheable types

0.2

  • Docs? Docs!
  • Added method for determining whether to "fetch on miss"

0.1

Minimal viable product