Files
fastapi-cache/CHANGELOG.md
long2ice 566d30b790 Merge pull request #88 from vvanglro/feat/cache_html
feat: support cache jinja2 template response
2022-11-03 19:42:47 +08:00

797 B

ChangeLog

0.2

0.2.1

  • Support cache jinja2 template response.

0.2.0

  • Make request and response optional.
  • Add typing info to the cache decorator.

0.1

0.1.10

  • Add Cache-Control:no-cache support.

0.1.9

  • Replace aioredis with redis-py.

0.1.8

  • Support dynamodb backend.

0.1.7

  • Fix default json coder for datetime.
  • Add enable param to init.

0.1.6

  • Fix redis cache.
  • Encode key builder.

0.1.5

  • Fix setting expire for redis (#24)
  • Update expire key

0.1.4

  • Fix default expire for memcached. (#13)
  • Update default key builder. (#12)

0.1.3

  • Fix cache key builder.

0.1.2

  • Add default config when init.
  • Update JsonEncoder.

0.1.1

  • Add in-memory support.

0.1.0

  • First version release.