<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/tests/unit/test_session.py, branch codecov</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>Redact ingored_parameters from CachedResponse.url</title>
<updated>2021-09-15T16:49:48+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-15T16:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=1a6881aa4d44d41fef9338c5b17d8a2cf6be6949'/>
<id>1a6881aa4d44d41fef9338c5b17d8a2cf6be6949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Alias/rename old_data_on_error to stale_if_error for consistency with Cache-Control: stale-if-error (backwards-compatibile)</title>
<updated>2021-09-06T22:57:12+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-06T22:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=1dd8b699624753f6550fe93bdab2b93984e688d3'/>
<id>1dd8b699624753f6550fe93bdab2b93984e688d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use blake2 instead of sha256 for hashing request info</title>
<updated>2021-09-06T22:47:45+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>JWCook@users.noreply.github.com</email>
</author>
<published>2021-09-06T20:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=332700018a62290616391850f79cc23eaacba4ea'/>
<id>332700018a62290616391850f79cc23eaacba4ea</id>
<content type='text'>
With an 8-byte digest for shorter cache keys. This is still plenty long
enough to avoid hash collisions: `4e-15` for 100,000 items, `4e-7` chance for 1 billion items, etc.

This makes it more convenient for manually inspecting cache items,
especially for the filesystem backend, which uses cache keys as
filenames.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With an 8-byte digest for shorter cache keys. This is still plenty long
enough to avoid hash collisions: `4e-15` for 100,000 items, `4e-7` chance for 1 billion items, etc.

This makes it more convenient for manually inspecting cache items,
especially for the filesystem backend, which uses cache keys as
filenames.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow match_headers to optionally accept a list of specific headers to match</title>
<updated>2021-09-06T22:39:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-05T19:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=30f6896b8c6bcd151fc50001ad451ffd6c6091e0'/>
<id>30f6896b8c6bcd151fc50001ad451ffd6c6091e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-compatibile)</title>
<updated>2021-09-06T22:39:15+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-05T18:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=8c05674c426298da7cd8a333c2dfce53151e041f'/>
<id>8c05674c426298da7cd8a333c2dfce53151e041f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow has_url(), delete_url(), and create_key() to optionally take requests.Request arguments</title>
<updated>2021-08-28T20:52:26+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-28T20:52: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=df5118ecbfb6b2333ab425884fffef40de13d97e'/>
<id>df5118ecbfb6b2333ab425884fffef40de13d97e</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.update() method as a shortcut for exporting to a different cache instance</title>
<updated>2021-08-25T18:47:28+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-25T18:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=85c3263d55c8881d942bd396e8f79c33a3019e42'/>
<id>85c3263d55c8881d942bd396e8f79c33a3019e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename DbDict to SQLiteDict for consistency with other backends (with aliases for backwards-compatibility)</title>
<updated>2021-08-19T22:26:01+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-19T04:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=dd7acdc04375ef335321bf13ec04e505040883a7'/>
<id>dd7acdc04375ef335321bf13ec04e505040883a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/whitelist/allowlist</title>
<updated>2021-08-19T22:26:01+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-19T22:25: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=02e05f09213fe453adb78c7463834f830742b219'/>
<id>02e05f09213fe453adb78c7463834f830742b219</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 custom cache keys</title>
<updated>2021-08-15T02:58:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-15T02:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=7f6389747924c33999eb1a0dc9184dd5511a0e35'/>
<id>7f6389747924c33999eb1a0dc9184dd5511a0e35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
