Serverlessworkflow Sdk Go Versions Save

Go SDK for Serverless Workflow

v2.2.5

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/serverlessworkflow/sdk-go/compare/v2.2.4...v2.2.5

v2.2.4

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/serverlessworkflow/sdk-go/compare/v2.2.3...v2.2.4

v2.2.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/serverlessworkflow/sdk-go/compare/v2.2.2...v.2.2.3

v2.2.2

1 year ago

Quick patch to fix a minor bug in the data model.

What's Changed

Full Changelog: https://github.com/serverlessworkflow/sdk-go/compare/v2.2.1...v2.2.2

v2.2.1

1 year ago

Minor patch release to fix CVE-2022-32149.

What's Changed

Full Changelog: https://github.com/serverlessworkflow/sdk-go/compare/v2.2.0...v2.2.1

v2.2.0

1 year ago

Big changes! Now the Go SDK officially supports the specification version 0.8. If you have problems, please don't hesitate to open an issue. You can find us at the serverless-workflow-sdk channel on CNCF Slack.

What's Changed

New Contributors

Full Changelog: https://github.com/serverlessworkflow/sdk-go/compare/v2.1.2...v2.2.0

v2.1.2

1 year ago

A few infrastructure changes, dependencies, and Go runtime upgrades.

What's Changed

New Contributors

Full Changelog: https://github.com/serverlessworkflow/sdk-go/compare/v2.1.1...v2.1.2

v2.1.1

2 years ago

Patch to correct minor bugs for the specification version 0.7.

What's Changed

New Contributors

Full Changelog: https://github.com/serverlessworkflow/sdk-go/compare/v2.1.0...v2.1.1

v2.1.0

2 years ago

In this release, we upgrade the SDK to align with the Serverless Workflow specification v0.7.

Fixed Issues

#31 Update SDK with specification 0.7 version (@ricardozanini)

v2.0.1

2 years ago

In this release, we fixed some bugs for the v0.6 specification model. Also, we fixed the dependency issue with the new 2.x version. Please update your go.mod file to:

github.com/serverlessworkflow/sdk-go/v2 v2.0.1

Fixed Issues

#34 Go get does not get latest version of SDK (@ricardozanini) #35 Parse funcRef refName correctly (@jjrodenburg) #36 Retry Multiplier and Jitter should be float or string (@ricardozanini) #37 remove subflow State type, add subFlowRef to Action (@mattgarmon) #38 add graphql function type and selectionSet to functionRef (@mattgarmon) #39 fix missing unmarshal for FunctionRef.SelectionSet (@mattgarmon)

Thank you all for the contributions!