Skip to content

Commit 0568271

Browse files
[Storage] [STG 99] Changelogs for Removing __enter__ and __exit__ from Async Clients (#43426)
1 parent ad01347 commit 0568271

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Release History
22

3-
## 12.27.0 (2025-10-14)
3+
## 12.27.0 (2025-10-15)
44

55
### Features Added
66
- Stable release of features from 12.27.0b1
77

88
### Other Changes
99
- Migrated any previously documented `kwarg` arguments to be named keywords.
1010
Some public types may have been adjusted if they were previously erroneous or incomplete.
11+
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
12+
and let the `AttributeError` raise directly.
1113

1214
## 12.26.0 (2025-07-16)
1315

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Release History
22

3-
## 12.22.0 (2025-10-14)
3+
## 12.22.0 (2025-10-15)
44

55
### Features Added
66
- Stable release of features from 12.22.0b1
77

8+
### Other Changes
9+
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
10+
and let the `AttributeError` raise directly.
11+
812
## 12.21.0 (2025-07-16)
913

1014
### Features Added

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Release History
22

3-
## 12.23.0 (2025-10-14)
3+
## 12.23.0 (2025-10-15)
44

55
### Features Added
66
- Stable release of features from 12.23.0b1
77

88
### Bugs Fixed
99
- Fixed an issue where `ShareClient`'s `list_directories_and_files` API specified with `name_starts_with`
1010
would not return all results when the share contains a large number of files and directories.
11+
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
12+
and let the `AttributeError` raise directly.
1113

1214
### Other Changes
1315
- Migrated any previously documented `kwarg` arguments to be named keywords.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Release History
22

3-
## 12.14.0 (2025-10-14)
3+
## 12.14.0 (2025-10-15)
44

55
### Features Added
66
- Stable release of features from 12.14.0b1
77

8+
### Other Changes
9+
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
10+
and let the `AttributeError` raise directly.
11+
812
## 12.13.0 (2025-07-16)
913

1014
### Features Added

0 commit comments

Comments
 (0)