Skip to content

Releases: hyperflow-wms/hyperflow

v1.6.0

17 Sep 08:57
Compare
Choose a tag to compare

Adds support for worker pools in the k8s command

HyperFlow v1.5.0

08 Oct 07:26
Compare
Choose a tag to compare
  • 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

05 Oct 05:44
Compare
Choose a tag to compare
  • Improved Kubernetes support
  • Enhanced communication with Redis
  • Job agglomeration support
  • Added mechanism for local workflow configuration files

v1.3.23

26 Feb 09:06
Compare
Choose a tag to compare
1.3.23

v1.3.0

30 Nov 19:02
2244d0d
Compare
Choose a tag to compare

New in this release:

  • Support for workflow templates -- '{{x}}' variables can be used in workflow.json
  • Support for AWS Fargate (functions)
  • New mechanism for communication with remote jobs using Redis

HyperFlow v1.2.0

04 Feb 20:49
026ec28
Compare
Choose a tag to compare

HyperFlow version 1.2.0

Major new features in this release:

  • Docker support
  • Workflow persistence and recovery support: hflow --persist and hflow --recover

prePersistence

28 Nov 09:55
81d2a49
Compare
Choose a tag to compare
Minor updates

HyperFlow v1.1.0

05 Oct 18:11
Compare
Choose a tag to compare

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

02 Aug 09:39
Compare
Choose a tag to compare

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

16 Apr 12:10
Compare
Choose a tag to compare
Pre-release

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)