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

Update dependency durable-functions to v2 #119

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
durable-functions 1.5.4 -> 2.1.4 age adoption passing confidence

Release Notes

Azure/azure-functions-durable-js (durable-functions)

v2.1.4: Durable Functions for NodeJS 2.1.4

Compare Source

Durable Functions for JavaScript 2.1.4 is a new patch version release.

npm package

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

Patch
  • Remove support for node versions 10 and 12 (#​516)
  • Updated axios package (#​566)

v2.1.3: Durable Functions for NodeJS 2.1.3

Compare Source

Durable Functions for JavaScript 2.1.3 is a new patch version release.

npm package

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

Patch

  • Fixed a bug where an error was thrown on every execution of a durable Entity (#​373)
  • Fixed a bug where sometimes activities can be scheduled multiple times (#​485)

v2.1.2: Durable Functions for NodeJS 2.1.2

Compare Source

Durable Functions for JavaScript 2.1.2 is a new minor version release.

npm package

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

Patch

  • Allowing large inputs to orchestrators (#​479)
  • Update README to mention preview v3.x release

v2.1.1: Durable Functions for NodeJS 2.1.1

Compare Source

Durable Functions for JavaScript 2.1.1 is a new minor version release.

npm package

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

Patch

  • Fixes issue with incorrect isPlayed flag on some WhenAll tasks (#​405)

v2.1.0: Durable Functions for NodeJS 2.1.0

Compare Source

Durable Functions for JavaScript 2.1.0 is a new minor version release.

npm package

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

New features

  • Add signalEntity API to orchestrators (#​383)

Patch

  • Minor bug fixes to isReplaying and compound tasks (#​395)
  • Fixes compatibility issue with Durable extension (#​381)

v2.0.2: Durable Functions for NodeJS 2.0.2

Compare Source

Durable Functions for JavaScript 2.0.2 is a patch release that fixes a backwards compatibility problem with DF Extension versions lower than 2.7.0

npm package

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

Patch

v2.0.1: Durable Functions for NodeJS 2.0.1

Compare Source

UPDATE: Some backwards compatibility issues were detected on release. Please fast-forward your upgrade to v2.0.2

Durable Functions for JavaScript 2.0.1 is a patch release that brings a missing dependency to the package.

npm package

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

Patch

v2.0.0: Durable Functions for NodeJS 2.0.0

Compare Source

UPDATE: Some backwards compatibility issues were detected on release. Please fast-forward your upgrade to v2.0.2

Durable Functions for JavaScript 2.0.0 is a major version release that brings dramatic performance improvements to the platform, makes a few breaking changes to streamline the programming model, and brings some new features. See below!

npm package

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

Performance Improvements

New Features

Bug Fixes

Breaking Changes

The following breaking changes were introduced in https://github.com/Azure/azure-functions-durable-js/pull/305

  1. Returning a un-yielded Task from an orchestrator is no longer valid. Previously, a statement such as return context.CallActivity(...) would be treated as return yield context.CallActivity(...). This is no longer the case. Make sure you’re yield’ing all your Tasks instead of returning them.
  2. The ContinueAsNew API can no longer be yielded. Previously ContinueAsNew could be yielded or simply called as a fire-and-forget operation. Our original intention was for ContinueAsNew to be fire-and-forget, so now we throw an exception if you try to yield it.
  3. All user-facing Task types now inherit from a single identifier: Task. Additionally, the user-facing Task` types have been simplified and, in TypeScript, they no longer expose various properties that were meant for framework-internal use only. We heard your feedback requesting a more streamlined experience with Task-types, so we hope this makes things easier.

To the best of our knowledge, this is the full extent of breaking changes. That said, as with any major version release, it’s always a good idea to test that your application continues working after upgrading to the new version. If you find an undocumented breaking change, please report it to our repo’s issue board here; thank you!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependency updates label Jun 3, 2022
@renovate renovate bot force-pushed the renovate/durable-functions-2.x branch from 5a68232 to f62d88a Compare June 3, 2022 23:58
@renovate renovate bot force-pushed the renovate/durable-functions-2.x branch from f62d88a to 9abaeed Compare November 11, 2022 01:56
@renovate renovate bot force-pushed the renovate/durable-functions-2.x branch from 9abaeed to 57a71a6 Compare January 26, 2023 21:15
@renovate renovate bot force-pushed the renovate/durable-functions-2.x branch from 57a71a6 to c3513cd Compare March 18, 2023 19:56
@renovate renovate bot force-pushed the renovate/durable-functions-2.x branch from c3513cd to a8f7636 Compare March 30, 2023 23:06
@renovate renovate bot force-pushed the renovate/durable-functions-2.x branch from a8f7636 to 7a01e5a Compare July 14, 2023 21:14
Dependency update (patch) :)
@renovate renovate bot force-pushed the renovate/durable-functions-2.x branch from 7a01e5a to 08dbd56 Compare February 9, 2024 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants