summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Bump nox-poetry from 0.9.0 to 1.0.0dependabot[bot]2022-05-212-114/+119
|/
* Merge branch 'gh-actions'Jordan Cook2022-05-182-6/+6
|\
| * Update some remaining references to master branchJordan Cook2022-05-182-6/+6
|/
* Merge pull request #637 from JWCook/path-urlJordan Cook2022-05-183-1/+10
|\
| * Add CachedRequest.path_url propertyJordan Cook2022-05-183-1/+10
|/
* Merge pull request #634 from JWCook/docsJordan Cook2022-05-1516-214/+256
|\
| * Update repo links, changelog, and contributorsJordan Cook2022-05-1516-214/+256
|/
* Merge pull request #632 from reclosedev/dependabot/pip/redis-4.3.1Jordan Cook2022-05-141-38/+20
|\
| * Bump redis from 4.2.2 to 4.3.1dependabot[bot]2022-05-141-38/+20
|/
* Merge pull request #630 from imba-tjd/patch-1Jordan Cook2022-05-0918-52/+52
|\
| * use https for links谭九鼎2022-05-0918-52/+52
|/
* Bump rich, pre-commit, and linkify-it-pydependabot[bot]2022-05-072-12/+13
* Merge pull request #615 from JWCook/stale-while-revalidateJordan Cook2022-05-0411-105/+275
|\
| * Implement Cache-Control: stale-while-revalidateJordan Cook2022-05-0411-105/+275
|/
* Merge pull request #624 from JWCook/remove-responses-older-thanJordan Cook2022-05-0315-147/+262
|\
| * Update changelog and contributorsJordan Cook2022-05-035-103/+123
| * Add 'older_than' argument to remove_expired_responses()Jordan Cook2022-05-038-35/+95
| * Add always_revalidate session optionJordan Cook2022-05-036-6/+41
| * Fix remove_expired_responses() with SQLite and expire_after=0Jordan Cook2022-04-303-4/+4
|/
* Merge pull request #618 from JWCook/install-cacheJordan Cook2022-04-291-1/+2
|\
| * Initialize backend with install_cache() prior to patching requests.SessionJordan Cook2022-04-281-1/+2
|/
* Merge pull request #610 from JWCook/merge-storage-classesJordan Cook2022-04-2224-248/+252
|\
| * Update docs and changelogJordan Cook2022-04-224-31/+31
| * Remove row count from BaseCache.__str__Jordan Cook2022-04-222-8/+5
| * Add a BaseStorage.default_serializer attribute, to be more explicit about whi...Jordan Cook2022-04-2212-38/+58
| * Add SQLiteDict.size() method to estimate the database sizeJordan Cook2022-04-222-5/+28
| * For SQLite expires column, use time.time() instead of datetime.timestamp()Jordan Cook2022-04-226-26/+30
| * Merge *PickleDict storage classes into parent classesJordan Cook2022-04-2218-176/+136
|/
* Merge pull request #613 from JWCook/depsJordan Cook2022-04-226-37/+106
|\
| * Defore deployments, run a separate CI job for unit tests with no optional dep...Jordan Cook2022-04-221-1/+33
| * Skip tests for optional serializer dependencies if not installedJordan Cook2022-04-222-6/+27
| * Add missing placeholder class if pymongo isn't installedJordan Cook2022-04-221-0/+1
| * Temporary fix for missing 'exceptiongroup' dependency in cattrs 22.1 for pyth...Jordan Cook2022-04-222-30/+45
|/
* Merge pull request #612 from JWCook/parameter-forwardingJordan Cook2022-04-218-191/+73
|\
| * Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8Jordan Cook2022-04-218-191/+73
|/
* Merge pull request #607 from JWCook/testsJordan Cook2022-04-2010-22/+50
|\
| * Add misc missing test coverageJordan Cook2022-04-2010-22/+50
|/
* Merge pull request #600 from JWCook/dynamodbJordan Cook2022-04-2018-104/+285
|\
| * Add screenshots and info for viewing DynamoDB responsesJordan Cook2022-04-205-23/+47
| * Add support for DynamoDB TTLJordan Cook2022-04-209-70/+164
| * Store responses in DynamoDB as JSON documents instead of serialized binariesJordan Cook2022-04-199-42/+105
|/
* Major bump!Jordan Cook2022-04-193-8/+9
* Merge pull request #599 from JWCook/dynamodbJordan Cook2022-04-195-21/+74
|\
| * Add an example CloudFormation template for DynamoDBJordan Cook2022-04-193-8/+61
| * Create default table in on-demand mode instead of provisionedJordan Cook2022-04-192-13/+13
|/
* Merge pull request #595 from JWCook/docsJordan Cook2022-04-1911-80/+77
|\
| * Add another requests version to pre-deploy testsJordan Cook2022-04-191-1/+1
| * Run pytest --verbose in CIJordan Cook2022-04-195-35/+37
| * Remove blacken-docs for nowJordan Cook2022-04-191-5/+0
| * Update some user docsJordan Cook2022-04-196-39/+39
|/