<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/requests_cache/backends, branch pre-release</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>Minor formatting changes for SQL queries</title>
<updated>2021-04-29T20:06:33+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-29T18:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=f14b366ad6c2c9bd1256ce577dbdce5586353cfe'/>
<id>f14b366ad6c2c9bd1256ce577dbdce5586353cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some more improvements for bulk deletes in SQLite backend</title>
<updated>2021-04-29T20:06:33+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-28T23:27:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=a07b1e4178e30d0402d4ac77b1cc28b418816147'/>
<id>a07b1e4178e30d0402d4ac77b1cc28b418816147</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve performance a bit for remove_expired_responses()</title>
<updated>2021-04-29T20:06:33+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-28T04:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=ab81173b311e7a86473366f3d76eee21d817399a'/>
<id>ab81173b311e7a86473366f3d76eee21d817399a</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.keys() and values() methods</title>
<updated>2021-04-28T04:19:45+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-27T21:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=cfd5c391f546e5e9cfaeb5a0339750f9a790325a'/>
<id>cfd5c391f546e5e9cfaeb5a0339750f9a790325a</id>
<content type='text'>
* Update `BaseCache.urls` to return a generator instead of the whole list at once (which may use too much memory for particularly large caches)
* Update `BaseCache.urls` to just skip invalid responses instead of deleting them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update `BaseCache.urls` to return a generator instead of the whole list at once (which may use too much memory for particularly large caches)
* Update `BaseCache.urls` to just skip invalid responses instead of deleting them
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump black version</title>
<updated>2021-04-26T21:38:24+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-26T21:38: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=51cbd04e8f3af869fe57c7a57d15f40c04cc4dea'/>
<id>51cbd04e8f3af869fe57c7a57d15f40c04cc4dea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add use_temp option to SQLite backend</title>
<updated>2021-04-23T01:55:23+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-23T01:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=26f41c191c69a3d97e06cfa950b8c55867b7d9eb'/>
<id>26f41c191c69a3d97e06cfa950b8c55867b7d9eb</id>
<content type='text'>
Closes #243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #243
</pre>
</div>
</content>
</entry>
<entry>
<title>Move storage class __str__ methods to base class, and just show keys instead of items</title>
<updated>2021-04-22T05:21:49+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-22T05:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=dc204a8d7df9c627fcfb2b098a28f2f27fbb31c8'/>
<id>dc204a8d7df9c627fcfb2b098a28f2f27fbb31c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Store responses for filesystem backend in a 'responses' subdirectory, to avoid deleting redirects.sqlite with clear()</title>
<updated>2021-04-22T05:04:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-22T05:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=e78ae33b552f6549b86c4c5355d2b8aae13ee369'/>
<id>e78ae33b552f6549b86c4c5355d2b8aae13ee369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For SQLite and filesystem backends, resolve file paths in BaseStorage class rather than BaseCache class</title>
<updated>2021-04-22T02:12:46+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-22T02:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=40dc1e79d1c75d0007fe74becf75a1dc3e84d6b9'/>
<id>40dc1e79d1c75d0007fe74becf75a1dc3e84d6b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a filesystem backend</title>
<updated>2021-04-21T15:51:14+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-03T03:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=f893f283957000be0aae7cf802ed341541379542'/>
<id>f893f283957000be0aae7cf802ed341541379542</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
