<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/tests, branch main</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Add compatibility with urllib3 2.0</title>
<updated>2023-05-15T19:43:18+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-15T18:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=ff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a'/>
<id>ff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix loading cached JSON content when decode_content=True and the root element is a list</title>
<updated>2023-05-08T17:29:57+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T17:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=914b62502cf510a6c67b61453a67f90c86222f6e'/>
<id>914b62502cf510a6c67b61453a67f90c86222f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable bugbear extension and fix warnings</title>
<updated>2023-05-08T16:32:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T16:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=7a0aa6de6bb9d912554bac6cafef2d2ff7c757b6'/>
<id>7a0aa6de6bb9d912554bac6cafef2d2ff7c757b6</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 normalize CachedResponse.url when redacting ignored params</title>
<updated>2023-04-03T02:42:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-03-31T00:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=d20f445419529ea0fb5d8c6e851cd7d4cc56f65f'/>
<id>d20f445419529ea0fb5d8c6e851cd7d4cc56f65f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use time-machine instead of sleep for timing-based tests</title>
<updated>2023-04-03T02:42:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-03-25T01:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=b5d7d1546d953157ca7eb70838c6cb6f6f7651e3'/>
<id>b5d7d1546d953157ca7eb70838c6cb6f6f7651e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore Cache-Control: must-revalidate and no-cache when cache_control=False</title>
<updated>2023-03-24T23:50:18+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-03-13T17:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=5bcb137ff944533210036d5fcefe0a5f87cde96c'/>
<id>5bcb137ff944533210036d5fcefe0a5f87cde96c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow regexes for URL expiration patterns</title>
<updated>2023-03-24T23:50:18+00:00</updated>
<author>
<name>Simon Leiner</name>
<email>simon@leiner.me</email>
</author>
<published>2023-03-14T17:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=94331ef108ad160faddb48cfc6a259c8a2497c99'/>
<id>94331ef108ad160faddb48cfc6a259c8a2497c99</id>
<content type='text'>
This allows for more fine-grained control over URL patterns than
globbing in the rare cases where that is needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for more fine-grained control over URL patterns than
globbing in the rare cases where that is needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sample cache files</title>
<updated>2023-03-01T23:35:24+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-03-01T23:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=d4ba370d7b3ebd5e178a053d35fbd7d9bdba2873'/>
<id>d4ba370d7b3ebd5e178a053d35fbd7d9bdba2873</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Share SQLite connection objects among threads and use lock for write operations instead of using thread-local connections</title>
<updated>2023-03-01T21:22:18+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-03-01T01:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=c83e4e523008337a6f8f638e65ca217177d8ed5c'/>
<id>c83e4e523008337a6f8f638e65ca217177d8ed5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change DynamoDB table to use cache key as partition key</title>
<updated>2023-03-01T21:22:07+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-01-13T22:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=048b772fa751f860ebe73e268a8719c9bc8bc35c'/>
<id>048b772fa751f860ebe73e268a8719c9bc8bc35c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
