Skip to content

Releases: s8sg/goflow

Fix issue with parallel state update

21 Jun 10:58
Compare
Choose a tag to compare

This release incorporate some of the issues

  • Fix issue with flow state update when executing in parallel
  • Fix issue #47
  • Fix issue with response mapping in for-each condition

Bug fix

24 Apr 12:48
Compare
Choose a tag to compare

Add bug fix for #47

Bug fixes

24 Apr 04:09
Compare
Choose a tag to compare

Fix issue with pushQueue index

Release with latest master

11 Mar 04:10
Compare
Choose a tag to compare

Add flow registration

09 Oct 10:07
Compare
Choose a tag to compare

This release adds the below feature

  1. Add flow registration support
  2. Fix issue with tracing
  3. Allow to set tracing enabled via configuration
  4. Add ability to pass request ID for each request via client
  5. Add compose file to bring up dependencies like jaeger and redis

Allow to register multiple flows

05 Sep 13:06
Compare
Choose a tag to compare
Change the default namespace for redis to goflow

Signed-off-by: s8sg <swarvanusg@gmail.com>

moved under s8sg namespace

16 Aug 13:56
Compare
Choose a tag to compare
faasflow/goflow now offically s8sg/goflow

Signed-off-by: s8sg <swarvanusg@gmail.com>

GoFlow flow constructs is a part of GoFlow library

03 Aug 04:04
Compare
Choose a tag to compare

If you update your GoFlow to the latest version, in order to make your existing flow working, you need to import flow construct as

From

flow "github.com/faasflow/lib/goflow"

To

flow "github.com/faasflow/goflow/flow"

Add support for Resque

29 Jul 08:17
Compare
Choose a tag to compare
Add example of multi vertex dag with branching in Readme

Signed-off-by: s8sg <swarvanusg@gmail.com>

Fix issue that causes standalone worker to Drop partial request

25 Jul 05:33
Compare
Choose a tag to compare
Fix issue that causes worker to not receive partial request

Signed-off-by: s8sg <swarvanusg@gmail.com>