Durable Functions for JavaScript 3.4.0 is a new minor version release.
npm package
https://www.npmjs.com/package/durable-functions
What's Changed
- Add critical sections support by @bachuv in #704
- Fix orchestrations stalling when external events arrive before
waitForExternalEventis registered by @bachuv in #707 - Fix critical-section stall after early release of multi-entity locks by @bachuv in #712
Full Changelog: v3.3.1...v3.4.0