We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f5356 commit 81d2bf2Copy full SHA for 81d2bf2
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 0.1
4
5
+### 0.1.8
6
+
7
+- Support `dynamodb` backend.
8
9
### 0.1.7
10
11
- Fix default json coder for datetime.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "fastapi-cache2"
-version = "0.1.7"
+version = "0.1.8"
description = "Cache for FastAPI"
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"
0 commit comments