From c464bb534620bbdef64680dda758f5f879e41b1a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 10 Aug 2019 00:40:08 +0100 Subject: [PATCH] issue #615: update Changelog. --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 26b2c316..6155eb43 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -116,6 +116,12 @@ Mitogen for Ansible module, and for any other action plug-ins that establish new connections of their own. +* `#615 `_: streaming file transfer + is implemented for the ``fetch`` and any other action that transfers files + from the target to the controller. Previously the file would be sent as a + single message, requiring the file to fit in RAM and be smaller than internal + limits on the size of a single message. + * `7ae926b3 `_: the ``lineinfile`` module began leaking writable temporary file descriptors since Ansible 2.7.0. When ``lineinfile`` was used to create or modify a script, and @@ -219,6 +225,7 @@ bug reports, testing, features and fixes in this release contributed by `Szabó Dániel Ernő `_, `Ulrich Schreiner `_, `Yuki Nishida `_, +`@alexhexabeam `_, `@DavidVentura `_, `@ghp-rr `_, `@rizzly `_, and