Releases: mitogen-hq/mitogen
Releases · mitogen-hq/mitogen
v0.3.12
- #1106 ansible_mitogen: Support for ansible_ssh_password connection variable, and templated SSH connection password.
- #1136 tests: Improve Ansible fail_msg formatting.
- #1137 tests: Ignore inventory files of inactive tests & benchmarks
- #1138 CI: Add re-actors/alls-green GitHub Actions job to simplify branch protections configuration.
v0.3.11
What's Changed
- #1127
mitogen
: Consolidate mitogen backward compatibility fallbacks and polyfills intomitogen.core
- #1127
ansible_mitogen
: Remove backward compatibility fallbacks for Python 2.4 & 2.5. - #1127
ansible_mitogen
: Remove fallback imports for Ansible releases before 2.10 - #1127
ansible_mitogen
: Consolidate Python 2 & 3 compatibility - #1128 CI: Start migration from Azure DevOps to GitHub Actions
Full Changelog: v0.3.10...v0.3.11
v0.3.10
What's Changed
- #950 Fix Solaris/Illumos/SmartOS compatibility with become
- #1087 Fix
mitogen.core.StreamError
when Ansible template module is called with adest:
filename that has an extension - #1110 Fix
mitogen.core.StreamError
when Ansible copy module is called with a file larger than 124 kibibytes (ansible_mitogen.connection.Connection.SMALL_FILE_LIMIT
) - #905 Initial support for templated
ansible_ssh_args
,ansible_ssh_common_args
, andansible_ssh_extra_args
variables. NB: play or task scoped variables will probably still fail. - #694 CI: Fixed a race condition and some resource leaks causing some of intermittent failures when running the test suite.
New Contributors
Full Changelog: v0.3.9...v0.3.10
v0.3.9
v0.3.8
What's Changed
- Fix --ask-become-pass by @moreati in #1007
- ansible_mitogen: Fix "filedescriptor out of range in select()" in WorkerProcess by @moreati in #1065
- Fix add_hosts when ansible_host_key_checking is passed to the new host by @philfry in #1067
- Speed up test suite by @moreati in #1060
- ci: Summer 2024 test fixups by @moreati in #1091
v0.3.7
v0.3.6
v0.3.5: Merge pull request #1044 from moreati/stable-0.3.5
Release v0.3.5
First 0.3.0 release candidate -> Ansible 2.10 + collections support
See #715 (comment) for more info
First 0.2.10 release candidate -> Ansible < 2.10
See #715 (comment) for more details