Skip to content

Durable Functions for JavaScript 1.4.0 Release

Compare
Choose a tag to compare
@davidmrdavid davidmrdavid released this 14 Apr 22:20
· 19 commits to master since this release
f5a44af

Durable Functions for JavaScript 1.4.0

Durable Functions for JavaScript 1.4.0 fixes multiple bugs and updates our TypeScript
support to version 3.8.3. The latter is potentially a breaking change, so make sure to
update your type signatures.

npm package

https://www.npmjs.com/package/durable-functions

Bug Fixes

  • Fix updating isReplaying flag between activity calls (#161)

  • Correctly update the isReplaying flag for a failed activity (#164)

Enchancements

  • Adds support for using asynchronous code in a call to an entity. (#168)

  • Upgrade TypeScript to version 3.8.3 (#173), this is potentially a breaking change.

  • Upgraded our mocha dependency, as recommended by npm audit. This too is potentially a breaking change