Durable Functions for JavaScript 1.4.0 Release
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)