Skip to content

Serverless Workflow Go SDK v2.2.3

Compare
Choose a tag to compare
@spolti spolti released this 08 May 17:30
· 27 commits to main since this release
1e70f47

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