Skip to content

Releases: ryankwilliams/blaster

Version 0.6.0

04 Jan 02:25
Compare
Choose a tag to compare

Please see CHANGELOG for release notes.

Version 0.5.0

03 Dec 18:27
Compare
Choose a tag to compare

Please see CHANGELOG for release notes.

Version 0.4.0

01 Jul 20:14
Compare
Choose a tag to compare

Please see CHANGELOG for release notes.

Version 0.3.0

11 Jun 21:34
b86cfb6
Compare
Choose a tag to compare

Please see CHANGELOG for release notes.

Version 0.2.0

23 Dec 13:01
Compare
Choose a tag to compare

Please see CHANGELOG for release notes.

Version 0.1.8

02 May 18:16
Compare
Choose a tag to compare

This release resolves a bug when running blaster in sequential mode. Previously if a task failed it would continue onto the next task to be processed. When the mode is set to sequential, we do not want to proceed with the next task. This behavior should only happen when the mode is set to parallel. This release will stop the task processing, handle results and report back.

Version 0.1.7

17 Apr 15:21
Compare
Choose a tag to compare

This release provides the ability for users to define a delay between starting processes. By default this delay is 5 seconds.

Version 0.1.6

20 Sep 00:30
Compare
Choose a tag to compare

This release brings maintenance throughout all modules.

Version 0.1.5

31 Aug 00:08
Compare
Choose a tag to compare

This release contains the following:

  • Ability to run a sequence of tasks (and their methods) in parallel or sequentially.

Version 0.1.4

23 Aug 12:57
Compare
Choose a tag to compare

This release contains the following changes:

  • Fix bug that was not allowing task method traceback to be saved when a failure happened.
  • Fix bug that was not having blaster task id saved within each task.
  • Added unit tests to gain code coverage.
  • Travis CI enabled for all pushes to master branch or pull requests.
  • Coveralls added to keep code coverage results per commits.
  • Updated doc strings for all modules.
  • Updated README.md.