Skip to content

Commit c0ff23b

Browse files
[Storage] Bump main changelogs after STG 99 GA release (#43451)
1 parent 62e47e6 commit c0ff23b

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
### Features Added
66

7+
## 12.27.0 (2025-10-15)
8+
9+
### Features Added
10+
- Stable release of features from 12.27.0b1
11+
12+
### Other Changes
13+
- Migrated any previously documented `kwarg` arguments to be named keywords.
14+
Some public types may have been adjusted if they were previously erroneous or incomplete.
15+
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
16+
and let the `AttributeError` raise directly.
17+
718
## 12.26.0 (2025-07-16)
819

920
### Features Added

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
### Features Added
66

7+
## 12.22.0 (2025-10-15)
8+
9+
### Features Added
10+
- Stable release of features from 12.22.0b1
11+
12+
### Other Changes
13+
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
14+
and let the `AttributeError` raise directly.
15+
716
## 12.21.0 (2025-07-16)
817

918
### Features Added

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
### Features Added
66

7+
## 12.23.0 (2025-10-15)
8+
9+
### Features Added
10+
- Stable release of features from 12.23.0b1
11+
12+
### Bugs Fixed
13+
- Fixed an issue where `ShareClient`'s `list_directories_and_files` API specified with `name_starts_with`
14+
would not return all results when the share contains a large number of files and directories.
15+
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
16+
and let the `AttributeError` raise directly.
17+
718
## 12.22.0 (2025-07-16)
819

920
### Features Added

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
### Features Added
66

7+
## 12.14.0 (2025-10-15)
8+
9+
### Features Added
10+
- Stable release of features from 12.14.0b1
11+
12+
### Other Changes
13+
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
14+
and let the `AttributeError` raise directly.
15+
716
## 12.13.0 (2025-07-16)
817

918
### Features Added

0 commit comments

Comments
 (0)