Skip to content

Releases: serverlessworkflow/sdk-go

Serverless Workflow Go SDK v3.0.0

22 Jan 21:51
ff500a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v3.0.0

Serverless Workflow Go SDK v2.4.3

22 Jan 16:28
b9ff81b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #216
  • NO-ISSUE: Remove unnecessary GH workflows and fix sec advisories by @ricardozanini in #217
  • chore(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 by @dependabot in #219

New Contributors

Full Changelog: v2.4.2...v2.4.3

Serverless Workflow Go SDK v2.4.2

06 Nov 16:35
62685f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

Serverless Workflow Go SDK v2.4.1

15 Oct 17:40
0b585d7
Compare
Choose a tag to compare

What's Changed

  • Fix #213 - Review DataInputSchema unmarshal function; review k8s annotations for Object type by @ricardozanini in #214

Full Changelog: v2.4.0...v2.4.1

Serverless Workflow Go SDK v2.4.0

09 Oct 18:52
44c3948
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

Serverless Workflow Go SDK v2.3.0

04 Oct 16:14
7219d5c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.5...v.2.2.6

Serverless Workflow Go SDK v2.2.5

30 Oct 13:59
9eb522f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.4...v2.2.5

Serverless Workflow Go SDK v2.2.4

25 Aug 15:21
cc4ca42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.3...v2.2.4

Serverless Workflow Go SDK v2.2.3

08 May 17:30
1e70f47
Compare
Choose a tag to compare

What's Changed

  • Fixes unsupported AST kind *ast.InterfaceType on the custon Object type by @spolti in #139
  • Fixes unsupported AST kind *ast.InterfaceType on the custon AuthPrope… by @spolti in #143
  • json tag missing on Event.Metadata by @spolti in #145
  • Upgrade codecov, fix currentProjectPath when running outside regular path by @ricardozanini in #149
  • states - unsupported AST kind *ast.InterfaceType by @spolti in #148
  • add simplistic operator-sdk api to test integration by @spolti in #146
  • Unmarshal state.end when boolean by @ribeiromiranda in #155
  • Workflow validations by @ribeiromiranda in #156
  • Add kubebuilder annotations and fix model descriptions by @spolti in #160
  • Allow the DefaultCondition on events to be string or object by @spolti in #163
  • Relax OpenAPI validation for some objects that can be Unmarshaled as … by @spolti in #167
  • add json tag in the BaseWorkflow by @spolti in #169
  • [States] unknown field defaultCondition by @spolti in #170
  • Refactor in favor to use primitiveOrStruct. by @ribeiromiranda in #159
  • Empty fields Marshaled as "field":null by @spolti in #172
  • Fix small typo on the kubebuilder FunctionType's validation by @spolti in #173

New Contributors

Full Changelog: v2.2.2...v.2.2.3

Serverless Workflow Go SDK v2.2.2

18 Jan 19:26
e5760e4
Compare
Choose a tag to compare

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

What's Changed

  • Add basic code style helper guide and default linters by @spolti in #136
  • remove contributors_guide.md file by @spolti in #137
  • Adding missing json tags to Data Model by @spolti in #138

Full Changelog: v2.2.1...v2.2.2