| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos | Jordan Cook | 2023-03-01 | 1 | -1/+1 |
| | | |||||
| * | Update docs and screenshots for DynamoDB | Jordan Cook | 2023-03-01 | 1 | -6/+19 |
| | | |||||
| * | Fix example with requests-ratelimiter | Jordan Cook | 2023-02-18 | 1 | -1/+2 |
| | | |||||
| * | Docs: Fix FuturesSession typo | Elan Ruusamäe | 2023-01-13 | 1 | -3/+3 |
| | | |||||
| * | Minor edits for cache inspection page | Jordan Cook | 2022-12-13 | 1 | -1/+6 |
| | | |||||
| * | Typo | Kevin Lin | 2022-10-26 | 1 | -1/+1 |
| | | | | different was spelled incorrectly | ||||
| * | Add 'url' argument to BaseCache.contains() and delete() for similarity to ↵ | Jordan Cook | 2022-09-30 | 2 | -7/+19 |
| | | | | | has_url() and delete_url() | ||||
| * | Add ttl_offset argument for Redis backend | Jordan Cook | 2022-09-30 | 1 | -4/+8 |
| | | |||||
| * | Add delete() function for patcher | Jordan Cook | 2022-09-29 | 1 | -1/+2 |
| | | |||||
| * | Add more examples to docs for BaseCache.delete() | Jordan Cook | 2022-09-29 | 2 | -8/+32 |
| | | |||||
| * | Add method to recreate cache keys | Jordan Cook | 2022-08-23 | 1 | -0/+14 |
| | | |||||
| * | Use sphinx-design tabs instead of sphinx-inline-tabs | Jordan Cook | 2022-06-17 | 3 | -12/+29 |
| | | |||||
| * | Use sphinx-design dropdown instead of custom CSS/JS | Jordan Cook | 2022-06-17 | 8 | -42/+100 |
| | | |||||
| * | Update to FontAwesome 6 | Jordan Cook | 2022-06-17 | 14 | -14/+14 |
| | | |||||
| * | Related doc updates | Jordan Cook | 2022-06-17 | 4 | -4/+5 |
| | | |||||
| * | Update docs | Jordan Cook | 2022-06-16 | 5 | -41/+100 |
| | | |||||
| * | Update tests and docs | Jordan Cook | 2022-06-11 | 2 | -32/+39 |
| | | |||||
| * | Split up remove_expired_reponses() into remove() and reset_expiration() ↵ | Jordan Cook | 2022-06-11 | 2 | -8/+8 |
| | | | | | methods, with more granular arguments | ||||
| * | Update docs and changelog | Jordan Cook | 2022-06-10 | 2 | -11/+32 |
| | | |||||
| * | Update repo links, changelog, and contributors | Jordan Cook | 2022-05-15 | 5 | -10/+10 |
| | | |||||
| * | use https for links | 谭九鼎 | 2022-05-09 | 6 | -30/+30 |
| | | |||||
| * | Implement Cache-Control: stale-while-revalidate | Jordan Cook | 2022-05-04 | 2 | -1/+30 |
| | | |||||
| * | Add 'older_than' argument to remove_expired_responses() | Jordan Cook | 2022-05-03 | 1 | -1/+8 |
| | | |||||
| * | Add always_revalidate session option | Jordan Cook | 2022-05-03 | 1 | -0/+9 |
| | | |||||
| * | Update docs and changelog | Jordan Cook | 2022-04-22 | 3 | -15/+8 |
| | | |||||
| * | Add screenshots and info for viewing DynamoDB responses | Jordan Cook | 2022-04-20 | 2 | -22/+47 |
| | | |||||
| * | Add support for DynamoDB TTL | Jordan Cook | 2022-04-20 | 1 | -1/+16 |
| | | |||||
| * | Add an example CloudFormation template for DynamoDB | Jordan Cook | 2022-04-19 | 1 | -8/+28 |
| | | |||||
| * | Update some user docs | Jordan Cook | 2022-04-19 | 3 | -17/+20 |
| | | |||||
| * | Add support for Cache-Control: stale-if-error | Jordan Cook | 2022-04-18 | 2 | -0/+9 |
| | | |||||
| * | Add support for Cache-Control: max-stale and min-fresh | Jordan Cook | 2022-04-18 | 1 | -0/+2 |
| | | |||||
| * | Add links to source files on Examples page | Jordan Cook | 2022-04-18 | 1 | -4/+4 |
| | | |||||
| * | Turn VCR converter into an example in the docs instead of a library feature | Jordan Cook | 2022-04-18 | 1 | -0/+11 |
| | | |||||
| * | Move backend docs to user guide, separate from API reference docs | Jordan Cook | 2022-04-17 | 8 | -36/+408 |
| | | |||||
| * | Update general expiration docs | Jordan Cook | 2022-04-15 | 1 | -5/+13 |
| | | |||||
| * | Add some more notes about SQLite and Redis backends | Jordan Cook | 2022-04-11 | 1 | -3/+2 |
| | | |||||
| * | Add default list of ignored_parameters for most common authentication ↵ | Jordan Cook | 2022-04-10 | 1 | -0/+7 |
| | | | | | params/headers | ||||
| * | Refactor refresh/revalidate behavior | Jordan Cook | 2022-04-09 | 2 | -29/+51 |
| | | | | | | | | | | | | | | | | * Rename two (unreleased) options to be more consistent with browser behavior: * `revalidate()` -> `refresh()` * `refresh()` -> `force_refresh()` * Revert `RequestSettings` changes and use just kwargs instead for per-request settings * Add full type hints back to extra kwargs for `CachedSession.send()` * Fix a bug in which some kwargs specific to requests-cache could get passed to `requests.Session.send()` * Use 'must-revalidate' as a temporary header for a user-requested refresh * Refer to expiration value of 0 more accurately as 'expire immediately' rather than 'do not cache' * It may potentially be saved and used with revalidation, depending on other headers/settings * `DO_NOT_CACHE` now has a different value but same effect * Refer to constants in docs instead of 0, -1, etc. * Log more details about post-read and pre-cache checks | ||||
| * | Update docs, doc dependencies, changelog, and contributors | Jordan Cook | 2022-04-01 | 3 | -12/+30 |
| | | | | | | Also: Restrict redis-py to <4.2, which breaks parameter forwarding on python 3.7 and 3.8 | ||||
| * | More code cleanup and comments | Jordan Cook | 2022-03-29 | 1 | -2/+2 |
| | | |||||
| * | Add a 'Choosing a Backend' section to docs | Jordan Cook | 2022-03-17 | 1 | -3/+23 |
| | | |||||
| * | Swap out appdirs for platformdirs | Jordan Cook | 2022-03-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | * platformdirs is a more actively maintained fork of appdirs. * Also relax requirements a bit for attrs and urllib (minimum instead of caret constraint) Dependabot update: Bump responses from 0.16.0 to 0.19.0 Bumps [responses](https://github.com/getsentry/responses) from 0.16.0 to 0.19.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.16.0...0.19.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Add support for Cache-Control: only-if-cached and corresponding options for ↵ | Jordan Cook | 2022-03-11 | 2 | -0/+57 |
| | | | | | request() and send() | ||||
| * | Update changelog, docs, and bump version | Jordan Cook | 2022-03-11 | 3 | -9/+9 |
| | | |||||
| * | Change wording a bit on cache header behavior | Jordan Cook | 2022-02-24 | 1 | -9/+8 |
| | | |||||
| * | Fix serialization in filesystem backend with binary content that is also ↵ | Jordan Cook | 2022-02-15 | 1 | -4/+7 |
| | | | | | valid UTF-8 | ||||
| * | Use only integers for expire_after values in tests and docs | Jordan Cook | 2022-02-15 | 1 | -3/+3 |
| | | |||||
| * | Update changelog | Jordan Cook | 2021-12-02 | 1 | -2/+2 |
| | | |||||
| * | Fix some typos in docs for custom serializers, and add a test for it | Jordan Cook | 2021-11-19 | 1 | -17/+12 |
| | | |||||
| * | Add support for Cache-Control: immutable | Jordan Cook | 2021-10-23 | 1 | -0/+1 |
| | | |||||
