Releases: s8sg/goflow
Releases · s8sg/goflow
Fix issue with parallel state update
Bug fix
Bug fixes
Release with latest master
Fix issue #35
Add flow registration
This release adds the below feature
- Add flow registration support
- Fix issue with tracing
- Allow to set tracing enabled via configuration
- Add ability to pass request ID for each request via client
- Add compose file to bring up dependencies like jaeger and redis
Allow to register multiple flows
Change the default namespace for redis to goflow Signed-off-by: s8sg <swarvanusg@gmail.com>
moved under s8sg namespace
faasflow/goflow now offically s8sg/goflow Signed-off-by: s8sg <swarvanusg@gmail.com>
GoFlow flow constructs is a part of GoFlow library
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
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
Fix issue that causes worker to not receive partial request Signed-off-by: s8sg <swarvanusg@gmail.com>