Skip to content

Releases: mosop/run

v0.7.0

02 Feb 14:57
Compare
Choose a tag to compare
  • (Breaking Change) In the Run::Context class, not_to_* methods are changed into dont_*.

v0.6.0

02 Feb 14:53
Compare
Choose a tag to compare
  • Code blocks can be run like processes.
  • (Breaking Change) Run::Timeout is dropped. Use Attempt instead.

v0.5.0.1

05 Jan 14:06
Compare
Choose a tag to compare
  • (Breaking Change) All the callback events are removed.

v0.4.0

27 Nov 20:48
Compare
Choose a tag to compare
  • (Breaking Change) on_abort and on_process_abort are dropped. Instead, use on_group_abort, on_abort.
  • New events: on_success, on_group_success, on_error, on_group_error, on_abort, on_group_abort.

v0.3.0

26 Nov 16:57
Compare
Choose a tag to compare
  • (Breaking Change) The async argument is renamed to parallel.
  • (Breaking Chnage) On abort, a caused process no longer triggers the on_abort_process event.