Skip to content

chore(deps): update azure-functions-dotnet-worker monorepo#928

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate-azure-functions-dotnet-worker-monorepo
Open

chore(deps): update azure-functions-dotnet-worker monorepo#928
renovate[bot] wants to merge 1 commit intomainfrom
renovate-azure-functions-dotnet-worker-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2024

This PR contains the following updates:

Package Change Age Confidence
Microsoft.Azure.Functions.Worker 1.23.02.51.0 age confidence
Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.66.5.0 age confidence
Microsoft.Azure.Functions.Worker.Extensions.Http 3.2.03.3.0 age confidence
Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.22.05.24.0 age confidence
Microsoft.Azure.Functions.Worker.Sdk 1.18.12.0.7 age confidence

Release Notes

Azure/azure-functions-dotnet-worker (Microsoft.Azure.Functions.Worker)

v2.51.0: Microsoft.Azure.Functions.Worker 2.51.0

Compare Source

What's Changed
Microsoft.Azure.Functions.Worker.OpenTelemetry 1.1.0
  • Updated OpenTelemetry NuGet packages and aligned implementation with Semantic Conventions v1.37. (#​3195)

v2.50.0: Microsoft.Azure.Functions.Worker 2.50.0

Compare Source

What's Changed
Microsoft.Azure.Functions.Worker (metapackage) 2.50.0
  • Adding net10.0 TFM support.
Microsoft.Azure.Functions.Worker.Core 2.50.0
  • Adding net10.0 TFM support.
Microsoft.Azure.Functions.Worker.Grpc 2.50.0
  • Adding net10.0 TFM support.

v2.2.0

Compare Source

v2.1.0: Microsoft.Azure.Functions.Worker 2.1.0

Compare Source

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.1.0
  • AZURE_FUNCTIONS_ environment variables are now loaded correctly when using FunctionsApplicationBuilder. (#​2878)
Microsoft.Azure.Functions.Worker.Core 2.1.0
  • Support for function metadata transforms (#​3145)
Microsoft.Azure.Functions.Worker.Grpc 2.1.0
  • Updated to use the new metadata manage and leverage metadata transforms (#​3145)

v2.0.0: Microsoft.Azure.Functions.Worker 2.0.0

Compare Source

Microsoft.Azure.Functions.Worker (metapackage) 2.0.0
  • Updating Microsoft.Azure.Functions.Worker.Core to 2.0.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 2.0.0
  • Changed exception handling in function invocation path to ensure fatal exceptions bubble up.
Breaking Changes
  • Dropping .NET 5 TFM support
  • Capability IncludeEmptyEntriesInMessagePayload is now enabled by default (#​2701)
    • This means that empty entries will be included in the function trigger message payload by default.
    • To disable this capability and return to the old behaviour, set IncludeEmptyEntriesInMessagePayload to false in the worker options.
  • ValidateScopes is enabled for development environments by default.
Microsoft.Azure.Functions.Worker.Core 2.0.0
  • Updating Azure.Core to 1.41.0
  • New APIs supporting IHostApplicationBuilder
  • Updated service registrations for bootstrapping methods to ensure idempotency.
Breaking Changes
  • Capability EnableUserCodeException is now enabled by default (#​2702)
    • This means that exceptions thrown by user code will be surfaced to the Host as their original exception type, instead of being wrapped in an RpcException.
    • To disable this capability and return to the old behaviour, set EnableUserCodeException to false in the worker options.
    • The EnableUserCodeException property in WorkerOptions has been marked as obsolete and may be removed in a future release.
  • Rename ILoggerExtensions to FunctionsLoggerExtensions to avoid naming conflict issues (#​2716)
  • Removed the default value for HttpStatusCode in WriteAsJsonAsync (#​2720)
  • Removed fallback command line argument reading code for grpc worker startup options. (#​1908)
Setting Worker Options Example

If you need to disable these capabilities and return to the old behaviour, you can set the worker options as follows:

var host = new HostBuilder()
.ConfigureFunctionsWorkerDefaults(options =>
{
    options.EnableUserCodeException = false;
    options.IncludeEmptyEntriesInMessagePayload = false;
})
Microsoft.Azure.Functions.Worker.Grpc 2.0.0
  • Refer to metapackage

v1.24.0: Microsoft.Azure.Functions.Worker 1.24.0

Compare Source

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.24.0
  • Updating Microsoft.Azure.Functions.Worker.Core to 1.20.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.18.0
Microsoft.Azure.Functions.Worker.Core 1.20.0
  • Updated service registrations for bootstrapping methods to ensure idempotency. (#​2820)
Microsoft.Azure.Functions.Worker.Grpc 1.18.0
  • Changed exception handling in function invocation path to ensure fatal exceptions bubble up. (#​2789)
  • Updated service registrations for bootstrapping methods to ensure idempotency. (#​2820)

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

@renovate renovate bot added the dependencies All issues related to managing dependencies label Nov 13, 2024
@netlify
Copy link

netlify bot commented Nov 13, 2024

Deploy Preview for arcus-templates canceled.

Name Link
🔨 Latest commit 8ba04ae
🔍 Latest deploy log https://app.netlify.com/projects/arcus-templates/deploys/6916b52667d3d00008caae94

@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch 2 times, most recently from 34b7340 to 6f4559b Compare November 20, 2024 12:58
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch from 6f4559b to 1f039ce Compare December 28, 2024 19:02
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch 2 times, most recently from abf7ed5 to 5fe2386 Compare January 28, 2025 21:06
@renovate renovate bot changed the title chore(deps): update azure-functions-dotnet-worker monorepo to v2 chore(deps): update azure-functions-dotnet-worker monorepo Jan 28, 2025
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch from 5fe2386 to cfedcd1 Compare January 29, 2025 01:08
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch 3 times, most recently from 98edaf3 to 753e824 Compare February 13, 2025 16:01
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch 2 times, most recently from 7750058 to 6f70d55 Compare February 26, 2025 15:28
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch 2 times, most recently from 4f39c61 to 765f954 Compare March 26, 2025 18:37
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch 2 times, most recently from e9e3b1b to 62642d6 Compare May 23, 2025 02:08
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch 2 times, most recently from c009265 to 2eeaaad Compare June 25, 2025 01:44
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch from 2eeaaad to c5e3ad6 Compare August 20, 2025 12:55
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch from c5e3ad6 to 7b4e017 Compare September 18, 2025 18:28
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch from 7b4e017 to f3a8a19 Compare September 26, 2025 21:03
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch from f3a8a19 to b1a3c17 Compare October 23, 2025 03:29
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch 2 times, most recently from ea0b69b to 333c68f Compare November 11, 2025 23:51
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch from 333c68f to 35c40f7 Compare November 13, 2025 03:59
@renovate renovate bot force-pushed the renovate-azure-functions-dotnet-worker-monorepo branch from 35c40f7 to 8ba04ae Compare November 14, 2025 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies All issues related to managing dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants