Skip to content

Releases: indeedeng/iwf-java-sdk

v1.2.3 Release

19 Jan 23:32
b793320
Compare
Choose a tag to compare

Requirement

The new fields in Context requires server version 1.2.2+. They will return -1 if server version is lower than this.

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2 Release

13 Jan 00:15
1e172fa
Compare
Choose a tag to compare

This release improves the error handling when server return errors(client side or server side).
Some client side errors may requires server version 1.2.1+ to be returned. See iWF server release: https://github.com/indeedeng/iwf/releases/tag/v1.2.1

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1 Release

12 Jan 07:17
fa87802
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0 Release

10 Jan 00:24
Compare
Choose a tag to compare

💥 Breaking changes in SDK API:

  • Client:
    • Removed the startStateId
    • Move the workflowTimeoutSeconds to a different position
    • WorkflowOptions use a more friendly way to define initial search attributes
    • Change WorkflowOptions to be completely optional
  • UnregisteredClient
    • Move the workflowTimeoutSeconds to a different position
    • Add UnregisteredWorkflowOptions for UnregisteredClient since it cannot use WorkflowOptions anymore

Requirements:

iWF server 1.2 +
It also runs with lower versions of iWF server, but new features will be rejected.

New features

  • Skip timer API for testing/operation
  • Decider trigger type: any command combination
  • Add more API overloads (for start workflow, register workflow etc)
  • Provide default StateIds and let user code to now specifying any StateIds

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Release

29 Dec 21:04
Compare
Choose a tag to compare

💥 Breaking changes in SDK API:

  • The enums are moved to IDL
  • UntypedClient is renamed to UnregisteredClient

Requirements:

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

What's Changed

New Contributors

Full Changelog: v1.0.0-final...v1.1.0

v1.0.0 Final Release

18 Dec 08:04
d13b575
Compare
Choose a tag to compare

Hey all,
Here is the final 1.0 release for iWF Java SDK.

What's Changed

Full Changelog: v1.0.0-rc9...v1.0.0-final

v1.0.0 RC9 Release

12 Dec 23:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc8...v1.0.0-rc9

v1.0.0 RC8 Release

12 Dec 08:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc6...v1.0.0-rc8

v1.0.0-rc6 Release

11 Dec 09:22
5dafc83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc5...v1.0.0-rc6

v1.0.0 RC5 Release

11 Dec 09:14
e7b4e70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc4...v1.0.0-rc5