You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/11/10 17:30:26 UTC

[libcloud] 02/06: Add changelog entry for #1592.

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 ca7c1b1435c740a790871cb7ffce3e96994caa46
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Nov 10 17:58:21 2021 +0100

    Add changelog entry for #1592.
---
 CHANGES.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index d6692af..ca89e42 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,17 @@
 Changes in Apache Libcloud in development
 -----------------------------------------
 
+Common
+~~~~~~
+
+- Update code which retries failed HTTP requests to also retry failed "raw"
+  requests.
+  [Daniel Draper - @Germandrummer92]
+  (GITHUB-1592)
+
+- Also run unit tests under Python 3.10 + Pyjion on CI/CD.
+  (GITHUB-1626)
+
 Other
 ~~~~~