Skip to content

Commit 398fff3

Browse files
Patch changelog (#18188)
* Patch changelog * updated swagger date
1 parent 9709e7b commit 398fff3

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Release History
22

33
## 12.8.1 (2021-04-20)
4+
**New Features**
5+
- Added support for `BlobClient -> ContainerClient -> BlobServiceClient` Traversal
6+
47
**Fixes**
58
- Fixed retry on large block upload
69
- Make `AccountName`, `AccountKey` etc. in conn_str case insensitive
710
- 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)
912
- 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))
1115
- Added chunk streaming docstrings and samples (#17149, #11009)
1216
- Added retry for blob download (#17974, #10572)
1317

sdk/storage/azure-storage-blob/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ autorest --v3 --python
1616

1717
### Settings
1818
``` 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
2020
output-folder: ../azure/storage/blob/_generated
2121
namespace: azure.storage.blob
2222
no-namespace-folders: true

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## 12.3.1 (2021-04-20)
44
**Fixes**
5-
- Fixed recursive=True on file deletion
5+
- Fixed `recursive=True` on file deletion
66
- 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)
88
- Optimized memory usage for datalake file uploads large chunks (#16890)
9-
- Fixed unclosed ThreadPoolExecutor (#8955)
9+
- Fixed unclosed `ThreadPoolExecutor` (#8955)
1010

1111
**New Features**
12-
- Added get_account_information API
12+
- Added `get_account_information()` API
1313

1414

1515
## 12.3.0 (2021-03-01)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## 12.4.2 (2021-04-20)
44
**Fixes**
55
- 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)
88

99

1010
## 12.4.1 (2021-01-20)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 12.1.6 (2021-04-20)
44
**Fixes**
55
- Make `AccountName`, `AccountKey` etc. in conn_str case insensitive
6-
- Fixed unclosed ThreadPoolExecutor (#8955)
6+
- Fixed unclosed `ThreadPoolExecutor` (#8955)
77

88
## 12.1.5 (2021-01-13)
99
**New features**

0 commit comments

Comments
 (0)