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 2020/01/27 12:35:17 UTC

[libcloud] branch trunk updated: Add missing changelog entry for #1409.

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 1b5d97d  Add missing changelog entry for #1409.
1b5d97d is described below

commit 1b5d97db7a91fabe18356e81a1d1bb8da46e66ec
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Jan 24 13:47:45 2020 +0100

    Add missing changelog entry for #1409.
---
 CHANGES.rst | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 9e30d51..524374c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,22 @@
 Changelog
 =========
 
+Changes in Apache Libcloud in development (3.0.0)
+-------------------------------------------------
+
+Compute
+~~~~~~~
+
+- [GCE] Fix ``list_nodes()`` method so it correctly handles pagination
+  and returns all the nodes if there are more than 500 nodes available
+  in total.
+
+  Previously, only first 500 nodes were returned.
+
+  Reported by @TheSushiChef.
+  (GITHUB-1409, GITHUB-1360)
+  [Tomaz Muraus]
+
 Changes in Apache Libcloud 3.0.0-rc1
 ------------------------------------
 
@@ -1138,11 +1154,12 @@ Compute
   (LIBCLOUD-952, GITHUB-1124)
   [Mika Lackman]
 
-- [UpCloud] Allow to define hostname and username
+- [UpCloud] Allow to define hostname and username.
   (LIBCLOUD-951, LIBCLOUD-953, GITHUB-1123, GITHUB-1125)
   [Mika Lackman]
 
-- [UpCloud] Add pricing information to list_sizes (LIBCLOUD-969, GITHUB-1152)
+- [UpCloud] Add pricing information to list_sizes.
+  (LIBCLOUD-969, GITHUB-1152)
   [Mika Lackman]
 
 Storage