Azure Webjobs Sdk Versions Save

Azure WebJobs SDK

v3.0.18

3 years ago

This release contains the following packages:

  • Microsoft.Azure.WebJobs 3.0.18
  • Microsoft.Azure.WebJobs.Host 3.0.18
  • Microsoft.Azure.WebJobs.Logging.ApplicationInsights 3.0.18
  • Microsoft.Azure.WebJobs.Logging 4.0.1
  • Microsoft.Azure.WebJobs.Host.Storage 4.0.1

storage-v4.0.2

3 years ago

This package is not yet available on nuget

Changes in this release:

storage-v4.0.1

3 years ago

This package is available at https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/4.0.1.

Changes in this release:

  • Explicitly set NetworkTimeout for Queue.GetMessagesAsync() (#2503). The latest storage packages will cancel network timeouts, but defaults are not correctly applied for Queue operations (https://github.com/Azure/azure-storage-net/issues/999). This change explicitly sets it to 100 seconds, which will also be the Storage default.

storage-v4.0.0

3 years ago

This package is available at https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/4.0.0.

See https://github.com/Azure/azure-webjobs-sdk/releases/tag/storage-v4.0.0-preview2 and https://github.com/Azure/azure-webjobs-sdk/releases/tag/storage-v4.0.0-preview1 for details on changes in this release.

Important Storage namespaces have changed, so you may need to update your code if you are using any of the Storage types directly. Your code may continue to compile as you may have an implicit reference to the old Storage SDK, but it will fail at runtime if these have not been updated in your code:

  • For blobs and queues, Microsoft.WindowsAzure.Storage.* namespaces are now Microsoft.Azure.Storage.*.
  • For tables, the namespaces are now Microsoft.Azure.Cosmos.Table.*.

storage-v4.0.0-preview2

4 years ago

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/4.0.0-preview2

Bug fixes in this release:

  • When deployed on the Functions consumption plan, set MaxConnectionsPerServer to 50 for each created client. This keeps connections low in the consumption sandbox. (#2484)
  • Move to latest versions of Storage packages and absorb new deadlock cancellation behavior (#2486)

storage-v3.0.11

4 years ago

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/3.0.11

Fixes in this release:

  • Better storage account validation (#2397)
  • Graceful QueueTrigger shutdown (#2346)
  • Lots of new (debug-level) blob processing logs (#2282)
  • Do not throw if log line cannot be parsed (a8b1c3833cf558097d20b2f6b8bcd0c7f4ed0b7e)
  • Do not throw if log scan does not contain LogType. (#2414)

storage-v4.0.0-preview1

4 years ago

This is a major update to the Microsoft.Azure.WebJobs.Extensions.Storage nuget package. The major changes:

  • The extension now depends on:
  • Namespaces have changed, so you may need to update your code if you are using any of the Storage types directly:
    • For blobs and queues, Microsoft.WindowsAzure.Storage.* namespaces are now Microsoft.Azure.Storage.*.
    • For tables, the namespaces are now Microsoft.Azure.Cosmos.Table.*.

Please let us know via the Issues in this repo if you run into problems with this package.

v3.0.14

4 years ago

v3.0.11

4 years ago
  • Enhancements to instance ID generation in container scenarios #2240
  • Improvements to queue logging
  • Fixing issues with packaging to ensure artifacts are distributed in release mode
  • Application Insights Quickpulse startup optimizations

v3.0.10

4 years ago

v3.0.10

In this release:

  • Exposing EventHubClient to support sending Partition Key
  • Expose PartitionManagerOptions
  • ServiceBus POCO JSON deserialization for a"text/plain" message.
  • Updating the sdk prefix to match format other prefixed sdk version have.