summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-19 17:00:42 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-19 17:19:14 -0500
commitd19776ca25db85912529182daca5f03ba38f60a8 (patch)
treeded0b1c97bd1bfa6ad78d4cd9739f6a0acb5050e /HISTORY.md
parent108eea9c84ff650d07618b96d1a82b0be11ff946 (diff)
downloadrequests-cache-d19776ca25db85912529182daca5f03ba38f60a8.tar.gz
Create default table in on-demand mode instead of provisioned
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