File tree 5 files changed +14
-10
lines changed
azure-storage-file-datalake 5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
3
## 12.8.1 (2021-04-20)
4
+ ** New Features**
5
+ - Added support for ` BlobClient -> ContainerClient -> BlobServiceClient ` Traversal
6
+
4
7
** Fixes**
5
8
- Fixed retry on large block upload
6
9
- Make ` AccountName ` , ` AccountKey ` etc. in conn_str case insensitive
7
10
- Fixed downloader.chunks() return chunks in different size (#9419 , #15648 )
8
- - Enabled exists() for CPK encrypted blobs (#18041 )
11
+ - Enabled ` exists() ` for CPK encrypted blobs (#18041 )
9
12
- Fixed the ability to upload from a generator (#17418 )
10
- - Fixed unclosed ThreadPoolExecutor (#8955 )
13
+ - Fixed unclosed ` ThreadPoolExecutor ` (#8955 )
14
+ - Fixed retries for blob download streams (#18164 , #17974 , #10572 (comment))
11
15
- Added chunk streaming docstrings and samples (#17149 , #11009 )
12
16
- Added retry for blob download (#17974 , #10572 )
13
17
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ autorest --v3 --python
16
16
17
17
### Settings
18
18
``` yaml
19
- input-file : https://github.com/raw/Azure/azure-rest-api-specs/storage-dataplane-preview/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-04-08 /blob.json
19
+ input-file : https://github.com/raw/Azure/azure-rest-api-specs/storage-dataplane-preview/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-06-12 /blob.json
20
20
output-folder : ../azure/storage/blob/_generated
21
21
namespace : azure.storage.blob
22
22
no-namespace-folders : true
Original file line number Diff line number Diff line change 2
2
3
3
## 12.3.1 (2021-04-20)
4
4
** Fixes**
5
- - Fixed recursive=True on file deletion
5
+ - Fixed ` recursive=True ` on file deletion
6
6
- Make ` AccountName ` , ` AccountKey ` etc. in conn_str case insensitive
7
- - Fixed downloader.chunks() return chunks in different size (#9419 , #15648 )
7
+ - Fixed ` downloader.chunks() ` return chunks in different size (#9419 , #15648 )
8
8
- Optimized memory usage for datalake file uploads large chunks (#16890 )
9
- - Fixed unclosed ThreadPoolExecutor (#8955 )
9
+ - Fixed unclosed ` ThreadPoolExecutor ` (#8955 )
10
10
11
11
** New Features**
12
- - Added get_account_information API
12
+ - Added ` get_account_information() ` API
13
13
14
14
15
15
## 12.3.0 (2021-03-01)
Original file line number Diff line number Diff line change 3
3
## 12.4.2 (2021-04-20)
4
4
** Fixes**
5
5
- Make ` AccountName ` , ` AccountKey ` etc. in conn_str case insensitive
6
- - Fixed downloader.chunks() return chunks in different size (#9419 , #15648 )
7
- - Fixed unclosed ThreadPoolExecutor (#8955 )
6
+ - Fixed ` downloader.chunks() ` return chunks in different size (#9419 , #15648 )
7
+ - Fixed unclosed ` ThreadPoolExecutor ` (#8955 )
8
8
9
9
10
10
## 12.4.1 (2021-01-20)
Original file line number Diff line number Diff line change 3
3
## 12.1.6 (2021-04-20)
4
4
** Fixes**
5
5
- Make ` AccountName ` , ` AccountKey ` etc. in conn_str case insensitive
6
- - Fixed unclosed ThreadPoolExecutor (#8955 )
6
+ - Fixed unclosed ` ThreadPoolExecutor ` (#8955 )
7
7
8
8
## 12.1.5 (2021-01-13)
9
9
** New features**
You can’t perform that action at this time.
0 commit comments