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 11# Release History
22
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 )
413
514
615## 12.8.0 (2021-03-01)
Original file line number Diff line number Diff line change 44# license information.
55# --------------------------------------------------------------------------
66
7- VERSION = "12.8.1b1 "
7+ VERSION = "12.8.1 "
Original file line number Diff line number Diff line change 11# Release History
22
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
413
514
615## 12.3.0 (2021-03-01)
Original file line number Diff line number Diff line change 44# license information.
55# --------------------------------------------------------------------------
66
7- VERSION = "12.3.1b1 "
7+ VERSION = "12.3.1 "
Original file line number Diff line number Diff line change 11# Release History
22
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 )
48
59
610## 12.4.1 (2021-01-20)
Original file line number Diff line number Diff line change 11# Release History
22
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 )
57
68## 12.1.5 (2021-01-13)
79** New features**
You can’t perform that action at this time.
0 commit comments