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 1
1
# Release History
2
2
3
- ## 12.20.0 (Unreleased )
3
+ ## 12.20.0 (2024-05-07 )
4
4
5
5
### Features Added
6
-
6
+ - Stable release of features from 12.20.0b1
7
7
8
8
## 12.20.0b1 (2024-04-16)
9
9
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.15.0 (Unreleased )
3
+ ## 12.15.0 (2024-05-07 )
4
4
5
5
### Features Added
6
-
6
+ - Stable release of features from 12.15.0b1
7
7
8
8
## 12.15.0b1 (2024-04-16)
9
9
@@ -13,6 +13,9 @@ This version and all future versions will require Python 3.8+. Python 3.7 is no
13
13
- Added support for service version 2024-05-04.
14
14
- The ` services ` parameter has been added to the ` generate_account_sas ` API, which enables the ability to generate SAS
15
15
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.
16
19
17
20
### Bugs Fixed
18
21
- 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 1
1
# Release History
2
2
3
- ## 12.16.0 (Unreleased )
3
+ ## 12.16.0 (2024-05-07 )
4
4
5
5
### Features Added
6
-
6
+ - Stable release of features from 12.16.0b1
7
7
8
8
## 12.16.0b1 (2024-04-16)
9
9
@@ -14,6 +14,8 @@ This version and all future versions will require Python 3.8+. Python 3.7 is no
14
14
- Added support for service version 2024-05-04.
15
15
- The ` services ` parameter has been added to the ` generate_account_sas ` API, which enables the ability to generate SAS
16
16
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() `
17
19
18
20
### Bugs Fixed
19
21
- Fixed an issue where the ` ShareDirectoryClient ` returned by ` get_subdirectory_client ` with a ` ShareDirectoryClient `
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.10.0 (Unreleased )
3
+ ## 12.10.0 (2024-05-07 )
4
4
5
5
### Features Added
6
-
6
+ - Stable release of features from 12.10.0b1
7
7
8
8
## 12.10.0b1 (2024-04-16)
9
9
You can’t perform that action at this time.
0 commit comments