summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump furo from 2021.9.22 to 2021.10.9dependabot/pip/furo-2021.10.9dependabot[bot]2021-10-091-3/+23
* Add explicit 'coverage' dependency for python 3.10Jordan Cook2021-10-042-2/+3
* Use correct SPDX license short identifier in package metadataJordan Cook2021-10-042-1/+2
* Bump dev dependencies:dependabot[bot]2021-10-042-149/+155
* Merge pull request #421 from JWCook/normalize-requestJordan Cook2021-09-2011-191/+255
|\
| * Update changelog and some docstringsJordan Cook2021-09-202-6/+14
| * Define __all__ for a couple more modules for star importsJordan Cook2021-09-203-9/+8
| * Reorganize & improve request normalization functions:Jordan Cook2021-09-208-176/+233
|/
* Fix usage of BaseCache.urls in example scriptsJordan Cook2021-09-192-2/+4
* Merge pull request #406 from JWCook/thread-safe-request-expire-afterJordan Cook2021-09-1812-133/+157
|\
| * Update changelogJordan Cook2021-09-181-0/+5
| * Support expire_after param for CachedSession.send()Jordan Cook2021-09-183-2/+22
| * Bump dependenciesJordan Cook2021-09-182-9/+10
| * Update contributorsJordan Cook2021-09-182-8/+28
| * Use only integers for expire_after values in seconds, since this is what Cach...Jordan Cook2021-09-183-25/+28
| * Make per-request expiration thread-safe by passing via request headers instea...Jordan Cook2021-09-185-92/+67
|/
* Merge pull request #419 from JWCook/logoJordan Cook2021-09-1816-6/+372
|\
| * Vectorize logo, color it to match light/dark theme colors on rtd, and add mod...Jordan Cook2021-09-1816-6/+372
|/
* Merge pull request #417 from JWCook/codecovcodecovJordan Cook2021-09-183-16/+10
|\
| * Switch from coveralls to codecovJordan Cook2021-09-183-16/+10
|/
* Add a couple more keywords to package metadataJordan Cook2021-09-181-1/+2
* Add note about ResourceWarnings to Troubleshooting sectionJordan Cook2021-09-181-2/+16
* Add some more links to 'Related Projects' pageJordan Cook2021-09-183-124/+52
* Update changelogv0.8.1Jordan Cook2021-09-151-2/+5
* Merge pull request #410 from JWCook/redact-response-urlJordan Cook2021-09-155-21/+54
|\
| * Redact ingored_parameters from CachedResponse.urlJordan Cook2021-09-155-21/+54
|/
* Fix incorrect debug message for skipping cache writeJordan Cook2021-09-151-1/+2
* Update benchmark script to optionally run for a specific serializerJordan Cook2021-09-142-4/+11
* Merge branch 'docs'Jordan Cook2021-09-142-7/+13
|\
| * Add some more 'getting started' details to contributing guideJordan Cook2021-09-141-6/+12
| * Remove 'format' badge from Readme and add 'downloads per month' badgeJordan Cook2021-09-141-1/+1
|/
* Add some alises so fully qualified imports of DbDict, etc. don't breakJordan Cook2021-09-142-1/+7
* Merge pull request #401 from JWCook/docsJordan Cook2021-09-0824-87/+64
|\
| * Use redirect in rtd config instead of placeholder 'advanced_usage' pageJordan Cook2021-09-081-5/+0
| * Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ...Jordan Cook2021-09-085-36/+13
| * Use sphinx_autodoc_typehints extension instead of autodoc's built-in type hintsJordan Cook2021-09-082-3/+6
| * Fix a Sphinx warningJordan Cook2021-09-081-1/+2
| * Compress and scale logo a bit moreJordan Cook2021-09-0813-4/+4
| * Add a custom 404 pageJordan Cook2021-09-084-39/+39
| * Add note to Troubleshooting section about deprecated importsJordan Cook2021-09-074-3/+4
|/
* Update changelog and Readme linksv0.8.0Jordan Cook2021-09-073-19/+22
* Update pre-commit hooks and actionsJordan Cook2021-09-075-7/+26
* Update dependabot issue labelsJordan Cook2021-09-071-0/+2
* Merge pull request #397 from JWCook/stale-if-errorJordan Cook2021-09-069-48/+62
|\
| * Add mypy to 'lint' shortcut for noxJordan Cook2021-09-061-2/+4
| * Add note about 'cache_name' argument usage in init_backend()Jordan Cook2021-09-062-11/+11
| * Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...Jordan Cook2021-09-067-35/+47
|/
* Merge pull request #396 from JWCook/blake2Jordan Cook2021-09-064-6/+10
|\
| * Use blake2 instead of sha256 for hashing request infoJordan Cook2021-09-064-6/+10
|/
* Merge pull request #390 from JWCook/match-headersJordan Cook2021-09-0617-88/+135
|\