Skip to content

Releases: mitogen-hq/mitogen

v0.3.42

20 Feb 10:28
3fce51f

Choose a tag to compare

What's Changed

  • mitogen: Refactor Importer.{whitelist,blacklist} as ImportPolicy.{overrides,blocks,...} by @moreati in #1452
  • mitogen: Add incus transport 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

10 Feb 16:13
6bf20c8

Choose a tag to compare

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

04 Feb 10:42
1a172fc

Choose a tag to compare

What's Changed

  • mitogen: Fix TypeError in is_stdlib_name() when implicit namespaces are present by @moreati in #1437

Full Changelog: v0.3.39...v0.3.40

v0.3.39

27 Jan 11:17
202c307

Choose a tag to compare

What's Changed

  • mitogen: Pickle GET_REQUEST as textual strings (2.x: unicode, 3.x: str) by @moreati in #1431
  • mitogen: Add explicit Message encoding, send FileService data as raw binary by @moreati in #1432

Full Changelog: v0.3.38...v0.3.39

v0.3.38

23 Jan 12:42
5a2408a

Choose a tag to compare

What's Changed

  • mitogen: Put fallbacks & polyfills with if sys.version_info blocks by @moreati in #1415
  • mitogen: Format Message src & dst as <context>:<handle> by @moreati in #1418
  • Benchmarks cleanup by @moreati in #1425

Full Changelog: v0.3.37...v0.3.38

v0.3.37

08 Jan 16:25
049f2cb

Choose a tag to compare

What's Changed

  • tests: Handle builtin _ssl module on Linux by @palfrey in #1399
  • mitogen: Add initial importlib ResourceReader support by @moreati in #1403
  • mitogen: Fix AttributeError in mitogen.profiler by @moreati in #1410

New Contributors

Full Changelog: v0.3.36...v0.3.37

v0.3.36

18 Dec 18:26
a2c3f02

Choose a tag to compare

What's Changed

Full Changelog: v0.3.35...v0.3.36

v0.3.35

01 Dec 11:08
7761819

Choose a tag to compare

What's Changed

  • ansible_mitogen: Use INTERPRETER_PYTHON_FALLBACK as python candidates by @moreati in #1382

Full Changelog: v0.3.34...v0.3.35

v0.3.34

27 Nov 08:46
2d8751c

Choose a tag to compare

What's Changed

Full Changelog: v0.3.33...v0.3.34

v0.3.33

22 Nov 09:30
4fdd2e3

Choose a tag to compare

What's Changed

  • Test/fix Ansible 13 (ansible-core 2.20) support by @moreati in #1367

Full Changelog: v0.3.32...v0.3.33