| Commit message (Expand) | Author | Age | Files | Lines |
| * | Redact ingored_parameters from CachedResponse.url | Jordan Cook | 2021-09-15 | 2 | -15/+25 |
| * | Fix incorrect debug message for skipping cache write | Jordan Cook | 2021-09-15 | 1 | -1/+2 |
| * | Add some alises so fully qualified imports of DbDict, etc. don't break | Jordan Cook | 2021-09-14 | 2 | -1/+7 |
| * | Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ... | Jordan Cook | 2021-09-08 | 1 | -2/+4 |
| * | Add note to Troubleshooting section about deprecated imports | Jordan Cook | 2021-09-07 | 1 | -1/+1 |
| * | Add note about 'cache_name' argument usage in init_backend() | Jordan Cook | 2021-09-06 | 2 | -11/+11 |
| * | Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C... | Jordan Cook | 2021-09-06 | 2 | -10/+10 |
| * | Use blake2 instead of sha256 for hashing request info | Jordan Cook | 2021-09-06 | 1 | -2/+3 |
| * | Fix SQLiteCache.db_path; supposed to be a property, not a method | Jordan Cook | 2021-09-06 | 1 | -0/+1 |
| * | Allow match_headers to optionally accept a list of specific headers to match | Jordan Cook | 2021-09-06 | 3 | -33/+51 |
| * | Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-... | Jordan Cook | 2021-09-06 | 4 | -10/+10 |
| * | Add some basic info about creating DynamoDB tables | Jordan Cook | 2021-09-01 | 1 | -33/+37 |
| * | Revert renaming DynamoDB backend classes; a minor inconsistency is probably b... | Jordan Cook | 2021-08-30 | 2 | -11/+9 |
| * | Use pathlib.Path objects for all file paths in Filesystem and SQLite backends | Jordan Cook | 2021-08-29 | 2 | -51/+47 |
| * | Fix some type checking issues | Jordan Cook | 2021-08-28 | 2 | -2/+3 |
| * | Allow has_url(), delete_url(), and create_key() to optionally take requests.R... | Jordan Cook | 2021-08-28 | 5 | -32/+39 |
| * | Add some additional tests for cache key normalization | Jordan Cook | 2021-08-28 | 1 | -2/+1 |
| * | Add another Quickstart example to briefly introduce some options | Jordan Cook | 2021-08-28 | 1 | -4/+6 |
| * | Reorganize user docs: break down User Guide and Advanced Usage sections into ... | Jordan Cook | 2021-08-26 | 5 | -8/+6 |
| * | More docs on cache options; for clarity, refer to cache key behavior as 'requ... | Jordan Cook | 2021-08-26 | 1 | -1/+2 |
| * | Enable conditional requests by default | Jordan Cook | 2021-08-26 | 2 | -7/+8 |
| * | Allow Stage objects to take functions instead of object + method names | Jordan Cook | 2021-08-25 | 1 | -12/+26 |
| * | Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP... | Jordan Cook | 2021-08-25 | 5 | -17/+26 |
| * | Add some notes about Redis persistence | Jordan Cook | 2021-08-25 | 1 | -3/+10 |
| * | Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ... | Jordan Cook | 2021-08-25 | 4 | -75/+16 |
| * | Add BaseCache.update() method as a shortcut for exporting to a different cach... | Jordan Cook | 2021-08-25 | 1 | -53/+59 |
| * | Add FileCache.cache_dir property | Jordan Cook | 2021-08-25 | 1 | -0/+5 |
| * | Add another monkey-patch for sphinx-automodapi instead of installing from git... | Jordan Cook | 2021-08-23 | 1 | -1/+1 |
| * | Fix incorrect location of redirects.sqlite when using filesystem backend | Jordan Cook | 2021-08-23 | 1 | -4/+12 |
| * | Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil... | Jordan Cook | 2021-08-21 | 2 | -33/+49 |
| * | Add CLI arg to benchmark script to select a backend | Jordan Cook | 2021-08-20 | 2 | -1/+5 |
| * | Add support for SQLite in-memory databases | Jordan Cook | 2021-08-20 | 2 | -21/+49 |
| * | Make DynamoDB and MongoDB naming consistent | Jordan Cook | 2021-08-20 | 4 | -12/+14 |
| * | Add FileCache.paths() wrapper method, and return a list instead of generator | Jordan Cook | 2021-08-20 | 2 | -9/+22 |
| * | Better backend docs | Jordan Cook | 2021-08-20 | 7 | -46/+280 |
| * | Better serializer docs | Jordan Cook | 2021-08-20 | 3 | -29/+44 |
| * | Move autosummaries to module docstrings instead of template, to make them eas... | Jordan Cook | 2021-08-20 | 8 | -10/+64 |
| * | Rename DbDict to SQLiteDict for consistency with other backends (with aliases... | Jordan Cook | 2021-08-19 | 3 | -34/+22 |
| * | Some misc docstring edits | Jordan Cook | 2021-08-19 | 6 | -22/+19 |
| * | Exclude cache headers from cache key by default | Jordan Cook | 2021-08-14 | 1 | -1/+3 |
| * | Add support for custom cache keys | Jordan Cook | 2021-08-14 | 3 | -26/+47 |
| * | Add support for Last-Modified + If-Modified-Since headers | Jordan Cook | 2021-08-14 | 5 | -80/+76 |
| * | Add support for ETag + If-None-Match headers | Jordan Cook | 2021-08-14 | 3 | -18/+35 |
| * | Convert CacheActions into an attrs class | Jordan Cook | 2021-08-14 | 2 | -18/+39 |
| * | Remove deprecated 'core' module and BaseCache.remove_old_entries() | Jordan Cook | 2021-08-14 | 3 | -23/+1 |
| * | Drop support for python 3.6 | Jordan Cook | 2021-08-14 | 5 | -34/+10 |
| * | Replace some 'type: ignore' statements with better type hinting | Jordan Cook | 2021-08-14 | 4 | -17/+23 |
| * | Update changelog, contributors, and bump version | Jordan Cook | 2021-08-12 | 1 | -1/+1 |
| * | Parallelize unit tests per module instead of per function | Jordan Cook | 2021-08-12 | 2 | -3/+4 |
| * | Ensure httpdate strings from headers get converted to UTC | Jordan Cook | 2021-08-12 | 1 | -5/+4 |