summaryrefslogtreecommitdiff
path: root/HISTORY.md
Commit message (Expand)AuthorAgeFilesLines
* Update changelog, bump dev dependencies, and bump versionmasterJordan Cook2022-01-191-1/+1
* Update changelog and contributorsv0.9.1Jordan Cook2022-01-151-1/+1
* Switch to a different method of resolving ForwardRefs during deserialization ...Jordan Cook2022-01-151-1/+2
* Update changelog and contributorsJordan Cook2022-01-141-0/+1
* Update changelog and bump versionJordan Cook2022-01-101-0/+3
* Minor changelog formattingJordan Cook2022-01-011-1/+1
* Update changelogJordan Cook2022-01-011-1/+1
* Fix black and type checking issues, and update changelogJordan Cook2022-01-011-0/+1
* Update changelogJordan Cook2021-12-021-0/+1
* Update dev dependencies, actions, changelog, and contributorsJordan Cook2021-12-011-0/+1
* Add back overrides for requests.Response.__getstate__ and __setstate__ so pla...Jordan Cook2021-11-241-0/+1
* Add support for BaseCache keyword arguments passed along with a backend instanceJordan Cook2021-11-131-0/+1
* Add support for Cache-Control: immutableJordan Cook2021-10-231-1/+2
* Bump unreleased changes into a minor release (0.9) and format changelogJordan Cook2021-10-231-8/+19
* Fix duplicate cache read (contains + getitem)Jordan Cook2021-10-231-0/+2
* Support immediate expiration + revalidation for Cache-Control: max-age=0 and ...Jordan Cook2021-10-101-0/+2
* Add better error message if parent path exists but isn't a directoryJordan Cook2021-10-101-0/+1
* Use correct SPDX license short identifier in package metadataJordan Cook2021-10-041-0/+1
* Update changelog and some docstringsJordan Cook2021-09-201-0/+2
* Update changelogJordan Cook2021-09-181-0/+5
* Update changelogv0.8.1Jordan Cook2021-09-151-2/+5
* Redact ingored_parameters from CachedResponse.urlJordan Cook2021-09-151-0/+5
* Add note to Troubleshooting section about deprecated importsJordan Cook2021-09-071-1/+1
* Update changelog and Readme linksv0.8.0Jordan Cook2021-09-071-1/+1
* Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...Jordan Cook2021-09-061-11/+17
* Use blake2 instead of sha256 for hashing request infoJordan Cook2021-09-061-1/+3
* Allow match_headers to optionally accept a list of specific headers to matchJordan Cook2021-09-061-10/+7
* Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...Jordan Cook2021-09-061-1/+8
* Update and format changelogJordan Cook2021-09-051-52/+44
* Expecting to release 0.8 by the end of SeptemberJordan Cook2021-08-301-1/+1
* Revert renaming DynamoDB backend classes; a minor inconsistency is probably b...Jordan Cook2021-08-301-4/+3
* Use pathlib.Path objects for all file paths in Filesystem and SQLite backendsJordan Cook2021-08-291-23/+32
* Minor edits for Readme and Related ProjectsJordan Cook2021-08-281-10/+7
* Allow has_url(), delete_url(), and create_key() to optionally take requests.R...Jordan Cook2021-08-281-2/+5
* Enable conditional requests by defaultJordan Cook2021-08-261-1/+1
* Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...Jordan Cook2021-08-251-0/+1
* Add BaseCache.update() method as a shortcut for exporting to a different cach...Jordan Cook2021-08-251-0/+1
* Update Readme intro and link another article on examples pageJordan Cook2021-08-231-2/+2
* Fix incorrect location of redirects.sqlite when using filesystem backendJordan Cook2021-08-231-0/+3
* Make itsdangerous dependency optionalJordan Cook2021-08-211-18/+27
* Add support for SQLite in-memory databasesJordan Cook2021-08-201-0/+1
* Make DynamoDB and MongoDB naming consistentJordan Cook2021-08-201-0/+2
* Add FileCache.paths() wrapper method, and return a list instead of generatorJordan Cook2021-08-201-6/+11
* More info and editing for Readme introJordan Cook2021-08-201-1/+0
* Rename DbDict to SQLiteDict for consistency with other backends (with aliases...Jordan Cook2021-08-191-1/+8
* s/whitelist/allowlistJordan Cook2021-08-191-1/+1
* Format changelogJordan Cook2021-08-141-16/+24
* Add docs + example script for custom cache keysJordan Cook2021-08-141-0/+1
* Update user guide and ReadmeJordan Cook2021-08-141-1/+6
* Remove deprecated 'core' module and BaseCache.remove_old_entries()Jordan Cook2021-08-141-0/+9