summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <JWCook@users.noreply.github.com>2022-04-19 19:41:11 -0500
committerGitHub <noreply@github.com>2022-04-19 19:41:11 -0500
commit7b91dfb9dd8b500ef15d0c48a818b51717303307 (patch)
tree0168e87b431bfda7aa20019b032a657e507663d2 /HISTORY.md
parent108eea9c84ff650d07618b96d1a82b0be11ff946 (diff)
parente5dec6a209bc685ad9ac93992d8df953d2b420c1 (diff)
downloadrequests-cache-7b91dfb9dd8b500ef15d0c48a818b51717303307.tar.gz
Merge pull request #599 from JWCook/dynamodb
Create DynamoDB default table in On Demand mode, add example CloudFormation template
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 90dac70..ef5e4db 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -24,6 +24,8 @@
* MongoDB:
* Store responses in plain (human-readable) document format instead of fully serialized binary
* Add optional integration with MongoDB TTL to improve performance for removing expired responses
+* DynamoDB:
+ * Create default table in on-demand mode instead of provisioned
* SQLite, Redis, MongoDB, and GridFS: Close open database connections when `CachedSession` is used as a contextmanager, or if `CachedSession.close()` is called
**Type hints:**
@@ -34,7 +36,7 @@
* `from_cache`
* `is_expired`
* `OriginalResponse.cache_key` and `expires` will be populated for any new response that was written to the cache
-* Add return type hints for all request wrapper methods (`CachedSession.get()`, `head()`, etc.)
+* Add request wrapper methods with return type hints for all HTTP methods (`CachedSession.get()`, `head()`, etc.)
**Request Matching & Filtering:**
* Add serializer name to cache keys to avoid errors due to switching serializers