Version history
Version history#
NOTE: Red Engine has been renamed as Rocketry
Warning
This documentation is out of date. The project continues under: https://rocketry.readthedocs.io
2.0.1Fix:
RedEngine(logger_repo=...)now does not remove previous handlersDeprecate: Deprecated
RedEngine(...).set_loggermethodDocs: Fixed typos in documentation and added docstrings
2.0.0Update: Completely refactored the interface
Remove: Removed a lot of old, poorly supported code
1.2.0Add: shortcut condition syntax for multiple dependencies
Add: new task
FlaskAPIandJSONAPIAdd: task dependency view
Add: new task
CodeTaskAdd: new hook
Task.hook_executeFix: Bug in
Returnif a task executes too quicklyFix: Major bug in optimized task conditions
Deprecate: Extensions should no longer be used
Update: Now hooks, parsers and task classes are stored in sessions
Update: A lot of undocumented code under the hood was removed
Update: Removed unsupported templates
1.1.0Add: conditions
FuncCondandTaskCondAdd: new statements to condition syntax
Add: new argument
Returnand parameter pipeliningAdd:
FuncParam, similar toFuncTaskandFuncCondFix: Minor bugs
Requirements: dropped Pyyaml in hard dependencies
Optimization: Now conditions read logs only if cannot be determined without. Can be switched off.
1.0.0First stable release