Skip to content

Releases: long2ice/fastapi-cache

v0.2.1

15 Feb 02:43
Compare
Choose a tag to compare
  • Fix picklecoder
  • Fix connection failure transparency and add logging
  • Add Cache-Control and ETag on first response
  • Support Async RedisCluster client from redis-py

v0.2.0

11 Jan 13:21
Compare
Choose a tag to compare
  • Make request and response optional.
  • Add typing info to the cache decorator.
  • Support cache jinja2 template response.
  • Support cache JSONResponse
  • Add py.typed file and type hints
  • Add TestCase
  • Fix cache decorate sync function
  • Transparently handle backend connection failures.

v0.1.9

07 Aug 13:12
Compare
Choose a tag to compare
  • Replace aioredis with redis-py.

v0.1.8

26 Nov 00:55
Compare
Choose a tag to compare
  • Support dynamodb backend.

v0.1.7

28 Oct 07:54
Compare
Choose a tag to compare
  • Fix default json coder for datetime.
  • Add enable param to init.

v0.1.6

26 Jul 08:34
Compare
Choose a tag to compare
  • Fix redis cache.
  • Encode key builder.

v0.1.5

23 Jul 01:39
Compare
Choose a tag to compare
  • Fix setting expire for redis (#24)
  • Update expire key

v0.1.4

15 Jul 02:02
Compare
Choose a tag to compare
  • Fix default expire for memcached. (#13)
  • Update default key builder. (#12)

v0.1.3

06 Jan 02:36
Compare
Choose a tag to compare
  • Fix cache key builder.

v0.1.2

10 Nov 02:35
Compare
Choose a tag to compare
  • Add default config when init.
  • Update JsonEncoder.