Iwf Versions Save

iWF is an API orchestration platform offering an orchestration coding framework and service for building resilient, fault-tolerant, scalable long-running processes

v1.8.3

2 months ago

What's Changed

Full Changelog: https://github.com/indeedeng/iwf/compare/v1.8.2...v1.8.3

v1.8.2

3 months ago

Highlights

Cron is deprecated in Temporal.

As a result it's now replaced with Schedule.

What's Changed

Full Changelog: https://github.com/indeedeng/iwf/compare/v1.8.1...v1.8.2

v1.8.1

6 months ago

What's Changed

Full Changelog: https://github.com/indeedeng/iwf/compare/v1.8.0...v1.8.1

v1.8.0

7 months ago

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: https://github.com/indeedeng/iwf/compare/v1.7.1...v1.8.0

v1.7.1

9 months ago

What's Changed

Full Changelog: https://github.com/indeedeng/iwf/compare/v1.7.0...v1.7.1

v1.7.0

10 months ago

New Features

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

What's Changed

New Contributors

Full Changelog: https://github.com/indeedeng/iwf/compare/v1.6.0...v1.7.0

v1.6.0

11 months ago

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: https://github.com/indeedeng/iwf/compare/v1.5.1...v1.6.0

v1.5.1

1 year ago

New feature

  • Support PARTIAL_WITH_EXCLUSIVE_LOCK for persistence loading for workflowState

What's Changed

Full Changelog: https://github.com/indeedeng/iwf/compare/v1.5.0...v1.5.1

v1.5.0

1 year ago

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: https://github.com/indeedeng/iwf/compare/v1.4.2...v1.5.0

v1.4.2

1 year ago

What's Changed

Full Changelog: https://github.com/indeedeng/iwf/compare/v1.4.1...v1.4.2