Skip to content

Commit

Permalink
dotnet release notes for the 2024-09 release
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Sep 19, 2024
1 parent b6c1ac3 commit baf49f6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _data/releases/2024-09/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,4 +682,25 @@ entries:
#### Features Added
- Includes all features from 12.20.0-beta.1.
- Removed Queue Permissions enum from 12.20.0-beta.1.
- Name: Microsoft.Azure.WebJobs.Extensions.Storage.Blobs
Version: 5.3.2
DisplayName: Functions extension for Blob Storage
ServiceName: Extensions
VersionType: Patch
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.3.2/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md
ChangelogContent: |-
#### Other Changes
- This release contains bug fixes to improve quality.
-
- Name: Microsoft.Azure.WebJobs.Extensions.Storage.Queues
Version: 5.3.2
DisplayName: Functions extension for Storage Queues
ServiceName: Extensions
VersionType: Patch
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.2/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- When grabbing Queue Metrics for amount of messages, will now use the QueueTriggerMetrics.QueueLength instead of the ApproximateMessagesCount for less stale metrics.

0 comments on commit baf49f6

Please sign in to comment.