Releases: ryankwilliams/blaster
Version 0.6.0
Please see CHANGELOG for release notes.
Version 0.5.0
Please see CHANGELOG for release notes.
Version 0.4.0
Please see CHANGELOG for release notes.
Version 0.3.0
Please see CHANGELOG for release notes.
Version 0.2.0
Please see CHANGELOG for release notes.
Version 0.1.8
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
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
This release brings maintenance throughout all modules.
Version 0.1.5
This release contains the following:
- Ability to run a sequence of tasks (and their methods) in parallel or sequentially.
Version 0.1.4
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.