Changelog for
python311-requests-cache-1.0.1-17.2.noarch.rpm :
* Thu May 04 2023 Matej Cepl
- WORK IN PROGRESS, TESTS DON’T PASS!- Update to 1.0.1: (CONGRATULATIONS!) - Ignore Cache-Control: must-revalidate and no-cache when `cache_control=False` - Lots of miscellaneous performance improvements - Fast automatic cache cleanup with TTL integration for MongoDB, DynamoDB and Redis - Improved NoSQL/document database support: human-readable and indexable response data in MongoDB and DynamoDB - Complete support for Cache-Control headers (including its extensions) - Complete type hinting and more details from cached responses - Redact common authentication headers and parameters from the cache by default - Improved session settings interface, and more settings for refreshing, revalidation, and offline cache usage- Remaining list of changes all the way to 0.6.3 is too long, HISTORY.md is packaged.
* Sat Apr 24 2021 John Vandenberg - Update to v0.6.3
* Fix false positive warning with `include_get_headers`
* Fix handling of `decode_content` parameter for `CachedResponse.raw.read()`
* Replace deprecated pymongo `Collection.count()` with `estimated_document_count()`
* Wed Apr 14 2021 John Vandenberg - Fix runtime Requires, adding missing prefix python-- Add Recommends python-redis and Suggests for python-boto3 and python-mongodb- Activate integration tests, including redis- Update to v0.6.2
* Explicitly include docs, tests, and examples in sdist- from v0.6.1
* Handle errors due to invalid responses in BaseCache.urls
* Add recently renamed BaseCache.remove_old_entries() back, as an alias with a DeprecationWarning
* Make parent dirs for new SQLite databases
* Add aws_access_key_id and aws_secret_access_key kwargs to DynamoDbDict
* Update GridFSPickleDict.__delitem__ to raise a KeyError for missing items
* Demote most logging.info statements to debug level
* Exclude test directory from find_packages()
* Make integration tests easier to run and/or fail more quickly in environments where Docker isn\'t available
* Sat Apr 10 2021 John Vandenberg - Update to v0.6.0
* See https://github.com/reclosedev/requests-cache/blob/master/HISTORY.md
* Tue Sep 10 2019 Tomáš Chvátal - Update to 0.5.2:
* Fix DeprecationWarning from collections #140
* Tue May 07 2019 pgajdosAATTsuse.com- version update to 0.5.0
* Add gridfs support, thanks to AATTchengguangnan
* Add dynamodb support, thanks to AATTar90n
* Add response filter #104, thanks to AATTchristopher-dG
* Fix bulk_commit #78
* Fix remove_expired_responses missed in __init__.py #93
* Fix deprecation warnings #122, thanks to mbarkhau
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue Mar 28 2017 alarrosaAATTsuse.com- Initial release