Durable Functions for JavaScript 3.0.0-alpha.5
is a new release of the preview v3.x
version of the durable-functions
package with support for the v4 programming model.
npm package
https://www.npmjs.com/package/durable-functions/v/3.0.0-alpha.5
Update
- Added preliminary support for Node 20
Breaking bug-fix
- Fixed a bug where
DurableClient.getStatus()
was returning incorrect results. Updated thegetStatus()
API to be more type-safe and consistent with type contract (#486)
Patch
- Fixed a bug where sometimes activities can be scheduled multiple times (#485)