summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #698 from requests-cache/redis-ttl-offsetJordan Cook2022-09-304-12/+51
|\
| * Fix tests for python 3.7Jordan Cook2022-09-301-2/+2
| * Add ttl_offset argument for Redis backendJordan Cook2022-09-304-12/+51
|/
* Merge pull request #696 from requests-cache/delete-docsJordan Cook2022-09-294-16/+61
|\
| * Add delete() function for patcherJordan Cook2022-09-293-8/+29
| * Add more examples to docs for BaseCache.delete()Jordan Cook2022-09-292-8/+32
|/
* Merge pull request #694 from requests-cache/match-ignored-paramsJordan Cook2022-09-2914-122/+134
|\
| * Match whether ignored_parameters are present in a request (without matching c...Jordan Cook2022-09-295-31/+57
| * Add some missing sample cache filesJordan Cook2022-09-295-0/+0
| * Rename 'test_compat' test module to 'test_upgrade' for disambiguation with ot...Jordan Cook2022-09-291-2/+0
| * Update dependenciesJordan Cook2022-09-293-89/+77
|/
* Merge pull request #686 from underyx/patch-1Jordan Cook2022-09-011-0/+0
|\
| * Delete file::memory:?cache=sharedBence Nagy2022-09-011-0/+0
|/
* Merge pull request #684 from requests-cache/dependabot/github_actions/superch...Jordan Cook2022-08-292-2/+2
|\
| * Bump supercharge/mongodb-github-action from 1.7.0 to 1.8.0dependabot[bot]2022-08-272-2/+2
|/
* Remove upper version constraint for all non-dev dependenciesJordan Cook2022-08-245-20/+27
* Merge pull request #681 from requests-cache/recreate-keysJordan Cook2022-08-237-138/+215
|\
| * Add method to recreate cache keysJordan Cook2022-08-237-138/+215
|/
* Merge pull request #680 from requests-cache/duplicate-request-paramsJordan Cook2022-08-152-13/+42
|\
| * Add support for duplicate request paramsJordan Cook2022-08-152-13/+42
|/
* Merge pull request #673 from requests-cache/only-if-cachedJordan Cook2022-07-305-814/+187
|\
| * Update only_if_cached to take precedence over refresh or other revalidation c...Jordan Cook2022-07-305-814/+187
|/
* Merge pull request #666 from requests-cache/gh-actions-exampleJordan Cook2022-07-192-0/+46
|\
| * Add example with GitHub ActionsJordan Cook2022-07-192-0/+46
|/
* Add retries for MongoDB ServerSelectionTimeoutError on GitHub Actions runnersJordan Cook2022-07-053-114/+121
* Run pre-deploy tests for most recent python and requests versionsJordan Cook2022-06-293-48/+55
* Remove catching/logging ImportErrors in top-level packageJordan Cook2022-06-292-16/+14
* Merge pull request #659 from requests-cache/docsJordan Cook2022-06-1728-203/+292
|\
| * Use sphinx-design tabs instead of sphinx-inline-tabsJordan Cook2022-06-176-44/+40
| * Use sphinx-design dropdown instead of custom CSS/JSJordan Cook2022-06-1713-108/+183
| * Update to FontAwesome 6Jordan Cook2022-06-1721-22/+21
| * Sphinx + extension updates:Jordan Cook2022-06-173-49/+68
|/
* Merge pull request #658 from requests-cache/docsJordan Cook2022-06-1715-14/+151
|\
| * Related doc updatesJordan Cook2022-06-1713-14/+20
| * Add example of caching GitHub API requests with PyGitHubJordan Cook2022-06-172-0/+131
|/
* Merge pull request #655 from requests-cache/varyJordan Cook2022-06-1618-82/+333
|\
| * Update docsJordan Cook2022-06-169-56/+107
| * Save a couple microsecondsJordan Cook2022-06-162-0/+5
| * Some additional logging and testsJordan Cook2022-06-165-5/+55
| * Add support for VaryJordan Cook2022-06-164-7/+129
| * Normalize ordering and whitespace for multi-value request headersJordan Cook2022-06-163-26/+49
|/
* Alternate host for requests docsJordan Cook2022-06-112-3/+3
* Add tests for python 3.11Jordan Cook2022-06-111-1/+1
* Merge pull request #654 from requests-cache/cleanupJordan Cook2022-06-1110-69/+87
|\
| * Use json.JSONDecodeError and requests.RequestException instead of requests.JS...Jordan Cook2022-06-112-4/+5
| * Remove HTTPResponse attributes from the cache, and re-construct CachedRespons...Jordan Cook2022-06-113-32/+35
| * Clean up SerializerPipeline.decode_contentJordan Cook2022-06-113-14/+6
| * Clean up SQLiteCache convenience methods a bitJordan Cook2022-06-113-19/+41
|/
* Merge pull request #652 from JWCook/consolidate-convenience-methodsJordan Cook2022-06-1125-394/+463
|\
| * Update tests and docsJordan Cook2022-06-1116-205/+249