Releases: hyperflow-wms/hyperflow
Releases · hyperflow-wms/hyperflow
v1.6.0
HyperFlow v1.5.0
- Added HypeFlow HTTP server (
hflow start-server
) - Added option
hflow run --submit=<server_url>
to run workflows via the HyperFlow server
HyperFlow v1.4.3
- Improved Kubernetes support
- Enhanced communication with Redis
- Job agglomeration support
- Added mechanism for local workflow configuration files
v1.3.23
v1.3.0
HyperFlow v1.2.0
HyperFlow version 1.2.0
Major new features in this release:
- Docker support
- Workflow persistence and recovery support: hflow --persist and hflow --recover
prePersistence
Minor updates
HyperFlow v1.1.0
HyperFlow 1.1.0 is here!
Features in this release:
- Workflows can be created and executed via REST interface, enabled with
hflow start-server
command or--with-server
option - When executing a wokflow via the REST interface, HyperFlow automatically installs dependencies specified in `<wf_dir>/package.json' file
- Plugin mechanism added: plugins passed with the
-p
option will be loaded by the HyperFlow
HyperFlow v1.0.0
HyperFlow v1.0.0 is here!
New features in this release:
- Reorganized workflow structure (see examples directory)
- Added HyperFlow command line tool 'hflow'
- Added new features to the workflow model: signal quantities, new "count" control signals, result ordering when "parlevel" is set, and others
HyperFlow v1.0.0-beta-6
Notable changes in this version:
- New process type added - "Join"
- Script "runwf.js" now uses the new implementation of the engine - "engine2"; The old one is still included in this release in directory "engine".
- Foreach and Splitter process types are not working in "engine2". Splitter is likely to be removed in future releases.
- Simple REST API (partially) implemented - see the "test/remote_pingpong_test.sh" script for an example
- Eventlog module added for logging events
- Logging of basic provenance events implemented (disabled by default)