Skip to content

Releases: indeedeng/iwf

v1.6.0 Release

06 Jun 21:16
fece6f8
Compare
Choose a tag to compare

New feature

This release is backward compatible to support all old SDKs, but all new features must be used with new SDK version that supports Caching.

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1 Release

08 May 19:48
58f463e
Compare
Choose a tag to compare

New feature

  • Support PARTIAL_WITH_EXCLUSIVE_LOCK for persistence loading for workflowState

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0 Release

19 Apr 02:56
225bb92
Compare
Choose a tag to compare

New Features

  • Auto ContinueAsNew
  • New stop workflow types: terminate and fail
  • Start workflow without any starting state
  • Rename state APIs: start-->waitUntil, decide --> decide. All the renaming are backward compatible.
  • WaitUntil API becomes optional by setting skipWaitUntil
  • RPC as request response manner
  • Dead end system stateId -- workflow won't close if states all reach dead ends.
  • API to update workflow config like auto continueAsNew threshold

This release is backward compatible to support all old SDKs, but all new features must be used with new SDKs(v2).

Commits

Full Changelog: v1.4.2...v1.5.0

v1.4.2 Release

20 Mar 17:58
a11738a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1 Release

02 Mar 19:28
55df904
Compare
Choose a tag to compare

Link to Docker image

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0 Release

01 Mar 01:49
165f9bf
Compare
Choose a tag to compare

Link to Docker image

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2 Release

15 Feb 18:27
35e086f
Compare
Choose a tag to compare

Nothing functional is changed in this patch release. It's mostly for getting a better goreport card as it only look at the latest release version.

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1 Release

09 Feb 21:35
29c5a8a
Compare
Choose a tag to compare

Link to Docker image

Highlights

  • Fix/improve docker-compose with Temporal default namespace
  • Allow Cadence to disable system search attributes

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0 Release

06 Feb 05:51
1a345b5
Compare
Choose a tag to compare

Feature & Improvement:

  • Support failing workflow with results
  • Improve workflow uncompleted error return(canceled, failed, timeout, terminated)

Note that they both require a newer version of SDKs to use.

What's Changed

Full Changelog: v1.2.2...v1.3.0

Link to Docker image

v1.2.2 Release

19 Jan 23:17
03316d2
Compare
Choose a tag to compare

What's Changed

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