Skip to content

Durable Functions for JavaScript 1.3.3 Release

Compare
Choose a tag to compare
@ConnorMcMahon ConnorMcMahon released this 11 Feb 19:20
· 26 commits to master since this 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() and df.Task.all() to include tasks generated by df.Task.any() and df.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):

  • Fix orchestration non-determinism failures when an orchestration throws an error (#125)
  • Support local HTTP endpoints (#62, #86, #90, #150)