Skip to content

Releases: Azure/azure-functions-dotnet-worker

Microsoft.Azure.Functions.Worker 1.14.0

04 May 23:15

Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker 1.14.0 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.12.0
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.10.0

Microsoft.Azure.Functions.Worker.Core 1.12.0

  • Fix ArgumentOutOfRangeException when using HttpDataRequestDataExtensions.ReadAsStringAsync in .NET Framework (#1466)

Microsoft.Azure.Functions.Worker.Grpc 1.10.0

  • Including worker metadata & capabilities in env reload response (#1425)
  • Fix race condition causing GrpcWorker initialization failure (#1508)
  • Fix null reference exception when retry context is not set (#1476)

Microsoft.Azure.Functions.Worker.Sdk 1.10.0

27 Apr 14:35
da59203

Choose a tag to compare

What's Changed

Full Changelog: sdk-1.9.0...sdk-1.10.0

Nuget package: https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk/1.10.0

Microsoft.Azure.Functions.Worker.Extensions.EventHubs 5.3.0

23 May 22:24
62da612

Choose a tag to compare

What's Changed

  • Update Microsoft.Azure.WebJobs.Extensions.EventHubs to v5.3.0 by @liliankasem in #1480

Full Changelog: eventhubs-5.2.0...eventhubs-5.3.0

Note: We are skipping WebJobs.Extensions.EventHubs v5.2.0 so that the worker extension version can stay in sync with WebJobs extension version

Microsoft.Azure.Functions.Worker.Extensions.Timer 4.2.0

31 Mar 21:26
c344590

Choose a tag to compare

What's Changed

  • Added support for retry policy attributes. #977

Microsoft.Azure.Functions.Worker.Sdk 1.9.0

31 Mar 21:19
c344590

Choose a tag to compare

What's Changed

  • Source generated version of function metadata provider (not enabled by default).
  • Source generated version of function executor (not enabled by default).
  • Several bug fixes and reliability enhancements.

Microsoft.Azure.Functions.Worker.Extensions.EventHubs 5.2.0

31 Mar 21:28
c344590

Choose a tag to compare

What's Changed

  • Added support for retry policy attributes. #977

Microsoft.Azure.Functions.Worker 1.13.0

24 Mar 18:14
11ae12b

Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker 1.13.0 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.11.0
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.9.0

Microsoft.Azure.Functions.Worker.Core 1.11.0

  • Exposing IFunctionExecutor and IModelBindingFeature as public types by @kshyju in #1346
  • Switch to use FUNCTIONS_APPLICATION_DIRECTORY by @brettsam in #1413
  • Adding FunctionActivitySource to Worker; refactoring AppInsights support by @brettsam in #1307
  • Add query as property to HttpRequestData by @madelinegordon in #1408
  • Logging error upon invocation exception by @brettsam in #1421

Microsoft.Azure.Functions.Worker.Grpc 1.11.0

  • Bump protobuf version to v1.5.9-protofile by @liliankasem in #1148
  • Bringing in the proto changes from v1.7.1-protofile release. by @kshyju in #1289

Microsoft.Azure.Functions.ApplicationInsights 1.0.0-preview4

  • Adding FunctionActivitySource to Worker; refactoring AppInsights support by @brettsam in #1307

Full Changelog: 1.10.1...1.13.0

Microsoft.Azure.Functions.Worker.Sdk 1.9.0-preview2

27 Mar 23:17
11ae12b

Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.9.0-preview2 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.0-preview2

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.0-preview2

  • Fix cardinality validation to include all bindings #1402
  • Diagnostics Cleanup #1393
  • Fixing incorrect entrypoint property value in metadata when namespace is different than assembly name #1385
  • Generate function executor code #1309
  • Add AuthLevel to HttpTriggers metadata #1319

Microsoft.Azure.Functions.Worker 1.10.1

21 Feb 21:09

Choose a tag to compare

WorkerOptions additions:

  • Added support for surfacing user-thrown exception to App Insights (#939)
  • Adding support for opting-in to get empty entries in function trigger payload (#1091)
  • Adding support for modifying Capabilities sent to the host (#1183)

Full Changelog: 1.10.0...1.10.1

Microsoft.Azure.Functions.Worker 1.12.1-preview1

10 Feb 01:38
a7743bd

Choose a tag to compare

What's Changed

  • Updating environment variable used for root path resolution @fabiocav #1330

Full Changelog: 1.12.0-preview1...1.12.1-preview1