Skip to content

Commit 3fac772

Browse files
authored
[Storage]Add Patch Release ChangeLog (#18173)
* [Storage]Add Patch Release ChangeLog * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update test_blob_access_conditions.py
1 parent 1470bc7 commit 3fac772

File tree

6 files changed

+31
-7
lines changed

6 files changed

+31
-7
lines changed

sdk/storage/azure-storage-blob/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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)

sdk/storage/azure-storage-blob/azure/storage/blob/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.8.1b1"
7+
VERSION = "12.8.1"

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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)

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.3.1b1"
7+
VERSION = "12.3.1"

sdk/storage/azure-storage-file-share/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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)

sdk/storage/azure-storage-queue/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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**

0 commit comments

Comments
 (0)