Skip to content

Release 0.3.0

Choose a tag to compare

@byllyfish byllyfish released this 03 Sep 04:14
· 1791 commits to main since this release
9e25afb
  • [API] Change API for async with and async for.
  • [API] Change the way cancellation works; add the incomplete_result option. (#42)
  • [BUGFIX] Replace gather_collect with separate harvest functions.
  • [BUGFIX] Clean up logging and make sure that cancelled flag is set.
  • [BUGFIX] Improve reliability of test_broken_pipe_in_failed_pipeline test. (#32)
  • [BUGFIX] Improve testing of process child watchers.
  • [BUGFIX] Fix pipeline operator overloads to match stdin/stdout methods.