azure-functions-durable-python/CHANGELOG.md

1.2 KiB

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