Releases: mitogen-hq/mitogen
Releases · mitogen-hq/mitogen
v0.3.42
What's Changed
- mitogen: Refactor Importer.{whitelist,blacklist} as ImportPolicy.{overrides,blocks,...} by @moreati in #1452
- mitogen: Add
incustransport by @rweir in #1454 - Fix Ansible collections ModuleDeniedByOverridesError by @moreati in #1457
New Contributors
Thanks to @bmillwood for design feedback and @upekkha for discovering a regression with Ansible collections.
Full Changelog: v0.3.41...v0.3.42
v0.3.41
What's Changed
- mitogen: Consolidate pickle imports and polyfills by @moreati in #1442
- mitogen: Apply default deny policy to Unpickler GLOBAL opcodes by @moreati in #1443
- mitogen: Bypass pickle.Pickler for top-level bytes objects on Python 3.x by @moreati in #1444
- mitogen: Allow mutiple pickle streams in a single Message by @moreati in #1446
- mitogen: Speed up resources, use 2 pickle streams in LOAD_RESOURCE messages by @moreati in #1447
- mitogen: Default to find_deny() in Message.unpickle_iter() by @moreati in #1448
Full Changelog: v0.3.40...v0.3.41
v0.3.40
v0.3.39
v0.3.38
v0.3.37
v0.3.36
What's Changed
- Tidy ups by @moreati in #1386
- mitogen: Clarify blacklisted import error message by @moreati in #1013
- testlib: Fix hanging tests by @mhartmay in #1390
- mitogen: Line comments in first stage by @moreati in #1393
- mitogen: first_stage: Break the while loop in case of EOF by @mhartmay in #1389
Full Changelog: v0.3.35...v0.3.36
v0.3.35
v0.3.34
What's Changed
- CI: Build newer test images by @moreati in #1254
- CI: Use 2025.02 test images by @moreati in #1372
- CI: bump macOS 13 runner -> macOS 15 by @moreati in #1370
- CI: Expand test coverage of OS releases by @moreati in #1373
- Ansible: Avoid sending
__main__and its dependencies from controller to targets by @moreati in #1126
Full Changelog: v0.3.33...v0.3.34