summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 4.3.0 to 4.4.0dependabot/pip/sphinx-4.4.0dependabot[bot]2022-01-222-41/+63
* Update changelog, bump dev dependencies, and bump versionmasterJordan Cook2022-01-194-85/+64
* Update changelog and contributorsv0.9.1Jordan Cook2022-01-153-3/+13
* Merge pull request #503 from JWCook/py3.10.2-compatJordan Cook2022-01-152-5/+6
|\
| * Switch to a different method of resolving ForwardRefs during deserialization ...Jordan Cook2022-01-152-5/+6
|/
* Merge pull request #502 from reclosedev/dependabot/pip/sphinx-automodapi-0.14.1Jordan Cook2022-01-152-43/+64
|\
| * Bump sphinx-automodapi from 0.13 to 0.14.1dependabot[bot]2022-01-152-43/+64
|/
* Merge pull request #500 from JWCook/key-only-paramsJordan Cook2022-01-145-6/+28
|\
| * Update changelog and contributorsJordan Cook2022-01-143-4/+15
| * Add support for key-only request parametersJordan Cook2022-01-142-2/+13
|/
* Update changelog and bump versionJordan Cook2022-01-103-3/+6
* Bump dependenciesdependabot[bot]2022-01-102-48/+49
* Bump invalid JSON message from 'warning' to 'debug' log levelJordan Cook2022-01-101-1/+1
* Minor changelog formattingJordan Cook2022-01-011-1/+1
* Merge branch 'docs-and-deps'v0.9.0Jordan Cook2022-01-0122-347/+397
|\
| * Update changelogJordan Cook2022-01-011-1/+1
| * Revert to previous version of mypy due to false positiveJordan Cook2022-01-011-1/+1
| * Update dependencies and pre-commit hooksJordan Cook2022-01-015-316/+287
| * Update contributorsJordan Cook2022-01-012-2/+15
| * Fix typo in docsJordan Cook2022-01-011-2/+2
| * Format using a more typical line length of 100Jordan Cook2022-01-0114-27/+93
|/
* Merge pull request #474 from grubberr/improve_get_matched_headersJordan Cook2022-01-012-1/+4
|\
| * Fix black and type checking issues, and update changelogJordan Cook2022-01-012-2/+4
| * make order of headers repeatableSergey Chvalyuk2021-12-171-0/+1
|/
* Merge pull request #468 from reclosedev/dependabot/pip/pymongo-4.0Jordan Cook2021-12-042-147/+139
|\
| * Bump pymongo from 3.12.2 to 4.0dependabot[bot]2021-12-042-147/+139
|/
* Move 304 handling to separate methodJordan Cook2021-12-021-24/+25
* Merge pull request #466 from JWCook/redisJordan Cook2021-12-0210-31/+135
|\
| * Update changelogJordan Cook2021-12-022-2/+3
| * Drop idea of storing each response in a separate hash, and go back to seriali...Jordan Cook2021-12-013-22/+12
| * Add a new RedisDict class that stores responses in separate hashes instead of...Jordan Cook2021-12-015-20/+112
| * Improve some RedisDict methods and rename to RedisHashDictJordan Cook2021-12-017-36/+57
|/
* Update dev dependencies, actions, changelog, and contributorsJordan Cook2021-12-016-310/+318
* Merge pull request #465 from meggiman/fix_conditinal_request_expirationJordan Cook2021-12-013-4/+53
|\
| * Add unit test to test revalidation refreshening behaviorManuel Eggimann2021-11-301-0/+33
| * Update CachedResponse headers with 304 response headers (RFC7234)Manuel Eggimann2021-11-303-11/+18
| * Update cache entry expiration date in case of 304 Not ModifiedManuel Eggimann2021-11-291-1/+6
| * Support saving CachedResponses in base save_responseManuel Eggimann2021-11-291-2/+6
|/
* Merge pull request #460 from JWCook/response-pickleJordan Cook2021-11-243-0/+23
|\
| * Add back overrides for requests.Response.__getstate__ and __setstate__ so pla...Jordan Cook2021-11-243-0/+23
|/
* Add -m / --max-size arg to benchmark scriptJordan Cook2021-11-241-6/+7
* Some adjustments for test db generator scriptJordan Cook2021-11-241-8/+16
* Squash dependabot updatesdependabot[bot]2021-11-205-58/+157
* Merge pull request #453 from JWCook/custom-serializersJordan Cook2021-11-194-18/+39
|\
| * Fix some typos in docs for custom serializers, and add a test for itJordan Cook2021-11-192-18/+36
| * Add a 'utf8_encoder' for convenience, since that's a common enough stepJordan Cook2021-11-192-0/+3
|/
* Merge pull request #447 from JWCook/backend-instance-kwargsJordan Cook2021-11-165-10/+49
|\
| * Add support for BaseCache keyword arguments passed along with a backend instanceJordan Cook2021-11-135-10/+49
|/
* Bump dev dependencies and pre-commit hooksJordan Cook2021-11-133-142/+154
* Merge branch 'utils'Jordan Cook2021-10-2714-72/+70
|\