Skip to content

Durable Functions for JavaScript 1.2.0 Release

Compare
Choose a tag to compare
@kashimiz kashimiz released this 07 May 00:34

Durable Functions for JavaScript 1.2.0 fixes multiple bugs and introduces some new features and enhancements.

Thanks to everyone who contributed by filing issues, submitting PRs, asking questions or reviewing code!

New features / enhancements

  • @azure/functions TypeScript definitions (#46, #67)
  • Deterministic GUID generation (#31)

Bug fixes

  • Errored Orchestration function not reported as Failed in Monitor/App insights - #48 - contributed by @amclin
  • OrchestratorClient fails when waiting for completion - #55 - contributed by @nickyhof
  • JS context.df.continueAsNew not working in 1.8.0 - #57

Breaking changes

  • This release of Durable Functions for JavaScript only supports Microsoft.Azure.WebJobs.Extensions.DurableTask versions 1.8.1 and above. To upgrade, run this command from the root of your function app: func extensions install -p Microsoft.Azure.WebJobs.Extensions.DurableTask -v 1.8.1