File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
azure-storage-file-datalake Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1515tokens 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
Original file line number Diff line number Diff line change 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
1616tokens 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 `
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments