<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/test, branch master</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>Ensure v*password auth_type correctly implies auth version</title>
<updated>2023-03-24T03:32:23+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2023-03-11T05:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=ee952c1bf250550d5da5b8a988e9e930edefce86'/>
<id>ee952c1bf250550d5da5b8a988e9e930edefce86</id>
<content type='text'>
Change-Id: I787b0988b7518850f1e1f93ca269f39f8cdec15c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I787b0988b7518850f1e1f93ca269f39f8cdec15c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use SLO by default for segmented uploads if the cluster supports it"</title>
<updated>2023-03-22T16:00:44+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2023-03-22T16:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=31c279ff0ea0d1ede1a118d7189dcd009c14e23a'/>
<id>31c279ff0ea0d1ede1a118d7189dcd009c14e23a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SLO by default for segmented uploads if the cluster supports it</title>
<updated>2023-03-21T19:46:44+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2022-11-14T21:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=6a8675e897e634abd26d993181ac4a45b9cf16f7'/>
<id>6a8675e897e634abd26d993181ac4a45b9cf16f7</id>
<content type='text'>
We've had SLO for nearly ten years, and it is preferable for most
use-cases. It's time to default to SLO rather than DLO.

Add a new --use-dlo option to give users a way to return to old
behavior; ensure there is still a --use-slo option so we don't break
existing scripts that may use it.

UpgradeImpact:
==============
The default segmented-upload behavior has changed; Static Large Objects
are now used by default rather than Dynamic Large Objects. To revert to
the old behavior:

* CLI users may use the new `--use-dlo` option
* Service API users may explicitly set `use_slo` to False in their
  options dicts

Change-Id: Iebcd64ced8eab6efebb9f02a0c4be6bf6338cb3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've had SLO for nearly ten years, and it is preferable for most
use-cases. It's time to default to SLO rather than DLO.

Add a new --use-dlo option to give users a way to return to old
behavior; ensure there is still a --use-slo option so we don't break
existing scripts that may use it.

UpgradeImpact:
==============
The default segmented-upload behavior has changed; Static Large Objects
are now used by default rather than Dynamic Large Objects. To revert to
the old behavior:

* CLI users may use the new `--use-dlo` option
* Service API users may explicitly set `use_slo` to False in their
  options dicts

Change-Id: Iebcd64ced8eab6efebb9f02a0c4be6bf6338cb3b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Retry on SSLError"</title>
<updated>2023-03-21T19:37:06+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2023-03-21T19:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=62641a2f49e0d9e66730e0c5932c4350cad44cc4'/>
<id>62641a2f49e0d9e66730e0c5932c4350cad44cc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Allow timeouts to have units</title>
<updated>2023-03-21T00:23:38+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2023-03-20T18:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=9e703b9345cffd90d723e0ce5c180a385c75c62e'/>
<id>9e703b9345cffd90d723e0ce5c180a385c75c62e</id>
<content type='text'>
Related-Change: Ibbe7e5aa8aa8e54935da76109c2ea13fb83bc7ab
Change-Id: Ifeaaea790d1dadc84b157a7cf2be7590949c70f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related-Change: Ibbe7e5aa8aa8e54935da76109c2ea13fb83bc7ab
Change-Id: Ifeaaea790d1dadc84b157a7cf2be7590949c70f0
</pre>
</div>
</content>
</entry>
<entry>
<title>Retry on SSLError</title>
<updated>2023-03-20T23:57:15+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2023-03-17T23:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=099dd66265dfdc94e162eba4c1ec3a33b305bc26'/>
<id>099dd66265dfdc94e162eba4c1ec3a33b305bc26</id>
<content type='text'>
...provided it isn't something to do with certification validation.

Closes-Bug: #1641363
Closes-Bug: #2011731
Change-Id: Ic3acbf431e444fcd8bc0fe79571fe2db4140cf22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...provided it isn't something to do with certification validation.

Closes-Bug: #1641363
Closes-Bug: #2011731
Change-Id: Ic3acbf431e444fcd8bc0fe79571fe2db4140cf22
</pre>
</div>
</content>
</entry>
<entry>
<title>Include transaction ID on content-check failures</title>
<updated>2023-03-15T19:37:02+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2023-03-14T18:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=e3432982405a8446ca2c7384334fa9c6d10a6271'/>
<id>e3432982405a8446ca2c7384334fa9c6d10a6271</id>
<content type='text'>
Change-Id: I6b667db26ffc5dccdcadfc8c73f7accb81f03dac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6b667db26ffc5dccdcadfc8c73f7accb81f03dac
</pre>
</div>
</content>
</entry>
<entry>
<title>service: Check content-length before etag</title>
<updated>2023-03-14T18:56:03+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2023-03-10T17:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=6adb8bb17fe55a33d3605944653ca956eabc9ece'/>
<id>6adb8bb17fe55a33d3605944653ca956eabc9ece</id>
<content type='text'>
If the received content-length does not match expectations, of course
the etag won't match!

Co-Authored-By: Alistair Coles &lt;alistairncoles@gmail.com&gt;
Change-Id: I1a0c066c11b94718fffbb11e13b82d0b16e01626
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the received content-length does not match expectations, of course
the etag won't match!

Co-Authored-By: Alistair Coles &lt;alistairncoles@gmail.com&gt;
Change-Id: I1a0c066c11b94718fffbb11e13b82d0b16e01626
</pre>
</div>
</content>
</entry>
<entry>
<title>Retry with fresh socket on 499</title>
<updated>2023-02-16T05:01:07+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2023-02-16T05:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=ff6b359d066981861f35fbc31803321a6e6b3304'/>
<id>ff6b359d066981861f35fbc31803321a6e6b3304</id>
<content type='text'>
Change-Id: I0c22eefb587375997672724c03744c9cda473708
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0c22eefb587375997672724c03744c9cda473708
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow tempurl to be used to sign /info requests</title>
<updated>2022-08-29T20:13:34+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2022-07-23T04:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=f4e62191bc174e6235130aab36feb3b161de7848'/>
<id>f4e62191bc174e6235130aab36feb3b161de7848</id>
<content type='text'>
Change-Id: I1f9d26541e9c8f5aec7a6790c87df397d178efe6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1f9d26541e9c8f5aec7a6790c87df397d178efe6
</pre>
</div>
</content>
</entry>
</feed>
