Skip to content

Commit c464bb5

Browse files
committed
issue #615: update Changelog.
1 parent 5af6c9b commit c464bb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ Mitogen for Ansible
116116
module, and for any other action plug-ins that establish new connections of
117117
their own.
118118

119+
* `#615 <https://github.com/dw/mitogen/issues/615>`_: streaming file transfer
120+
is implemented for the ``fetch`` and any other action that transfers files
121+
from the target to the controller. Previously the file would be sent as a
122+
single message, requiring the file to fit in RAM and be smaller than internal
123+
limits on the size of a single message.
124+
119125
* `7ae926b3 <https://github.com/dw/mitogen/commit/7ae926b3>`_: the
120126
``lineinfile`` module began leaking writable temporary file descriptors since
121127
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
219225
`Szabó Dániel Ernő <https://github.com/r3ap3rpy>`_,
220226
`Ulrich Schreiner <https://github.com/ulrichSchreiner>`_,
221227
`Yuki Nishida <https://github.com/yuki-nishida-exa>`_,
228+
`@alexhexabeam <https://github.com/alexhexabeam>`_,
222229
`@DavidVentura <https://github.com/DavidVentura>`_,
223230
`@ghp-rr <https://github.com/ghp-rr>`_,
224231
`@rizzly <https://github.com/rizzly>`_, and

0 commit comments

Comments
 (0)