Durable Functions for JavaScript 1.3.3 Release
Durable Functions for JavaScript 1.3.3
This is a bug-fix release of the JavaScript SDK for Durable Functions.
npm package
https://www.npmjs.com/package/durable-functions/v/1.3.3
Bug fixes / improvements
- Fix bug in 1.3.2 where
df.Task.any()
will never select timers (#153) - Allow
df.Task.any()
anddf.Task.all()
to include tasks generated bydf.Task.any()
anddf.Task.all()
(#149)
This release also includes the below bug-fixes, that rely on changes in the durable extension (release v1.8.5 or greater if using Durable Functions 1.x, and the upcoming release v2.2.0 or greater if using Durable Functions 2.x):