summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 for python 3.10.2 compatibility
| * Switch to a different method of resolving ForwardRefs during deserialization ↵Jordan Cook2022-01-152-5/+6
|/ | | | for python 3.10.2 compatibility
* 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.1
| * Bump sphinx-automodapi from 0.13 to 0.14.1dependabot[bot]2022-01-152-43/+64
|/ | | | | | | | | | | | | | | Bumps [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) from 0.13 to 0.14.1. - [Release notes](https://github.com/astropy/sphinx-automodapi/releases) - [Changelog](https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/sphinx-automodapi/compare/v0.13...v0.14.1) --- updated-dependencies: - dependency-name: sphinx-automodapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #500 from JWCook/key-only-paramsJordan Cook2022-01-145-6/+28
|\ | | | | Add support for key-only request parameters
| * 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 cattrs from 1.9.0 to 1.10.0 Bumps [cattrs](https://github.com/python-attrs/cattrs) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.rst) - [Commits](https://github.com/python-attrs/cattrs/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump invalid JSON message from 'warning' to 'debug' log levelJordan Cook2022-01-101-1/+1
| | | | Fixes #494
* 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
|\ | | | | make order of headers repeatable
| * Fix black and type checking issues, and update changelogJordan Cook2022-01-012-2/+4
| |
| * make order of headers repeatableSergey Chvalyuk2021-12-171-0/+1
|/ | | | Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
* Merge pull request #468 from reclosedev/dependabot/pip/pymongo-4.0Jordan Cook2021-12-042-147/+139
|\ | | | | Bump pymongo from 3.12.2 to 4.0
| * Bump pymongo from 3.12.2 to 4.0dependabot[bot]2021-12-042-147/+139
|/ | | | | | | | | | | | | | | Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.2 to 4.0. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.12.2...4.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Move 304 handling to separate methodJordan Cook2021-12-021-24/+25
|
* Merge pull request #466 from JWCook/redisJordan Cook2021-12-0210-31/+135
|\ | | | | Add TTL support for Redis backend
| * Update changelogJordan Cook2021-12-022-2/+3
| |
| * Drop idea of storing each response in a separate hash, and go back to ↵Jordan Cook2021-12-013-22/+12
| | | | | | | | | | | | serialized blobs Can't store nested dicts in a Redis hash
| * Add a new RedisDict class that stores responses in separate hashes instead ↵Jordan Cook2021-12-015-20/+112
| | | | | | | | of in a single hash
| * 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
|\ | | | | Fix conditinal request expiration
| * 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 plain pickle will work as a serializer
| * Add back overrides for requests.Response.__getstate__ and __setstate__ so ↵Jordan Cook2021-11-243-0/+23
|/ | | | plain pickle will work as a serializer
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump redis from 3.5.3 to 4.0.1 Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.0.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.5.3...v4.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump supercharge/mongodb-github-action from 1.6.0 to 1.7.0 Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/supercharge/mongodb-github-action/releases) - [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/mongodb-github-action/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump nox-poetry from 0.8.6 to 0.9.0 Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 0.8.6 to 0.9.0. - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](https://github.com/cjolowicz/nox-poetry/compare/v0.8.6...v0.9.0) --- updated-dependencies: - dependency-name: nox-poetry dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump rich from 10.13.0 to 10.14.0 Bumps [rich](https://github.com/willmcgugan/rich) from 10.13.0 to 10.14.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v10.13.0...v10.14.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump responses from 0.15.0 to 0.16.0 Bumps [responses](https://github.com/getsentry/responses) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.15.0...0.16.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #453 from JWCook/custom-serializersJordan Cook2021-11-194-18/+39
|\ | | | | Fix some typos in docs for custom serializers
| * 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 instance
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump sphinx-notfound-page from 0.7.1 to 0.8 Bumps [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) from 0.7.1 to 0.8. - [Release notes](https://github.com/readthedocs/sphinx-notfound-page/releases) - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/master/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/0.7.1...0.8) --- updated-dependencies: - dependency-name: sphinx-notfound-page dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump rich from 10.12.0 to 10.13.0 Bumps [rich](https://github.com/willmcgugan/rich) from 10.12.0 to 10.13.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v10.12.0...v10.13.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump furo from 2021.10.9 to 2021.11.12.1 Bumps [furo](https://github.com/pradyunsg/furo) from 2021.10.9 to 2021.11.12.1. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2021.10.09...2021.11.12.1) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump sphinx from 4.2.0 to 4.3.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge branch 'utils'Jordan Cook2021-10-2714-72/+70
|\
| * Fix a new type checking issueJordan Cook2021-10-271-1/+1
| |