Skip to content

Bump mitogen from 0.3.9 to 0.3.10

dependabot requested to merge dependabot-pip-mitogen-0.3.10 into master

Bumps mitogen from 0.3.9 to 0.3.10.

Release notes

Sourced from mitogen's releases.

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 a dest: 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, and ansible_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: https://github.com/mitogen-hq/mitogen/compare/v0.3.9...v0.3.10

Changelog

Sourced from mitogen's changelog.

v0.3.10 (2024-09-20)

  • :gh:issue:950 Fix Solaris/Illumos/SmartOS compatibility with become
  • :gh:issue:1087 Fix :exc:mitogen.core.StreamError when Ansible template module is called with a dest: filename that has an extension
  • :gh:issue:1110 Fix :exc:mitogen.core.StreamError when Ansible copy module is called with a file larger than 124 kibibytes (:data:ansible_mitogen.connection.Connection.SMALL_FILE_LIMIT)
  • :gh:issue:905 Initial support for templated ansible_ssh_args, ansible_ssh_common_args, and ansible_ssh_extra_args variables. NB: play or task scoped variables will probably still fail.
  • :gh:issue:694 CI: Fixed a race condition and some resource leaks causing some of intermittent failures when running the test suite.
Commits
  • 80efb46 Merge pull request #1123 from moreati/release-0.3.10
  • 6f903b2 Merge commit 'cea2e7b98dc9e255b87f64471ed808a8e004afc1' into release-0.3.10
  • cea2e7b Prepare v0.3.10
  • 2ba1b2b Fix: termios.error: (22, 'Invalid argument') during become on Solaris/Illum...
  • b8b1558 Merge pull request #1119 from moreati/ci-resourcewarnings
  • d032c59 tests: Retry container process check during teardown
  • 3152042 tests: Don't suppress output while testing unix Listener
  • a3192d2 mitogen: close mitogen.unix.Listener socket in error conditions
  • 598de81 mitogen: Fix subprocess ResourceWarning
  • 7238403 tests: Add missing logging import
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading