Skip to content

Releases: achimnol/aiotools

1.5.8

25 Apr 03:02
1.5.8
Compare
Choose a tag to compare

What's Changed

  • fix: Explicitly attach the event loop to the child watcher by @achimnol in #50

Full Changelog: 1.5.7...1.5.8

1.5.7

25 Apr 03:01
1.5.7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.6...1.5.7

1.5.6

11 Apr 06:26
1.5.6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.5...1.5.6

1.5.5

28 Mar 07:22
1.5.5
Compare
Choose a tag to compare

What's Changed

  • ci: Use latest version of actions/setup-python for better cache by @achimnol in #45
  • server: Add wait_timeout and properly close pipe fds during afork by @achimnol in #46

Full Changelog: 1.5.4...1.5.5

1.5.4

10 Mar 10:27
1.5.4
Compare
Choose a tag to compare

What's Changed

  • feat: Propagate results and errors to task awaiters in ptaskgroup by @achimnol in #44

Full Changelog: 1.5.3...1.5.4

1.5.3

07 Mar 05:06
1.5.3
Compare
Choose a tag to compare

What's Changed

  • fix: Feature detection for ExceptionGroup by @achimnol in #42

Full Changelog: 1.5.2...1.5.3

1.5.2

07 Mar 05:06
1.5.2
Compare
Choose a tag to compare

What's Changed

  • fix: Restore default export of MultiError by @achimnol in #40
  • fix: Set current_ptaskgroup only in async-with blocks by @achimnol in #41

Full Changelog: 1.5.1...1.5.2

1.5.1

06 Mar 15:45
1.5.1
Compare
Choose a tag to compare

What's Changed

  • fix: Missing TaskGroup naming support in Python 3.11 by @achimnol in #39

Full Changelog: 1.5.0...1.5.1

1.5.0

06 Mar 15:31
1.5.0
Compare
Choose a tag to compare

What's Changed

  • Support for msg arg to cancel() added in Python 3.9 by @bdowning in #32
  • Attempted fix for "unexpected cancel" issue in #34 by @bdowning in #35
  • Rewrite TaskGroup and PersistentTaskGroup for Python 3.11 by @achimnol in #36
  • feat: Implement all_ptaskgroups() and add more tests by @achimnol in #38

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

11 Jan 12:53
1.4.0
Compare
Choose a tag to compare

What's Changed

  • feat: Expose process_index context variable for server processes by @achimnol in #31
  • Implement PersistentTaskGroup by @achimnol in #30

Full Changelog: 1.3.0...1.4.0