Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
126 stars 46 forks source link

Add suspend/resume support #578

Closed nytian closed 5 months ago

nytian commented 5 months ago

As titled. Please add @Julio-Arryo as contributor in the release notes.

This PR merges work contribtued by @Julio-Arryo in PR https://github.com/Azure/azure-functions-durable-js/pull/376. His forked repo is too outdated and couldn't be auto merged. And the target branch of the old PR is outdated too. So I opened this one instead.

nytian commented 5 months ago

Do I need to merge this change to branch v2.x too? I am not sure if this branch is still in support

ejizba commented 5 months ago

v2 is in support yes, but we generally only ship new features on the latest version. So no, I would not merge to v2