Releases: serverlessworkflow/sdk-go
Releases · serverlessworkflow/sdk-go
Serverless Workflow Go SDK v2.0.0
In this release, we updated the SDK with the v0.6 release of the specification. The model API has been modified, so you will need to update your codebase to reflect these new changes.
Fixed Issues
- #16 - Switch types custom UnmarshalJSON only partially implemented.
- #17 - Eventstate does not default the 'exclusive' field to true.
- #18 - Add Workflow Compensation support
- #25 - Align SDK with specification 0.6
If you have any questions or requests, please open a new issue.
v1.0.0
On the behalf of the Serverless Workflow community, I'm pleased to announce that we're releasing Serverless Workflow Go SDK v1.0.0.
This is the first release of the SDK and conforms to the Serverless Workflow specification 0.5 release.
This release includes the ability to parse workflow JSON/YAML definitions to Go types.
For more information and how to use features of this release please look at the readme of the release branch for this release version.
Happy hacking!