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

chore(deps): update dependency @azure/functions to v2 - autoclosed #5892

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@azure/functions 1.2.3 -> 2.0.0 age adoption passing confidence

Release Notes

Azure/azure-functions-nodejs-worker

v2.0.0

  • Introduces "v1WorkerBehavior" flag which reverts everything "[Breaking]"
    • This can be enabled with the app setting FUNCTIONS_V2_COMPATIBILITY_MODE=true
      • "V2 compatability" refers to Azure Functions V2 and Node.js Worker 1.x
      • WARNING: This setting has a negative impact on performance. We recommend that you make your code compatible instead.
      • WARNING: This setting will be deprecated when Azure Functions V2 is deprecated (not planned any time soon)
  • [Breaking] Support Node.js 10, 12 (except when running with v1WorkerBehavior)
  • [Breaking] Does not duplicate http payload in context.bindingData
  • [Breaking] Fixes #​228 (handles http output correctly on context.(null, { body: "hello" });
  • [Breaking] Fix camelCase of timer trigger object: #​188
  • [Breaking] Fix type conversion of code like return { outputBinding: info, outputBinding2: info };: #​232
  • [Breaking] Consume "TypedDataCollection" #​262

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the 🎄 dependencies Updates to dependencies, generally automatically managed by Renovate. label Nov 11, 2021
@renovate renovate bot force-pushed the renovate/azure-functions-2.x branch 3 times, most recently from d8e9fc1 to 7fa149a Compare November 13, 2021 01:18
@glasser
Copy link
Member

glasser commented Nov 13, 2021

@renovate renovate bot force-pushed the renovate/azure-functions-2.x branch 8 times, most recently from 95be8c2 to 6e9db6f Compare November 18, 2021 22:52
@renovate renovate bot force-pushed the renovate/azure-functions-2.x branch 4 times, most recently from 55788f9 to 16bdf8a Compare November 23, 2021 12:23
@renovate renovate bot force-pushed the renovate/azure-functions-2.x branch from 16bdf8a to 91af6cd Compare November 23, 2021 22:55
@renovate renovate bot changed the title chore(deps): update dependency @azure/functions to v2 chore(deps): update dependency @azure/functions to v2 - autoclosed Nov 24, 2021
@renovate renovate bot closed this Nov 24, 2021
@renovate renovate bot deleted the renovate/azure-functions-2.x branch November 24, 2021 00:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🎄 dependencies Updates to dependencies, generally automatically managed by Renovate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants