summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-10 16:32:00 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-10 16:56:23 -0500
commitb812445f77a34d5802c142cb3880463f26ce8e9b (patch)
tree7200860b18f3c031cf26ba45407e4f90ed3de895 /HISTORY.md
parent3854c9ebaf268bce2a6f2339c0fdb088f8c6a686 (diff)
downloadrequests-cache-b812445f77a34d5802c142cb3880463f26ce8e9b.tar.gz
Update docs and changelog
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index a229e25..454eb87 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -39,11 +39,15 @@
* Add optional integration with MongoDB TTL to improve performance for removing expired responses
* Disabled by default. See 'Backends: MongoDB' docs for details.
* DynamoDB:
+ * Store responses in plain (human-readable) document format instead of fully serialized binary
* Create default table in on-demand mode instead of provisioned
* Add optional integration with DynamoDB TTL to improve performance for removing expired responses
* This is enabled by default, but may be disabled
* Filesystem:
* The default file format has been changed from pickle to JSON
+* Filesystem, MongoDB, and DynamoDB:
+ * Decode JSON and text response bodies so the saved response can be fully human-readable/editable.
+ May be disabled with `decode_content=False`.
* SQLite, Redis, MongoDB, and GridFS: Close open database connections when `CachedSession` is used as a contextmanager, or if `CachedSession.close()` is called
**Request matching & filtering:**