Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

61 lines (45 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

1.0.0b6

1.0.0b5

1.0.0b3-b4

  • Release to test CD pipeline with push to PyPI

1.0.0b2

Fixed

1.0.0b1

Added

The following orchestration patterns are added:

  • Function Chaining
  • Fan In Fan Out
  • Async HTTP APIs
  • Human Interaction

API Parity

  • CallActivity
  • CallActivityWithRetry
  • Task.all
  • Task.any
  • waitForExternalEvent
  • continueAsNew
  • callHttp
  • currentUtcDateTime
  • newUuid
  • createCheckStatusResponse
  • getStatus
  • getStatusAll
  • getStatusBy
  • purgeInstanceHistory
  • purgeInstanceHistoryBy
  • raiseEvent
  • startNew
  • terminate
  • waitForCompletionOrCreateCheckStatusResponse

Changed

N/A

Fixed

N/A

Removed

N/A