Skip to content

Releases: indeedeng/iwf-java-sdk

v2.11.2

Choose a tag to compare

@longquanzheng longquanzheng released this 30 Jul 21:25
8fa0445

What's Changed

Full Changelog: v2.11.1...v2.11.2

v2.11.1

Choose a tag to compare

@ktrops ktrops released this 07 Jul 21:17
bad98fc

What's Changed

New Contributors

Full Changelog: v2.11.0...v2.11.1

v2.11.0

Choose a tag to compare

@dlukiantsev dlukiantsev released this 23 Jun 19:02
85209ea

What's Changed

  • IWF-777: Bump release to v2.10.1 by @mixydubs in #297
  • IWF-980: [Java SDK] Add instructions for local library testing by @samuel27m in #302
  • 💥 Breaking changes (requires new server v1.18.0)
    • IWF-836: SDK expects stateWaitUntilFailed flag instead stateStartApiSucceeded by @samuel27m in #301

Full Changelog: v2.10.1...v2.11.0

v2.10.1

Choose a tag to compare

@mixydubs mixydubs released this 15 Apr 10:43
83cb416

What's Changed

Full Changelog: v2.10.0...v2.10.1

v2.10.0

Choose a tag to compare

@mixydubs mixydubs released this 04 Mar 12:19
96ad788

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

Choose a tag to compare

@N-give N-give released this 17 Feb 23:41
fe7042d

💥Breaking Changes (requires new server v1.16.0)

  • Breaking changes in IWF-537: STATE_API_FAIL_MAX_OUT_RETRY_ERROR_TYPE renamed to STATE_API_FAIL_ERROR_TYPE
    • Requires minimum server version v1.16.0

What's Changed

  • IWF-418: Bumping release version to 2.8.1 by @lwolczynski in #289
  • IWF-537: Update iwf-idl and replace deprecated workflow type error by @stevo89519 in #290
  • IWF-569: Annotate getStateOptions as nullable by @lwolczynski in #291

Full Changelog: v2.8.1...v2.9.0

v2.8.1

Choose a tag to compare

@lwolczynski lwolczynski released this 07 Jan 18:49

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

Choose a tag to compare

@steven-rg-harrison steven-rg-harrison released this 19 Dec 21:12
8d03c15

What's Changed

  • IWF-174: Incorrect overriding stateOptions when reusing a static valu… by @stevo89519 in #279
  • 💥Breaking changes: WorkflowStateOptions (IWF-101: Use different structures for WorkflowStateOptions by @stevo89519 in #283)
    • The iwfidl.WorkflowStateOptions is an internal model of the API protocol of SDKs and iWF server. It was a implementation leakage to use it as the return value of GetStateOptions() method of WorkflowState interface.
    • Because of the leakage it's confusing that user can set SkipWaitUntil boolean, ExecuteApiFailurePolicy, and raw state options
    • It makes things tricky to support ExecuteApiFailurePolicy properly
    • Now we have a dedicated model iwf.StateOptions in SDK to separate from the API model.

Full Changelog: v2.7.2...v2.8.0

v2.7.2

Choose a tag to compare

@lwolczynski lwolczynski released this 11 Dec 19:26
fcc0e66

Features

  • Added channel sizes data for RPC
    • Requires iWF Server v1.15.0+
  • Deprecated methods and recreated their replacements:
    • Proceed When execute Retry Exhausted:
      • Deprecated: WorkflowStateOptionsExtension().setProceedOnExecuteFailure
      • Replacement: WorkflowStateOptionsExtension().setProceedWhenExecuteRetryExhausted
    • Proceed When waitUntil Retry Exhausted
      • Before: WorkflowStateOptions().waitUntilApiFailurePolicy
      • Use instead: WorkflowStateOptionsExtension().setProceedWhenWaitUntilRetryExhausted

What's Changed

Full Changelog: v2.7.1...v2.7.2

v2.7.1

Choose a tag to compare

@lwolczynski lwolczynski released this 02 Dec 20:32
5f20d39

What's Changed

Full Changelog: v2.7.0...v2.7.1