Skip to content

Releases: zoltan-fedor/falcon-caching

1.1.0

16 Apr 15:51
fd7f686
Compare
Choose a tag to compare
  • coredis Python dependency (used in async) upgrade to version 3.0+ - Thanks @alisaifee!
  • Dropping support for Python 3.6

1.0.2

31 Mar 20:37
13abf53
Compare
Choose a tag to compare
  • adding a shim setup.py to allow editable install with pip

1.0.1

31 Jan 17:22
a999900
Compare
Choose a tag to compare
  • Documentation fix - AsyncBackend API reference was missing

1.0.0

31 Jan 17:06
819e6e3
Compare
Choose a tag to compare
  • Async support has been added
  • Switching CI from Travis to GitHub Actions

0.3.4

13 Apr 22:28
24fc8e4
Compare
Choose a tag to compare

Falcon 3.0.0 has renamed the Response.body to Response.text

0.3.3

14 Oct 22:33
9f52b1e
Compare
Choose a tag to compare
  • Fixing the issue with multiple decorators when @cache.cached() is not the topmost one
  • Fixing document readability issues in Sphinx

0.3.1

13 May 20:58
v0.3.1
85ea892
Compare
Choose a tag to compare
  • Cache.memoize() and Cache.delete_memoized() methods were added to allow you to cache the result of other non-resource related functions with their argurments.

0.2.0

26 Dec 20:16
53d9552
Compare
Choose a tag to compare

0.1.1

26 Dec 00:38
536faee
Compare
Choose a tag to compare

Initial release