<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/requests_cache/backends/base.py, branch main</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Enable bugbear extension and fix warnings</title>
<updated>2023-05-08T16:32:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T16:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=7a0aa6de6bb9d912554bac6cafef2d2ff7c757b6'/>
<id>7a0aa6de6bb9d912554bac6cafef2d2ff7c757b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use bulk_delete() if only deleting a single key</title>
<updated>2023-03-01T21:22:18+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-02-28T19:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=0f330b54e15966ff74582cfa7d794f6b844d324c'/>
<id>0f330b54e15966ff74582cfa7d794f6b844d324c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default serializers for each backend using param defaults instead of 'default_serializer' class attributes</title>
<updated>2023-01-13T20:22:31+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-01-01T18:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=9c4f76744a764f8898e5735d838f929c277821c0'/>
<id>9c4f76744a764f8898e5735d838f929c277821c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make CachedResponse.cache_key available from all cache access methods</title>
<updated>2022-12-30T20:46:02+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-12-14T00:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=94a4449cdc05e1a1460a50f8d696f8032223558b'/>
<id>94a4449cdc05e1a1460a50f8d696f8032223558b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ambiguous log message for BaseCache.delete()</title>
<updated>2022-12-30T20:46:02+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-12-12T05:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=e8ea4ca58845afeda358c31c15dcdb28b2b62896'/>
<id>e8ea4ca58845afeda358c31c15dcdb28b2b62896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update type hints to appease Pylance and stricter mypy settings</title>
<updated>2022-12-13T22:27:49+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-12-12T04:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=f7281895698f33b9c41239b5be3a961fd1691b99'/>
<id>f7281895698f33b9c41239b5be3a961fd1691b99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of index with SQLiteCache.filter(expired=False)</title>
<updated>2022-10-28T22:38:28+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-10-28T18:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=cfe381fdae57d1e2f93d5f2732d3ed57fce05b66'/>
<id>cfe381fdae57d1e2f93d5f2732d3ed57fce05b66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle errors due to invalid responses in deserialize(), so it applies to other methods besides just get_responses()</title>
<updated>2022-10-28T17:46:53+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-10-26T19:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=e9e6676913d466532e9220c38f754543e8f5d0e9'/>
<id>e9e6676913d466532e9220c38f754543e8f5d0e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more notes on deprecated methods</title>
<updated>2022-10-26T17:53:46+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-10-21T17:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=13a7ca785d547260d833a2aeac2ffb1d151eb1f9'/>
<id>13a7ca785d547260d833a2aeac2ffb1d151eb1f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BaseCache.has_key() back; this was intended to be deprecated, not yet removed</title>
<updated>2022-10-26T17:31:13+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-10-21T17:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=995c5c5f3f95a909264bbdc9734cbadc49d77c5c'/>
<id>995c5c5f3f95a909264bbdc9734cbadc49d77c5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
