Skip to content

Commit c4fb0f9

Browse files
[Storage] Add changelog entries for STG93 GA Release (Azure#35522)
1 parent a61a8e2 commit c4fb0f9

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

sdk/storage/azure-storage-blob/CHANGELOG.md

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

3-
## 12.20.0 (Unreleased)
3+
## 12.20.0 (2024-05-07)
44

55
### Features Added
6-
6+
- Stable release of features from 12.20.0b1
77

88
## 12.20.0b1 (2024-04-16)
99

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

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

3-
## 12.15.0 (Unreleased)
3+
## 12.15.0 (2024-05-07)
44

55
### Features Added
6-
6+
- Stable release of features from 12.15.0b1
77

88
## 12.15.0b1 (2024-04-16)
99

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

1720
### Bugs Fixed
1821
- Bumped dependency of `typing-extensions` to `>=4.6.0` to avoid potential `TypeError` with `typing.TypeVar` on

sdk/storage/azure-storage-file-share/CHANGELOG.md

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

3-
## 12.16.0 (Unreleased)
3+
## 12.16.0 (2024-05-07)
44

55
### Features Added
6-
6+
- Stable release of features from 12.16.0b1
77

88
## 12.16.0b1 (2024-04-16)
99

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

1820
### Bugs Fixed
1921
- Fixed an issue where the `ShareDirectoryClient` returned by `get_subdirectory_client` with a `ShareDirectoryClient`

sdk/storage/azure-storage-queue/CHANGELOG.md

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

3-
## 12.10.0 (Unreleased)
3+
## 12.10.0 (2024-05-07)
44

55
### Features Added
6-
6+
- Stable release of features from 12.10.0b1
77

88
## 12.10.0b1 (2024-04-16)
99

0 commit comments

Comments
 (0)