Skip to content

Commit

Permalink
[Storage] Merge hotifx branch. (Azure#22584)
Browse files Browse the repository at this point in the history
* [Storage][Function] Fix visibility timeout extension in queues extension. (Azure#22569)

* Fix visibility timeout extension.

* wip

* [Storage] Prep hotfix release. (Azure#22574)

* release prep.

* fix cl

* Increment version for storage releases (Azure#22581)

Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage

* Increment version for storage releases (Azure#22582)

Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Blobs

* Increment version for storage releases (Azure#22583)

Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Queues

Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
  • Loading branch information
kasobol-msft and azure-sdk authored Jul 9, 2021
1 parent 07b0eb3 commit 7e0315a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Release History

## 5.0.0-beta.5 (Unreleased)
## 5.0.0-beta.6 (Unreleased)


## 5.0.0-beta.5 (2021-07-09)
- This release contains bug fixes to improve quality.

## 5.0.0-beta.4 (2021-05-18)
- Added new configuration formats so extensions that need multiple storage services can specify them in one connection configuration.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>5.0.0-beta.5</Version>
<Version>5.0.0-beta.6</Version>
<Description>This extension adds bindings for Storage</Description>
<!-- https://github.com/Azure/azure-sdk-for-net/issues/19222 -->
<NoWarn>$(NoWarn);IDT002;IDT003</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Release History

## 5.0.0-beta.5 (Unreleased)
## 5.0.0-beta.6 (Unreleased)
- QueuesOptions.MaxPollingInterval other than default is now honored in "Development" environment.
- Fixed bug where QueueTrigger would fail to renew ownership of message if function runs for long period of time (i.e. 15 minutes and longer).

## 5.0.0-beta.5 (2021-07-09)
- Fixed bug where QueueTrigger would fail to renew ownership of message if function runs for long period of time (i.e. 15 minutes and longer).

## 5.0.0-beta.4 (2021-05-18)
- Fixed bug where custom implementations of `IQueueProcessorFactory` could overwrite each other settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>5.0.0-beta.5</Version>
<Version>5.0.0-beta.6</Version>
<Description>This extension adds bindings for Storage</Description>
<!-- https://github.com/Azure/azure-sdk-for-net/issues/19222 -->
<NoWarn>$(NoWarn);IDT002</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Release History

## 5.0.0-beta.5 (Unreleased)
## 5.0.0-beta.6 (Unreleased)


## 5.0.0-beta.5 (2021-07-09)
Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes.

## 5.0.0-beta.4 (2021-05-18)
Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>5.0.0-beta.5</Version>
<Version>5.0.0-beta.6</Version>
<Description>This extension adds bindings for Storage</Description>
<!-- This package is a metapackage. The flag below makes sure it doesn't include any DLL-->
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down

0 comments on commit 7e0315a

Please sign in to comment.