Skip to content

Releases: indeedeng/iwf-golang-sdk

v1.1.0 Release

20 Jan 23:26
f892c02
Compare
Choose a tag to compare

💥 Breaking changes in SDK API:

  • Client:
    • Removed the startStateId for StartWorkflow API -- this should simplify the experience
    • WorkflowOptions use a more friendly way to define initial search attributes
  • UnregisteredClient
    • Add UnregisteredWorkflowOptions for UnregisteredClient since it cannot use WorkflowOptions anymore. UnregisteredWorkflowOptions is the same as the previous WorkflowOptions

New features (need higher server version)

  • Skip timer API for testing/operation : requires server version 1.2 +
  • Decider trigger type: any command combination: requires server version 1.2 +
  • Improve error handling to add more friendly API to check client side error
  • Error handling returns subError type like WorkflowAlreadyStarted/WorkflowNotExists: requires server version 1.2.1+
  • Add Attempt and FirstAttemptTimestampSeconds to context: requires server version 1.2.2+
    • NOTE: This Attempt and FirstAttemptTimestampSeconds are important to implement complex WorkflowState behavior. E.g. It needs to do some backoff retry in a Start/Decide API for several times, but then give up and move on without failing the workflow

Requirements:

Best if runs with iWF server 1.2 +
It also runs with lower versions of iWF server, but new features will be rejected or returns empty

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1 Release

05 Jan 20:52
ace8863
Compare
Choose a tag to compare

Hey iWF users,
This release doesn't change anything else rather than migrated the repo/module to indeedeng organization.
Using the old module should still work as it's backward compatible for Golang.
However, it's recommended to update your application to use the new one.

Thanks and Happy New Year!

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0 Final Release

29 Dec 20:09
d02aa40
Compare
Choose a tag to compare

Hi community,
This is the first official release of Golang SDK. Enjoy!

Requirement:

iWF server 1.1 +
It also runs with 1.0 version of iWF server, but some feature will be missing.

What's Changed compared to

Beta release

28 Dec 22:55
fdda5b3
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release

This is a beta release.
Some of the features in this version requires using the 1.1 version in server(e.g. double/bool search attribute type). 1.1 server will be release very soon.
For now, you can use the main branch of server, or If using docker, then using latest tag of the image (and pull the latest one).

What's Changed

New Contributors

Full Changelog: https://github.com/iworkflowio/iwf-golang-sdk/commits/beta