<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git, branch 3.1.0</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>authors/changelog updates for 3.1.0 release</title>
<updated>2016-09-01T15:53:24+00:00</updated>
<author>
<name>John Dickinson</name>
<email>me@not.mn</email>
</author>
<published>2016-08-28T21:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=cbd71a8b5a7339f3ed297ae410a4836b2d56634a'/>
<id>cbd71a8b5a7339f3ed297ae410a4836b2d56634a</id>
<content type='text'>
Change-Id: I75ba58d194ea99b17c862cefcd9943e38e3f1ff0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I75ba58d194ea99b17c862cefcd9943e38e3f1ff0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Accept gzip-encoded API responses"</title>
<updated>2016-09-01T03:18:18+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-09-01T03:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=92544c58c547e1ccf9d7df8c417c6a161a355ca8'/>
<id>92544c58c547e1ccf9d7df8c417c6a161a355ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Convert numeric and boolean header values to strings"</title>
<updated>2016-08-31T00:58:02+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-31T00:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=98085c961fc9421ffb07e62dacee67da9b7fcd16'/>
<id>98085c961fc9421ffb07e62dacee67da9b7fcd16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add swift tempurl and swift auth command docstring"</title>
<updated>2016-08-30T23:21:40+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-30T23:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=39b9db35a0fb4db988725b68c129cb45cbb5f733'/>
<id>39b9db35a0fb4db988725b68c129cb45cbb5f733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept gzip-encoded API responses</title>
<updated>2016-08-30T22:38:55+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2015-05-22T05:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=f728027bed59d08a6491ae9c14d2f5968f8d6fa3'/>
<id>f728027bed59d08a6491ae9c14d2f5968f8d6fa3</id>
<content type='text'>
Previously, we would accept gzip-encoded responses, but only because we
were letting requests decode *all* responses (even object data). This
restores the previous capability, but with tighter controls about which
requests will accept gzipped responses and where the decoding happens.

Change-Id: I4fd8b97207b9ab01b1bcf825cc16efd8ad46344a
Related-Bug: 1282861
Related-Bug: 1338464
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we would accept gzip-encoded responses, but only because we
were letting requests decode *all* responses (even object data). This
restores the previous capability, but with tighter controls about which
requests will accept gzipped responses and where the decoding happens.

Change-Id: I4fd8b97207b9ab01b1bcf825cc16efd8ad46344a
Related-Bug: 1282861
Related-Bug: 1338464
</pre>
</div>
</content>
</entry>
<entry>
<title>Add swift tempurl and swift auth command docstring</title>
<updated>2016-08-30T20:57:35+00:00</updated>
<author>
<name>zheng yin</name>
<email>yin.zheng@easystack.cn</email>
</author>
<published>2016-08-25T03:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=8753c4dea32cedd9cdbb80b3b442cbea899c348f'/>
<id>8753c4dea32cedd9cdbb80b3b442cbea899c348f</id>
<content type='text'>
Swift has commands including 'swift tempurl' and 'swift auth',
but it has no 'swift tempurl' and 'swift auth' in doc/source/cli.rst.
Therefore, I add them and their examples.

Change-Id: I9a935b648556e2718727d25ac553c860ebbadd82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Swift has commands including 'swift tempurl' and 'swift auth',
but it has no 'swift tempurl' and 'swift auth' in doc/source/cli.rst.
Therefore, I add them and their examples.

Change-Id: I9a935b648556e2718727d25ac553c860ebbadd82
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "client: renew token on 401 even if retries is 0"</title>
<updated>2016-08-26T17:37:41+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-26T17:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=20e0c515bf23841015102fb72d61ab18c826c036'/>
<id>20e0c515bf23841015102fb72d61ab18c826c036</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "boolean logic cleanup in service.Swift[Copy|Post]Object"</title>
<updated>2016-08-25T22:47:41+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-25T22:47:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=19cd127294cca46979671c51e68ba6601028628d'/>
<id>19cd127294cca46979671c51e68ba6601028628d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use mock patch to handle get_auth_keystone"</title>
<updated>2016-08-25T22:26:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-25T22:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=9cdeedab7dea2d0b224c7347d9fe9a2268ae167a'/>
<id>9cdeedab7dea2d0b224c7347d9fe9a2268ae167a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix examples and missing code-block"</title>
<updated>2016-08-25T20:29:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-25T20:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=a2371cc6d8937ac62124f7c5c9d06b84c9b1406e'/>
<id>a2371cc6d8937ac62124f7c5c9d06b84c9b1406e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
