Skip to content

Commit

Permalink
Storage STG 94 GA release (Azure#45018)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Jul 16, 2024
1 parent f2df745 commit 8615c80
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 49 deletions.
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.18.0-beta.2 (Unreleased)
## 12.18.0 (2024-07-16)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Includes all features from 12.18.0-beta.1.

## 12.18.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Blobs.Batch client library</AssemblyTitle>
<Version>12.18.0-beta.2</Version>
<Version>12.18.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.17.0</ApiCompatVersion>
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.0.0-preview.46 (Unreleased)
## 12.0.0-preview.46 (2024-07-16)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- This release contains bug fixes to improve quality.

## 12.0.0-preview.45 (2024-06-11)
- Added support for service version 2024-08-04.
Expand Down
7 changes: 2 additions & 5 deletions sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Release History

## 12.21.0-beta.2 (Unreleased)
## 12.21.0 (2024-07-16)

### Features Added

### Breaking Changes
- Includes all features from 12.21.0-beta.1.

### Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the blob name at the '#'.

### Other Changes

## 12.21.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
- Added BlobContainerClient.GetAccountInfo(), .GetAccountInfoAsync(), BlobBaseClient.GetAccountInfo(), and .GetAccountInfoAsync() APIs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
<Version>12.21.0-beta.2</Version>
<Version>12.21.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.20.0</ApiCompatVersion>
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.20.0-beta.2 (Unreleased)
## 12.20.0 (2024-07-16)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Includes all features from 12.20.0-beta.1.

## 12.20.0-beta.1 (2024-06-11)
- This release contains bug fixes to improve quality.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Common client library</AssemblyTitle>
<Version>12.20.0-beta.2</Version>
<Version>12.20.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.19.0</ApiCompatVersion>
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>
Expand Down
7 changes: 2 additions & 5 deletions sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Release History

## 12.19.0-beta.2 (Unreleased)
## 12.19.0 (2024-07-16)

### Features Added

### Breaking Changes
- Includes all features from 12.19.0-beta.1.

### Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the path at the '#'.

### Other Changes

## 12.19.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
- Added more detailed messaging for authorization failure cases.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Files.DataLake client library</AssemblyTitle>
<Version>12.19.0-beta.2</Version>
<Version>12.19.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.18.0</ApiCompatVersion>
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>
Expand Down
7 changes: 2 additions & 5 deletions sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Release History

## 12.19.0-beta.2 (Unreleased)
## 12.19.0 (2024-07-16)

### Features Added

### Breaking Changes
- Includes all features from 12.19.0-beta.1.

### Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the path at the '#'.

### Other Changes

## 12.19.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
- Added more detailed messaging for authorization failure cases.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Files.Shares client library</AssemblyTitle>
<Version>12.19.0-beta.2</Version>
<Version>12.19.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.18.0</ApiCompatVersion>
<DefineConstants>FileSDK;$(DefineConstants)</DefineConstants>
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Queues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.19.0-beta.2 (Unreleased)
## 12.19.0 (2024-07-16)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Includes all features from 12.19.0-beta.1.

## 12.19.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Queues client library</AssemblyTitle>
<Version>12.19.0-beta.2</Version>
<Version>12.19.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.18.0</ApiCompatVersion>
<DefineConstants>QueueSDK;$(DefineConstants)</DefineConstants>
Expand Down

0 comments on commit 8615c80

Please sign in to comment.