fix(deps): update dependency aiohttp-client-cache to ^0.12.0 #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.11.0
->^0.12.0
Release Notes
requests-cache/aiohttp-client-cache (aiohttp-client-cache)
v0.12.0
Compare Source
CachedResponse.is_expired
check to consider any errors as "expired". (!252)CachedResponse
inherits from theaiohttp.ClientResponse
.0.11.1 (2024-08-01)
CachedSession.get()
,post()
, etc. for compatibility with aiohttp 3.10datetime.utcnow()
(deprecated in python 3.12)0.11.0 (2024-02-08)
Deprecations and Removals
0.10.0 (2023-10-30)
ETag
andLast-Modified
CachedResponse.closed
attribute for compatibility withaiohttp.ClientResponse
aiosqlite
thread if it's still running when session object is deletedFileBackend
into same directory as cached response filesCachedSession.disabled()
prevents only cache read but not write0.9.1 (2023-09-20)
0.9.0 (2023-09-19)
autoclose
option toCacheBackend
to close backend connections when the session context exits.python-forge
is no longer required and is now an optional dependency0.8.2 (2023-07-14)
CachedResponse.close()
method to matchClientResponse.close()
0.8.1 (2023-01-05)
ClientSession
context exit0.8.0 (2022-12-29)
AttributeError
when using a response cached with an older version ofattrs
SQLiteCache.bulk_commit()
fast_save
option forSQLiteCache
(PRAGMA
setting to improve write performance, with some tradeoffs)0.7.3 (2022-07-31)
attrs
dependency0.7.2 (2022-07-13)
TypeError
bug when usingexpire_after
param withCachedSession._request()
0.7.1 (2022-06-22)
SQLiteCache.init_db()
andclear()
0.7.0 (2022-05-21)
See all issues & PRs for v0.7
CachedSession.cache.save_response()
aiosqlite
dependency for filesystem backendCachedResponse
properties derived from headers:charset
content_length
content_type
0.6.1 (2022-02-13)
0.6.0 (2022-02-12)
See all issues & PRs for v0.6
bulk_delete()
method for all backends to improve performance ofdelete_expired_responses()
aiohttp
accepts:(key, value)
sequencesdict
Mapping
objectsMultiDict
objects with duplicate keyshttp://url.com?foo=bar&foo=baz
is cached separately fromhttp://url.com?foo=bar
ignored_params
to also apply to headers (ifinclude_headers=True
)0.5.2 (2021-11-03)
0.5.1 (2021-09-10)
0.5.0 (2021-09-01)
See all issues & PRs for v0.5
RedisBackend.close()
methodMongoDBPickleCache.values()
method that deserializes itemsBaseCache.has_url()
anddelete_url()
to take all the same parameters ascreate_key()
CachedResponse
for compatibility withClientResponse
0.4.3 (2021-07-27)
Expires
was used for cache expiration even withcache_control=False
CachedResponse.is_expired
0.4.2 (2021-07-26)
CachedResponse.encoding
when the response body isNone
0.4.1 (2021-07-09)
SQLiteBackend
so it can be created outside main event loop0.4.0 (2021-05-12)
See all issues & PRs for v0.4
Cache-Control: max-age
Cache-Control: no-cache
Cache-Control: no-store
Cache-Control: max-age
Cache-Control: no-store
Expires
expire_after
parametersuse_temp
option toSQLiteBackend
to use a tempfilesee Contributing Guide for details
0.3.0 (2021-04-09)
See all issues & PRs for v0.3
ClientSession.links
itsdangerous
for safer serializationCacheBackend.get_urls()
to get all urls currently in the cachefrom_cache, is_expired
, etc.) to returned ClientResponse objectsjson
request bodykeys()
andvalues()
methods into async generatorsdata
andjson
)0.2.0 (2021-02-28)
See all issues & PRs for v0.2
aiosqlite
for async cache operationsmotor
for async cache operationsaiosqlite
for async cache operationsdocker-compose
for local test servers0.1.0 (2020-11-14)
requests-cache
requests
toaiohttp
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.