File tree Expand file tree Collapse file tree 6 files changed +31
-7
lines changed
azure-storage-file-datalake
azure/storage/filedatalake Expand file tree Collapse file tree 6 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.8.1b1 (Unreleased)
3
+ ## 12.8.1 (2021-04-20)
4
+ ** Fixes**
5
+ - Fixed retry on large block upload
6
+ - Make ` AccountName ` , ` AccountKey ` etc. in conn_str case insensitive
7
+ - Fixed downloader.chunks() return chunks in different size (#9419 , #15648 )
8
+ - Enabled exists() for CPK encrypted blobs (#18041 )
9
+ - Fixed the ability to upload from a generator (#17418 )
10
+ - Fixed unclosed ThreadPoolExecutor (#8955 )
11
+ - Added chunk streaming docstrings and samples (#17149 , #11009 )
12
+ - Added retry for blob download (#17974 , #10572 )
4
13
5
14
6
15
## 12.8.0 (2021-03-01)
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.8.1b1 "
7
+ VERSION = "12.8.1 "
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.3.1b1 (Unreleased)
3
+ ## 12.3.1 (2021-04-20)
4
+ ** Fixes**
5
+ - Fixed recursive=True on file deletion
6
+ - Make ` AccountName ` , ` AccountKey ` etc. in conn_str case insensitive
7
+ - Fixed downloader.chunks() return chunks in different size (#9419 , #15648 )
8
+ - Optimized memory usage for datalake file uploads large chunks (#16890 )
9
+ - Fixed unclosed ThreadPoolExecutor (#8955 )
10
+
11
+ ** New Features**
12
+ - Added get_account_information API
4
13
5
14
6
15
## 12.3.0 (2021-03-01)
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.3.1b1 "
7
+ VERSION = "12.3.1 "
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.4.2 (Unreleased)
3
+ ## 12.4.2 (2021-04-20)
4
+ ** Fixes**
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 )
4
8
5
9
6
10
## 12.4.1 (2021-01-20)
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.1.6 (Unreleased)
4
-
3
+ ## 12.1.6 (2021-04-20)
4
+ ** Fixes**
5
+ - Make ` AccountName ` , ` AccountKey ` etc. in conn_str case insensitive
6
+ - Fixed unclosed ThreadPoolExecutor (#8955 )
5
7
6
8
## 12.1.5 (2021-01-13)
7
9
** New features**
You can’t perform that action at this time.
0 commit comments