mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
1.1 KiB
1.1 KiB
ChangeLog
0.2
0.2.1
- Fix picklecoder
- Fix connection failure transparency and add logging
- Add Cache-Control and ETag on first response
- Support Async RedisCluster client from redis-py
0.2.0
- Make
requestandresponseoptional. - Add typing info to the
cachedecorator. - Support cache jinja2 template response.
- Support cache
JSONResponse - Add
py.typedfile and type hints - Add TestCase
- Fix cache decorate sync function
- Transparently handle backend connection failures.
0.1
0.1.10
- Add
Cache-Control:no-cachesupport.
0.1.9
- Replace
aiorediswithredis-py.
0.1.8
- Support
dynamodbbackend.
0.1.7
- Fix default json coder for datetime.
- Add
enableparam toinit.
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.