<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/tests, branch master</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>Add support for key-only request parameters</title>
<updated>2022-01-14T21:59:17+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-01-14T21:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=030e788121a2679ec4f39cf3b01d1d670a31f19a'/>
<id>030e788121a2679ec4f39cf3b01d1d670a31f19a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format using a more typical line length of 100</title>
<updated>2022-01-01T18:10:43+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-01-01T18:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=023b9bf36a4305f5edceece7ac6eabbd16e2e40d'/>
<id>023b9bf36a4305f5edceece7ac6eabbd16e2e40d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop idea of storing each response in a separate hash, and go back to serialized blobs</title>
<updated>2021-12-01T18:45:43+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-12-01T18:44:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=8e4e1682808b550278192a3598dc573caa9aa308'/>
<id>8e4e1682808b550278192a3598dc573caa9aa308</id>
<content type='text'>
Can't store nested dicts in a Redis hash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can't store nested dicts in a Redis hash
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new RedisDict class that stores responses in separate hashes instead of in a single hash</title>
<updated>2021-12-01T18:45:43+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-21T23:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=7e0690254ed45fa66f8b38571a9efd8fddda73cf'/>
<id>7e0690254ed45fa66f8b38571a9efd8fddda73cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve some RedisDict methods and rename to RedisHashDict</title>
<updated>2021-12-01T16:21:00+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-21T23:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=85dce906c7b8d7343098c0b76571a3293c860d8d'/>
<id>85dce906c7b8d7343098c0b76571a3293c860d8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit test to test revalidation refreshening behavior</title>
<updated>2021-11-30T14:17:58+00:00</updated>
<author>
<name>Manuel Eggimann</name>
<email>manuel.eggimann@gmail.com</email>
</author>
<published>2021-11-30T14:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=137e68579331446c6413c3f67f81ffd6d6a32a58'/>
<id>137e68579331446c6413c3f67f81ffd6d6a32a58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add back overrides for requests.Response.__getstate__ and __setstate__ so plain pickle will work as a serializer</title>
<updated>2021-11-24T14:40:22+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-11-24T14:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=d07b77d887a20d05a2d9689292ec3f36d8745e0f'/>
<id>d07b77d887a20d05a2d9689292ec3f36d8745e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos in docs for custom serializers, and add a test for it</title>
<updated>2021-11-19T21:53:04+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-11-19T21:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=e2e7911453c590d1f084beb81bd3d72ad0492a3e'/>
<id>e2e7911453c590d1f084beb81bd3d72ad0492a3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for BaseCache keyword arguments passed along with a backend instance</title>
<updated>2021-11-13T18:46:02+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-11-11T18:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=8a6f8691bf3cadd98bf60365880ba04c7a708765'/>
<id>8a6f8691bf3cadd98bf60365880ba04c7a708765</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move misc minor utils to a separate module</title>
<updated>2021-10-27T15:35:39+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-10-26T21:37:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=90d2b87c14c990c732b52e6abea907e4ef86166f'/>
<id>90d2b87c14c990c732b52e6abea907e4ef86166f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
