Add a changelog entry for #1132.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4732d83b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4732d83b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4732d83b Branch: refs/heads/trunk Commit: 4732d83be96dfa19422f741fccd8ff59e27d19ff Parents: e9c7e7e Author: Tomaz Muraus <[email protected]> Authored: Sun Jan 7 19:28:54 2018 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jan 7 19:28:54 2018 +0100 ---------------------------------------------------------------------- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4732d83b/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index c31f54b..f402a56 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -126,6 +126,14 @@ Storage - [Digital Ocean Spaces] Add support for AMS3 region (GITHUB-1142) [Andrew Starr-Bochicchio] +- Fix a bug / regression which resulted in increased memory consumption when + using ``download_object`` method. This method would store whole object + content in memory even though there was no need for that. + + This regression was introduced in 2.0.0 when we moved to using ``requests`` + library. + (GITHUB-1132) + [Quentin Pradet] Changes in Apache Libcloud 2.2.1 --------------------------------
