summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #826 from requests-cache/urllib3-2.0HEADmainJordan Cook2023-05-156-67/+71
|\
| * Add compatibility with urllib3 2.0Jordan Cook2023-05-156-67/+71
|/
* Fix outdated example in docsJordan Cook2023-05-151-1/+1
* Merge pull request #822 from requests-cache/fix-decoded-json-listJordan Cook2023-05-085-6/+35
|\
| * Fix loading cached JSON content when decode_content=True and the root element...Jordan Cook2023-05-085-6/+35
|/
* Merge pull request #821 from requests-cache/ruffJordan Cook2023-05-0819-273/+268
|\
| * Enable bugbear extension and fix warningsJordan Cook2023-05-0815-35/+38
| * Replace flake8 with ruffJordan Cook2023-05-083-20/+10
| * Check poetry lockfile for unexpected dependencies before deployingJordan Cook2023-05-081-0/+2
| * Update dependencies and pre-commit hooksJordan Cook2023-05-083-219/+219
|/
* Add some more cache projects to 'Related Projects' pageJordan Cook2023-04-041-26/+17
* Fix a minor typoJordan Cook2023-04-021-1/+1
* Merge pull request #810 from requests-cache/quote-cached-paramsJordan Cook2023-04-023-16/+41
|\
| * Don't normalize CachedResponse.url when redacting ignored paramsJordan Cook2023-04-023-16/+41
|/
* Merge pull request #806 from requests-cache/time-machineJordan Cook2023-04-025-223/+324
|\
| * Use time-machine instead of sleep for timing-based testsJordan Cook2023-04-025-223/+324
|/
* Merge pull request #805 from requests-cache/fix-must-revalidatev1.0.1Jordan Cook2023-03-243-13/+26
|\
| * Ignore Cache-Control: must-revalidate and no-cache when cache_control=FalseJordan Cook2023-03-243-13/+26
|/
* Update dependencies, pre-commit hooks, and contributorsJordan Cook2023-03-246-217/+216
* Merge pull request #804 from sleiner-forks/feat/url-match-regexJordan Cook2023-03-246-14/+36
|\
| * Allow regexes for URL expiration patternsSimon Leiner2023-03-246-14/+36
|/
* Merge branch 'docs'v1.0.0Jordan Cook2023-03-0115-553/+1608
|\
| * Update dependenciesJordan Cook2023-03-016-422/+1361
| * Update sample cache filesJordan Cook2023-03-013-0/+0
| * Update changelogJordan Cook2023-03-011-16/+14
| * Update contributorsJordan Cook2023-03-012-108/+226
| * Fix typosJordan Cook2023-03-013-7/+7
|/
* Merge pull request #796 from requests-cache/sqlite-locksJordan Cook2023-03-017-32/+73
|\
| * Share SQLite connection objects among threads and use lock for write operatio...Jordan Cook2023-03-016-31/+65
| * Don't use bulk_delete() if only deleting a single keyJordan Cook2023-03-011-1/+8
|/
* Merge pull request #795 from requests-cache/dynamodbJordan Cook2023-03-0110-66/+74
|\
| * Update docs and screenshots for DynamoDBJordan Cook2023-03-016-12/+25
| * Change DynamoDB table to use cache key as partition keyJordan Cook2023-03-014-54/+49
|/
* Merge pull request #794 from requests-cache/docsJordan Cook2023-03-011-2/+35
|\
| * Introduce cache headers and expiration in ReadmeJordan Cook2023-03-011-2/+35
|/
* Merge pull request #779 from DavidSchmidt00/fix-stale-if-errorJordan Cook2023-02-183-10/+42
|\
| * Don't raise_for_status if status_code of response is in allowable_codesDavid Dv Schmidt2023-02-183-10/+42
|/
* Fix example with requests-ratelimiterJordan Cook2023-02-181-1/+2
* Don't require stress tests for pre-release buildsJordan Cook2023-02-181-1/+1
* Update changelogJordan Cook2023-02-181-0/+8
* Merge pull request #763 from requests-cache/string-expirationJordan Cook2023-02-184-4/+27
|\
| * Raise an error for invalid expiration string values (except for headers conta...Jordan Cook2023-02-184-4/+27
|/
* Merge pull request #760 from glensc/patch-1Jordan Cook2023-01-131-3/+3
|\
| * Docs: Fix FuturesSession typoElan Ruusamäe2023-01-131-3/+3
|/
* Merge pull request #755 from requests-cache/serializer-paramsJordan Cook2023-01-1314-84/+102
|\
| * Set default serializers for each backend using param defaults instead of 'def...Jordan Cook2023-01-1314-84/+102
|/
* Merge pull request #754 from requests-cache/rps-demoJordan Cook2023-01-134-6/+158
|\
| * Add example with requests per second graphJordan Cook2023-01-134-6/+158
|/
* Merge pull request #737 from requests-cache/pypyJordan Cook2022-12-308-11/+49
|\
| * Add tests for pypy3.9Jordan Cook2022-12-308-11/+49
|/