<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git, branch dependabot/pip/ujson-4.2.0</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>Bump ujson from 4.1.0 to 4.2.0</title>
<updated>2021-09-25T16:11:20+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2021-09-25T16:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=0b41e026f15622988da06b3035a21ad1d5175bca'/>
<id>0b41e026f15622988da06b3035a21ad1d5175bca</id>
<content type='text'>
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/4.1.0...4.2.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/4.1.0...4.2.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #421 from JWCook/normalize-request</title>
<updated>2021-09-21T04:36:02+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>JWCook@users.noreply.github.com</email>
</author>
<published>2021-09-21T04:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=80d1b5c5aadbce0f04cf6a2cc765c07c21c6ba16'/>
<id>80d1b5c5aadbce0f04cf6a2cc765c07c21c6ba16</id>
<content type='text'>
Reorganize &amp; improve request normalization functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reorganize &amp; improve request normalization functions</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog and some docstrings</title>
<updated>2021-09-21T04:33:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-21T00:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=ec3b35011b611a2af438842093e6365ea5218343'/>
<id>ec3b35011b611a2af438842093e6365ea5218343</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define __all__ for a couple more modules for star imports</title>
<updated>2021-09-21T04:33:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-21T00:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=e8c6736f0cea69fab4fc80f09b96a55c5ee68826'/>
<id>e8c6736f0cea69fab4fc80f09b96a55c5ee68826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize &amp; improve request normalization functions:</title>
<updated>2021-09-21T04:33:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-20T02:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=b3fc1f042e2deebcc62c1a074a02c0f90ab406ca'/>
<id>b3fc1f042e2deebcc62c1a074a02c0f90ab406ca</id>
<content type='text'>
* Handle all normalization in `cache_keys` module, get rid of `normalize_dict()` function used in `CachedSession`
* Reorganize `cache_keys` helper functions into the following:
    * `normalize_request()`
        * `normalize_url()`
        * `normalize_headers()`
        * `normalize_params()`
        * `normalize_body()`
        * `normalize_json_body()`
    * `redact_response()`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Handle all normalization in `cache_keys` module, get rid of `normalize_dict()` function used in `CachedSession`
* Reorganize `cache_keys` helper functions into the following:
    * `normalize_request()`
        * `normalize_url()`
        * `normalize_headers()`
        * `normalize_params()`
        * `normalize_body()`
        * `normalize_json_body()`
    * `redact_response()`
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usage of BaseCache.urls in example scripts</title>
<updated>2021-09-20T02:06:03+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-20T02:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=5605db4a84c4ee15f4406ea872aa650e31f3348f'/>
<id>5605db4a84c4ee15f4406ea872aa650e31f3348f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #406 from JWCook/thread-safe-request-expire-after</title>
<updated>2021-09-18T23:29:51+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>JWCook@users.noreply.github.com</email>
</author>
<published>2021-09-18T23:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=d1462b16eb479db766cf179829506c5238c9dde8'/>
<id>d1462b16eb479db766cf179829506c5238c9dde8</id>
<content type='text'>
Make per-request expiration thread-safe</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make per-request expiration thread-safe</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2021-09-18T23:29:27+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-18T23:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=e32306baeed781cd93f0cc92220b1915f00af793'/>
<id>e32306baeed781cd93f0cc92220b1915f00af793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support expire_after param for CachedSession.send()</title>
<updated>2021-09-18T23:24:45+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-18T23:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=28e99c38090e986cda1145dfbc458e15085450a9'/>
<id>28e99c38090e986cda1145dfbc458e15085450a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump dependencies</title>
<updated>2021-09-18T22:43:12+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-13T23:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=86faa864900445e588b826004d594e8ab40a1c33'/>
<id>86faa864900445e588b826004d594e8ab40a1c33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
