<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/requests_cache, branch pre-release</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Build pre-releases from 'pre-release' branch, and set version suffix in CI config</title>
<updated>2021-04-29T20:41:46+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-29T20:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=ec6d2fb6bb082e95bbf452fafe7397d9bd99d9b2'/>
<id>ec6d2fb6bb082e95bbf452fafe7397d9bd99d9b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>Show datetimes in local timezone for str(CachedResponse)</title>
<updated>2021-04-29T14:24:48+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-28T19:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=b99e95cb7441eb921f9347fc9729257c873b5583'/>
<id>b99e95cb7441eb921f9347fc9729257c873b5583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add response details to CachedResponse str() and repr()</title>
<updated>2021-04-29T14:24:48+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-27T23:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=85da092b137c6b7004390512c82747f421ed606c'/>
<id>85da092b137c6b7004390512c82747f421ed606c</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://git.baserock.org/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://git.baserock.org/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>Include this behavior in old_data_on_error instead, to avoid complications</title>
<updated>2021-04-24T01:43:34+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-24T00:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=c51cc8886588faa96fb08ceeb798d8ecefaa6508'/>
<id>c51cc8886588faa96fb08ceeb798d8ecefaa6508</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add raise_for_status option</title>
<updated>2021-04-24T00:08:52+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-23T02:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=ea7f2369110cd93428bfa997618f0963cee19fb1'/>
<id>ea7f2369110cd93428bfa997618f0963cee19fb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
