summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Handle using a converter that doesn't support the omit_if_default keyword arg...Jordan Cook2022-10-282-1/+18
|/
* Merge pull request #718 from kevinlinxc/patch-1Jordan Cook2022-10-261-1/+1
|\
| * TypoKevin Lin2022-10-261-1/+1
|/
* Merge pull request #717 from requests-cache/py-311Jordan Cook2022-10-263-22/+23
|\
| * Update changelogJordan Cook2022-10-261-18/+19
| * Run CI jobs with python 3.11Jordan Cook2022-10-262-4/+4
|/
* Merge pull request #712 from requests-cache/backwards-compatJordan Cook2022-10-267-115/+165
|\
| * Add more notes on deprecated methodsJordan Cook2022-10-264-9/+21
| * Add icons to changelog sections for major/minor releases; misc changlog forma...Jordan Cook2022-10-261-96/+110
| * Add some missing type hintsJordan Cook2022-10-261-2/+2
| * Add BaseCache.has_key() back; this was intended to be deprecated, not yet rem...Jordan Cook2022-10-262-0/+15
| * Fix backwards-compatibility with deprecated remove_expired_responsesJordan Cook2022-10-263-8/+17
|/
* Merge pull request #716 from davegaeddert/patch-1Jordan Cook2022-10-261-1/+1
|\
| * Fix remove_expired_responses deprecation suggestionDave Gaeddert2022-10-261-1/+1
|/
* Merge pull request #709 from requests-cache/header-bytesJordan Cook2022-10-203-6/+11
|\
| * Add support for header values as bytesJordan Cook2022-10-203-6/+11
|/
* Merge pull request #708 from requests-cache/sliced-picklesJordan Cook2022-10-203-3/+31
|\
| * Explicitly disable pickling CachedSession objectsJordan Cook2022-10-203-3/+31
|/
* Merge pull request #702 from requests-cache/dependabot/pip/cattrs-22.2.0Jordan Cook2022-10-084-45/+44
|\
| * Update for cattrs 22.2Jordan Cook2022-10-084-932/+276
| * Bump cattrs from 22.1.0 to 22.2.0dependabot[bot]2022-10-082-252/+907
|/
* Merge pull request #700 from requests-cache/delete-urlsJordan Cook2022-09-309-44/+82
|\
| * Add 'url' argument to BaseCache.contains() and delete() for similarity to has...Jordan Cook2022-09-308-42/+80
| * Bump max wait time for MongoDB TTL testJordan Cook2022-09-301-2/+2
|/
* Merge pull request #699 from requests-cache/deploy-configJordan Cook2022-09-309-64/+131
|\
| * Fix issue on Windows with occasional missing `CachedResponse.created_at` time...Jordan Cook2022-09-303-4/+8
| * Silence DeprecationWarnings during tests for deprecated methodsJordan Cook2022-09-305-33/+60
| * Add options to deploy workflow to skip stress tests or skip publishing to PyPIJordan Cook2022-09-301-3/+17
| * Run pre-deploy unit tests for all supported combinations of platforms, python...Jordan Cook2022-09-301-35/+30
| * Run pre-deploy stress tests as a separate jobJordan Cook2022-09-302-8/+35
|/
* 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
|/