Skip to content

Commit

Permalink
[Storage] Add changelog entries for STG93 GA Release (#35522)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenttran-msft committed May 7, 2024
1 parent a61a8e2 commit c4fb0f9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release History

## 12.20.0 (Unreleased)
## 12.20.0 (2024-05-07)

### Features Added

- Stable release of features from 12.20.0b1

## 12.20.0b1 (2024-04-16)

Expand Down
7 changes: 5 additions & 2 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release History

## 12.15.0 (Unreleased)
## 12.15.0 (2024-05-07)

### Features Added

- Stable release of features from 12.15.0b1

## 12.15.0b1 (2024-04-16)

Expand All @@ -13,6 +13,9 @@ This version and all future versions will require Python 3.8+. Python 3.7 is no
- Added support for service version 2024-05-04.
- The `services` parameter has been added to the `generate_account_sas` API, which enables the ability to generate SAS
tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.
- Added `upn` as an optional keyword that can be specified on APIs that return an instance of `PathProperties`, `DirectoryProperties` or
`FileProperties`. Specifying this keyword transforms the user identity values returned in the `owner`, `group`, and `acl` fields of the
corresponding Properties from Azure Active Directory Object IDs to User Principal Names.

### Bugs Fixed
- Bumped dependency of `typing-extensions` to `>=4.6.0` to avoid potential `TypeError` with `typing.TypeVar` on
Expand Down
6 changes: 4 additions & 2 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release History

## 12.16.0 (Unreleased)
## 12.16.0 (2024-05-07)

### Features Added

- Stable release of features from 12.16.0b1

## 12.16.0b1 (2024-04-16)

Expand All @@ -14,6 +14,8 @@ This version and all future versions will require Python 3.8+. Python 3.7 is no
- Added support for service version 2024-05-04.
- The `services` parameter has been added to the `generate_account_sas` API, which enables the ability to generate SAS
tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.
- Added `client_name` property to `Handle`.
- Added support for `support_rename` to `get_ranges_diff()`

### Bugs Fixed
- Fixed an issue where the `ShareDirectoryClient` returned by `get_subdirectory_client` with a `ShareDirectoryClient`
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release History

## 12.10.0 (Unreleased)
## 12.10.0 (2024-05-07)

### Features Added

- Stable release of features from 12.10.0b1

## 12.10.0b1 (2024-04-16)

Expand Down

0 comments on commit c4fb0f9

Please sign in to comment.