summaryrefslogtreecommitdiff
path: root/HISTORY.md
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a basic PR template and code of conductv0.7.4Jordan Cook2021-08-141-1/+1
* Update changelog, contributors, and bump versionJordan Cook2021-08-121-0/+5
* Add some more details to contributing guide, and add sample caches for 0.7 pa...Jordan Cook2021-08-101-1/+1
* For filesystem backend, add an appropriate file extension to cache filesJordan Cook2021-08-031-2/+5
* Add a `BaseCache.delete_urls()` methodJordan Cook2021-08-021-0/+1
* Update changelog and contributorsJordan Cook2021-08-021-0/+5
* Update changelogv0.7.2Jordan Cook2021-07-211-3/+3
* Update changelog and contributorsJordan Cook2021-07-201-0/+1
* Update changelog, bump project version, and bump black versionJordan Cook2021-07-161-0/+5
* Fix cache_control option to correctly toggle cache header usage (off by default)Jordan Cook2021-07-091-0/+2
* Add mypy to CI jobs, and add py.typed to indicate PEP-561 complianceJordan Cook2021-07-061-0/+1
* Update changelogJordan Cook2021-07-061-1/+1
* Add BaseCache.response_count() method to get an accurate count of valid respo...Jordan Cook2021-07-031-1/+2
* Add tests and docsJordan Cook2021-06-111-17/+32
* Merge 0.6.4 hotfix into masterJordan Cook2021-06-041-0/+3
* Update contributors and changelogJordan Cook2021-06-031-0/+1
* Update changelogJordan Cook2021-05-231-0/+3
* Convert packaging config to poetryJordan Cook2021-05-091-0/+2
* Update readthedocs links to point to stable version instead of latestJordan Cook2021-05-081-7/+7
* Update user guide and changelogJordan Cook2021-05-071-9/+23
* Update & format changelogJordan Cook2021-04-301-6/+17
* Implement a faster bulk delete method for each backendJordan Cook2021-04-301-1/+1
* Add support for caching multipart file uploadsJordan Cook2021-04-301-0/+1
* Add support for bypassing the cache if expire_after=0Jordan Cook2021-04-291-0/+2
* Some more improvements for bulk deletes in SQLite backendJordan Cook2021-04-291-0/+1
* Update user guide and changelogJordan Cook2021-04-291-0/+3
* Include this behavior in old_data_on_error instead, to avoid complicationsJordan Cook2021-04-231-2/+1
* Add raise_for_status optionJordan Cook2021-04-231-2/+4
* Add use_temp option to SQLite backendJordan Cook2021-04-221-1/+2
* Update changelog, contributors, and versionJordan Cook2021-04-211-2/+4
* Fix DynamoDbDict.__iter__ to return keys instead of values; update tests to t...Jordan Cook2021-04-201-0/+1
* Add option to manually cache response objectsJordan Cook2021-04-191-0/+3
* Replace deprecated pymongo Collection.count() with estimated_document_count()v0.6.3Jordan Cook2021-04-191-0/+1
* Update changelog and contributorsJordan Cook2021-04-191-1/+1
* Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...Jordan Cook2021-04-181-0/+4