summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx-notfound-page from 0.7.1 to 0.8dependabot/pip/sphinx-notfound-page-0.8dependabot[bot]2021-11-131-37/+54
* Bump dev dependencies and pre-commit hooksJordan Cook2021-11-063-111/+122
* Merge branch 'utils'Jordan Cook2021-10-2714-72/+70
|\
| * Fix a new type checking issueJordan Cook2021-10-271-1/+1
| * Move misc minor utils to a separate moduleJordan Cook2021-10-2714-71/+69
|/
* Merge pull request #440 from JWCook/immutableJordan Cook2021-10-234-5/+12
|\
| * Add support for Cache-Control: immutableJordan Cook2021-10-234-5/+12
* | Merge pull request #439 from JWCook/memJordan Cook2021-10-238-205/+253
|\ \ | |/
| * Bump unreleased changes into a minor release (0.9) and format changelogJordan Cook2021-10-234-198/+222
| * Add tests for memory (plain dict) backendJordan Cook2021-10-232-1/+21
| * Move response content reset to DictStorage.__getitem__(), since that's the on...Jordan Cook2021-10-232-6/+10
|/
* Merge pull request #438 from JWCook/fix-duplicate-cache-readJordan Cook2021-10-238-16/+44
|\
| * Update contributorsJordan Cook2021-10-232-6/+17
| * Fix some type checking issues with latest mypy pre-commit hook versionJordan Cook2021-10-232-4/+4
| * Fix duplicate cache read (contains + getitem)Jordan Cook2021-10-234-6/+23
|/
* Merge pull request #436 from JWCook/expire-0Jordan Cook2021-10-133-53/+41
|\
| * Fix immediate expiration with Expires: 0 and reorganize cache header logic a bitJordan Cook2021-10-133-53/+41
|/
* Merge pull request #430 from JWCook/cache-controlJordan Cook2021-10-105-53/+144
|\
| * Support immediate expiration + revalidation for Cache-Control: max-age=0 and ...Jordan Cook2021-10-104-4/+56
| * Fix behavior for cache_control=True with expire_afterJordan Cook2021-10-103-51/+90
|/
* Update tests to use python 3.10 final releaseJordan Cook2021-10-102-63/+81
* Merge pull request #434 from JWCook/fix-init-errorJordan Cook2021-10-103-7/+22
|\
| * Add better error message if parent path exists but isn't a directoryJordan Cook2021-10-103-7/+22
|/
* 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