Skip to content

Releases: open-workflow-specification/sdk-go

v4.0.0 - Open Workflow

Choose a tag to compare

@ricardozanini ricardozanini released this 14 Jul 20:06
0502bc6

Open Workflow SDK for Go v4.0.0

This release renames the project from Serverless Workflow to Open Workflow as part of the specification rebranding under the open-workflow-specification organization.

What changed

  • New Go module path: github.com/open-workflow-specification/sdk-go/v4
  • Rebranded all references from "Serverless Workflow" to "Open Workflow"
  • Updated error type URIs from serverlessworkflow.io to open-workflow-specification.org
  • Updated copyright headers to "The Open Workflow Specification Authors"

Migration

Update your imports:

// Before
import "github.com/serverlessworkflow/sdk-go/v3/parser"

// After
import "github.com/open-workflow-specification/sdk-go/v4/parser"

Then run:

go get github.com/open-workflow-specification/sdk-go/v4

Notes

  • No API or schema changes — this is a naming/branding update only
  • The project remains under CNCF governance
  • Previous versions (v3.x and earlier) continue to be available under the old module path via proxy.golang.org

Serverless Workflow Go SDK v3.4.0 (Spec 1.0.0)

Choose a tag to compare

@ricardozanini ricardozanini released this 27 Jun 01:46
e2b27c5

What's Changed

Full Changelog: v3.3.0...v3.4.0

Serverless Workflow Go SDK v3.3.0 (Spec 1.0.0)

Choose a tag to compare

@ricardozanini ricardozanini released this 26 Jun 14:38
ddc90bd

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

Serverless Workflow Go SDK v3.2.0 (Spec 1.0.0)

Choose a tag to compare

@ricardozanini ricardozanini released this 03 Dec 14:49
a776b63

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

Serverless Workflow Go SDK v3.1.2 (Spec 1.0.0)

Choose a tag to compare

@ricardozanini ricardozanini released this 20 Nov 14:27
b5d5c97

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #248

Full Changelog: v3.1.1...v3.1.2

Serverless Workflow Go SDK v3.1.1 (Spec 1.0.0)

Choose a tag to compare

@ricardozanini ricardozanini released this 21 Oct 13:56
c0ef2e1

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

Serverless Workflow Go SDK v3.1.0 (Spec 1.0.0)

Choose a tag to compare

@ricardozanini ricardozanini released this 02 May 15:11
592f31d

🚀 IMPORTANT: This is the first SDK-Go release that supports the 1.0.0 implementation of the Serverless Workflow Specification. Please refer to the Specification repository for details.

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

Serverless Workflow Go SDK v2.5.0 (Spec 0.8)

Choose a tag to compare

@ricardozanini ricardozanini released this 29 Apr 18:22
ceea13f

What's Changed

New Contributors

Full Changelog: v2.4.3...v2.5.0

Serverless Workflow Go SDK v3.0.0 (Spec 1.0.0)

Choose a tag to compare

@ricardozanini ricardozanini released this 22 Jan 21:51
ff500a0

What's Changed

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

Serverless Workflow Go SDK v2.4.3 (Spec 0.8)

Choose a tag to compare

@ricardozanini ricardozanini released this 22 Jan 16:28
b9ff81b

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