This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 8b9c11fae3538f75c8ddfa6f6b064612e261e393 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Jul 31 21:46:15 2023 +0200 Add changelog entry for #1885 #1886. --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 13a0722d5..0409547db 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -51,6 +51,14 @@ Storage (GITHUB-1883, GITHUB-1884) [Marcus T - @llamasoft] +- [CloudFiles] Update OpenStack connection handling code to only re-connect in + case connection details (scheme, host, port) have changed. + + This should result in significant performance improvements when downloading + objects since the underlying HTTP connection will be properly re-used. + (GITHUB-1885, GITHUB-1886) + [Marcus T - @llamasoft] + Other ~~~~~