From b812445f77a34d5802c142cb3880463f26ce8e9b Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Fri, 10 Jun 2022 16:32:00 -0500 Subject: Update docs and changelog --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HISTORY.md') 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:** -- cgit v1.2.1