Skip to content

Durable Functions for JavaScript 1.3.1 Release

Compare
Choose a tag to compare
@cgillum cgillum released this 01 Nov 16:48
· 41 commits to master since this release
6950602

The latest release can be found on NPM:
https://www.npmjs.com/package/durable-functions

Issues fixed

  • Removed dependency on npm. (#106)
  • Fixed continueAsNew() on Durable Functions 1.8.0 and greater (#101, #81, #57)
  • Removed bug with callSubOrchestrator() when no instance id was provided. (#54)

General improvements

  • Turn on strict null checks (#110)
  • Rework generator result handling logic (#114)