Skip to content

Releases: indeedeng/iwf

v1.8.3 Patch Release

21 Feb 20:53
84db42f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2 Release

08 Feb 21:40
91b683d
Compare
Choose a tag to compare

Highlights

Cron is deprecated in Temporal.

As a result it's now replaced with Schedule.

What's Changed

Full Changelog: v1.8.1...v1.8.2

v1.8.1 patch release

24 Oct 05:06
8f84a32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0 release

18 Sep 22:21
5410299
Compare
Choose a tag to compare

New features

  • RPC support locking persistence fields. see docs
  • New persistence loading type: None for saving unnecessary data transportation
  • Ability to wait for workflow state execution. Experimental, see docs
  • Add failure recovery policy for execute API, see docs
  • Healthcheck API

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

27 Jul 17:14
aae2109
Compare
Choose a tag to compare

What's Changed

  • Fix bug of missing IwfWorkflowType system search attribute when no workflowStartOptions by @longquanzheng in #309

Full Changelog: v1.7.0...v1.7.1

v1.7.0 Release

11 Jul 16:55
34052f7
Compare
Choose a tag to compare

New Features

  • Atomic conditional complete workflow if signal/internal channel is empty

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

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