Skip to content

Releases: Azure/azure-functions-dotnet-worker

Microsoft.Azure.Functions.Worker 1.13.0

24 Mar 18:14
11ae12b
Compare
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
Compare
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
Compare
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
Compare
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

Microsoft.Azure.Functions.Worker.Extensions.Storage 5.1.0-preview1

09 Feb 20:06
2b78e7b
Compare
Choose a tag to compare

What's Changed

Blob

Full Changelog: storage-extension-5.0.1...storage-extension-5.1.0-preview1

Microsoft.Azure.Functions.Worker 1.12.0-preview1

07 Feb 02:51
470f909
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.0-preview2...1.12.0-preview1

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

07 Feb 02:51
470f909
Compare
Choose a tag to compare

What's Changed

  • Use a consistent function ID via code gen @jviau #1103
  • Support sdk-type binding reference type @liliankasem @surgupta-msft #1107
  • [SourceGen] Add support for overriding binding property name @satvu #1130
  • [SourceGen] Handle default values in binding attributes @satvu #1131
  • [SourceGen] Create JSON directly instead of using anonymous type @satvu #1191
  • [SourceGen] Add MSBuild prop to disable source-generated function metadata @satvu #1200
    • Property name: FunctionsMetadataSourceGen_Enabled
  • Replacing TextWriter with raw string literals @fabiocav 1209
  • Updating source generator to use raw literal strings @fabiocav 1211
  • Avoid registering metadata loader extension when running in the native worker @kshyju #1258
  • Implement SupportsDeferredBindingAttribute @liliankasem #1275

Full Changelog: sdk-1.8.0-preview2...sdk-1.9.0-preview1

Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.2.0-preview1

07 Feb 02:52
470f909
Compare
Choose a tag to compare

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.0.1

30 Jan 19:03
e8a2cb9
Compare
Choose a tag to compare

4.0.1 release of Microsoft.Azure.Functions.Worker.Extensions.CosmosDB

  • Fixed incorrect type of CosmosDBTriggerAttribute's StartFromTime property. (#1298)

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.0.0

13 Jan 18:54
7b0860a
Compare
Choose a tag to compare
  • 4.0.0 release of Microsoft.Azure.Functions.Worker.Extensions.CosmosDB