Skip to content

Commit ad40c90

Browse files
authored
STG 97 beta and WebJobs release commit (Azure#48090)
1 parent 1aa7709 commit ad40c90

File tree

13 files changed

+16
-33
lines changed

13 files changed

+16
-33
lines changed

sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.21.0-beta.1 (Unreleased)
3+
## 12.21.0-beta.1 (2025-02-11)
44

55
### Features Added
66
- Added support for service version 2025-05-05.

sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.0.0-preview.53 (Unreleased)
3+
## 12.0.0-preview.53 (2025-02-11)
44

55
### Features Added
66
- Added support for service version 2025-05-05.

sdk/storage/Azure.Storage.Blobs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.24.0-beta.1 (Unreleased)
3+
## 12.24.0-beta.1 (2025-02-11)
44

55
### Features Added
66
- Added support for service version 2025-05-05.

sdk/storage/Azure.Storage.Common/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.23.0-beta.1 (Unreleased)
3+
## 12.23.0-beta.1 (2025-02-11)
44

55
### Features Added
66
- This release contains bug fixes to improve quality.

sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.22.0-beta.1 (Unreleased)
3+
## 12.22.0-beta.1 (2025-02-11)
44

55
### Features Added
66
- Added support for service version 2025-05-05.

sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.22.0-beta.1 (Unreleased)
3+
## 12.22.0-beta.1 (2025-02-11)
44

55
### Features Added
66
- Added support for service version 2025-05-05.

sdk/storage/Azure.Storage.Queues/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Release History
22

3-
## 12.22.0-beta.1 (Unreleased)
3+
## 12.22.0-beta.1 (2025-02-11)
44

55
### Features Added
66
- Added support for service version 2025-05-05.
77

8-
### Other Changes
9-
108
## 12.21.0 (2024-11-12)
119

1210
### Features Added

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Release History
22

3-
## 5.4.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 5.3.4 (2025-02-11)
104

115
### Other Changes
6+
- This release contains bug fixes to improve quality.
127

138
## 5.3.3 (2024-10-10)
149

@@ -19,7 +14,7 @@
1914

2015
### Other Changes
2116
- This release contains bug fixes to improve quality.
22-
-
17+
2318
## 5.3.1 (2024-07-17)
2419

2520
### Bugs Fixed

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/src/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<Version>5.4.0-beta.1</Version>
6+
<Version>5.3.4</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<ApiCompatVersion>5.3.3</ApiCompatVersion>
99
<Description>This extension adds bindings for Storage</Description>

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Release History
22

3-
## 5.4.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 5.3.4 (2025-02-11)
84

95
### Bugs Fixed
106
- Fixed bug where calling StopAsync in QueueListener while drain mode was enabled would cancel the execution cancellation token.
117
- Fixed bug where the cancellation token passed to QueueListener.ProcessMessageAsync was being propagated to the QueueProcessor.CompleteProcessingMessageAsync call. Since this token is always canceled when QueueListener.StopAsync is invoked, it caused messages to be processed but not deleted.
128

13-
### Other Changes
149

1510
## 5.3.3 (2024-10-10)
1611

0 commit comments

Comments
 (0)