Skip to content

Cadence Client v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@samarabbas samarabbas released this 06 Jun 21:59

New Features and Improvements

Child Workflow Support

Workflow Cancellation Support

  • c12d46b - Workflow Cancellation Client (#46)
  • 8f9ecd4 - Cancel request to remember cancel if the context is not created yet. (#100)

Unit Test Framework

History Pagination

  • 0bd0ffd - Iterate to get all pages when reading history (#123)

Signal Support

Client Versioning

  • 887a3f0 - send client-lib-version with every rpc call (#95)
  • b309ad8 - auto-generate const for libversion and git-sha (#98)

Support for Side Effects

Activity and Workflow Panic Handling

  • 93b8c58 - add panic handler to activity handler (#76)
  • 49f0d04 - Workflow panic from this change fails decision not the workflow (#117)

Activity Context Deadline

Client Metrics

  • e315b5b - Metrics for server APIs (poll, execution, response) (#87)

Breaking Changes

Open Sourcing

Bug Fixes

Miscellaneous