<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/HISTORY.md, branch dev</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>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>Update changelog, contributors, and version</title>
<updated>2021-04-21T15:51:40+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-21T15:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=15f9fb652b08e1e6a9cbb2515ebafe8f962afb4a'/>
<id>15f9fb652b08e1e6a9cbb2515ebafe8f962afb4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DynamoDbDict.__iter__ to return keys instead of values; update tests to test for this</title>
<updated>2021-04-21T01:48:37+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-21T01:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=ff25727eec93461ab507849810c45e97147bdd85'/>
<id>ff25727eec93461ab507849810c45e97147bdd85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to manually cache response objects</title>
<updated>2021-04-19T18:00:42+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-19T01:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=714814d0c23271fb357e9ee094e8754ef9818029'/>
<id>714814d0c23271fb357e9ee094e8754ef9818029</id>
<content type='text'>
Updates #98
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates #98
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated pymongo Collection.count() with estimated_document_count()</title>
<updated>2021-04-19T18:00:23+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-19T17:50: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=2b7e82c10d11941444dc4420645150e0a146b067'/>
<id>2b7e82c10d11941444dc4420645150e0a146b067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog and contributors</title>
<updated>2021-04-19T17:51:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-18T19:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=b71959fc9232296463c9771ae8db7cb099f65704'/>
<id>b71959fc9232296463c9771ae8db7cb099f65704</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 show warnings for 'include_get_headers' and 'ignored_parameters' kwargs in BaseStorage</title>
<updated>2021-04-18T20:06:36+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-18T15:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=d21334de776ed59268dbc2ce75a09509c419ac43'/>
<id>d21334de776ed59268dbc2ce75a09509c419ac43</id>
<content type='text'>
Also don't name them as private members, since they can safely by
changed after initialization (e.g., `session.cache.include_get_headers = True`)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also don't name them as private members, since they can safely by
changed after initialization (e.g., `session.cache.include_get_headers = True`)
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly include docs, tests, and examples in sdist</title>
<updated>2021-04-14T15:36:56+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-14T14:59: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=d34114a2baff04b1717b6ffe3779edb6e03b07d2'/>
<id>d34114a2baff04b1717b6ffe3779edb6e03b07d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog and contributors</title>
<updated>2021-04-13T14:49:07+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-13T14:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=01c0402dfbbd267a6268fb83464279a1df2411da'/>
<id>01c0402dfbbd267a6268fb83464279a1df2411da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GridFSPickleDict.__delitem__ to raise a KeyError for missing items</title>
<updated>2021-04-13T01:28:21+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-13T01:26: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=5315c27d7ab33125c9c8f38252219a410f49f41f'/>
<id>5315c27d7ab33125c9c8f38252219a410f49f41f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
