Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump durable-functions from 2.1.3 to 3.1.0 #372

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps durable-functions from 2.1.3 to 3.1.0.

Release notes

Sourced from durable-functions's releases.

Durable Functions for NodeJS 3.0.1

Durable Functions for Node 3.0.1 is a new patch version release.

npm package

https://www.npmjs.com/package/durable-functions

Patch

Durable Functions for NodeJS 3.0.0

Version 3 of the Durable Functions SDK is now generally available!🎉 This is the first version of the Durable Functions SDK with official support for v4 of the Node.js programming model. This changelog is meant as a detailed list of changes in this new version. See the official Durable Functions migration guide for a less detailed, more user-friendly list of changes. Learn more about the v4 programming model.

npm package

https://www.npmjs.com/package/durable-functions/v/3.0.0

Added

  • APIs to register Durable functions (orchestrations, activities, and entities) using code, under the app namespace (#453 and #384)
  • APIs to obtain trigger options for Durable triggers (orchestrations, activities, and entities) under the trigger namespace (#453 and #384)
  • API to obtain a Durable Client input options under the input namespace (#453 and #384)
  • A streamlined way to call activities and suborchestrations (#418)
  • A streamlined way to register Durable Functions client functions for HTTP and timer triggers (#414)
  • Preliminary support for Node 20

Removed

  • The old orchestrator() and entity() APIs (#453)

Changed

  • Update minimum version of Node.js to 18.x
  • Update minimum version of TypeScript to 4.x
  • Update minimum version of core tools required for local testing to 4.0.5382
  • Update @azure/functions dependency to 4.x (See v4.0.0 changelog for a more detailed list of changes to @azure/functions)
  • Improve exported types
    • Rename the IOrchestrationFunctionContext interface to OrchestrationContext, and export it from the root of the package (#455)
    • Rename the IEntityFunctionContext<T> interface to EntityContext<T> and export it from the root of the package (#455)
    • Rename the DurableOrchestrationClient class to DurableClient and export it from the root of the package (#154)
    • Export new type definitions
      • OrchestrationHandler, OrchestrationTrigger, and OrchestrationOptions for orchestrations
      • EntityHandler, EntityTrigger, and EntityOptions for entities
      • ActivityHandler, ActivityTrigger, and ActivityOptions for activities
      • DurableClientInput for client functions
    • Switch to manual declaration of type definitions (#458)
      • Remove private fields from exported class definitions
      • Remove @hidden fields from exported class definitions
      • Remove non-user facing classes/interfaces from public type definitions (#352)
  • Where applicable, switch DurableClient APIs from using discrete optional arguments to using an options object (#441 and #415)
    • getStatus()

... (truncated)

Commits
  • 2290cb6 update version (#582)
  • fd5d409 Add suspend/resume support (#578)
  • ba0ee84 Update version (#575)
  • 930f50f Update axios dependency to latest version (#540)
  • 4cc9153 Bump axios from 1.2.3 to 1.6.0 in /samples-js (#560)
  • fe91bbe Bump axios from 1.3.4 to 1.6.0 in /samples-ts (#561)
  • 22862a5 Bump follow-redirects from 1.15.2 to 1.15.4 in /samples-js (#569)
  • f110769 Bump follow-redirects from 1.15.2 to 1.15.4 in /samples-ts (#568)
  • 7836496 Bump follow-redirects from 1.15.2 to 1.15.4 in /test/test-app (#567)
  • aafe1ee Bump undici from 5.21.0 to 5.26.5 in /samples-ts (#556)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 14, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/durable-functions-3.1.0 branch 2 times, most recently from fc5b449 to 543d9a0 Compare February 20, 2024 17:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/durable-functions-3.1.0 branch from 543d9a0 to 905cb78 Compare February 26, 2024 17:29
Bumps [durable-functions](https://github.com/Azure/azure-functions-durable-js) from 2.1.3 to 3.1.0.
- [Release notes](https://github.com/Azure/azure-functions-durable-js/releases)
- [Changelog](https://github.com/Azure/azure-functions-durable-js/blob/v3.x/azure-pipelines-release.yml)
- [Commits](Azure/azure-functions-durable-js@v2.1.3...v3.1.0)

---
updated-dependencies:
- dependency-name: durable-functions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/durable-functions-3.1.0 branch from 905cb78 to 96153cd Compare March 15, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants