2020-10-08 15:10:34 +08:00
|
|
|
# ChangeLog
|
|
|
|
|
|
2022-09-10 20:06:37 +08:00
|
|
|
## 0.2
|
|
|
|
|
|
2022-09-28 17:37:05 +08:00
|
|
|
### 0.2.1
|
|
|
|
|
|
|
|
|
|
- Support cache jinja2 template response.
|
|
|
|
|
|
2022-09-10 20:06:37 +08:00
|
|
|
### 0.2.0
|
|
|
|
|
|
|
|
|
|
- Make `request` and `response` optional.
|
|
|
|
|
|
2020-10-08 15:10:34 +08:00
|
|
|
## 0.1
|
|
|
|
|
|
2022-06-17 11:01:47 +08:00
|
|
|
### 0.1.9
|
|
|
|
|
|
|
|
|
|
- Replace `aioredis` with `redis-py`.
|
|
|
|
|
|
2021-11-12 09:37:02 +08:00
|
|
|
### 0.1.8
|
|
|
|
|
|
|
|
|
|
- Support `dynamodb` backend.
|
|
|
|
|
|
2021-10-09 16:51:05 +08:00
|
|
|
### 0.1.7
|
|
|
|
|
|
|
|
|
|
- Fix default json coder for datetime.
|
2021-10-28 15:52:21 +08:00
|
|
|
- Add `enable` param to `init`.
|
2021-10-09 16:51:05 +08:00
|
|
|
|
2021-07-26 16:33:22 +08:00
|
|
|
### 0.1.6
|
|
|
|
|
|
|
|
|
|
- Fix redis cache.
|
|
|
|
|
- Encode key builder.
|
|
|
|
|
|
2021-07-23 09:38:47 +08:00
|
|
|
### 0.1.5
|
2021-03-20 14:42:29 +08:00
|
|
|
|
2021-07-22 10:54:10 -05:00
|
|
|
- Fix setting expire for redis (#24)
|
|
|
|
|
- Update expire key
|
2021-07-23 09:38:47 +08:00
|
|
|
|
|
|
|
|
### 0.1.4
|
|
|
|
|
|
2021-03-20 14:42:29 +08:00
|
|
|
- Fix default expire for memcached. (#13)
|
|
|
|
|
- Update default key builder. (#12)
|
|
|
|
|
|
2021-01-06 10:34:30 +08:00
|
|
|
### 0.1.3
|
|
|
|
|
|
|
|
|
|
- Fix cache key builder.
|
|
|
|
|
|
2020-10-16 16:55:33 +08:00
|
|
|
### 0.1.2
|
|
|
|
|
|
|
|
|
|
- Add default config when init.
|
|
|
|
|
- Update JsonEncoder.
|
|
|
|
|
|
2020-10-08 15:10:34 +08:00
|
|
|
### 0.1.1
|
|
|
|
|
|
|
|
|
|
- Add in-memory support.
|
|
|
|
|
|
|
|
|
|
### 0.1.0
|
|
|
|
|
|
|
|
|
|
- First version release.
|