Skip to content

Commit 4b183cf

Browse files
[Storage] Updated changelogs after 101 GA (#46914)
1 parent 0318c81 commit 4b183cf

4 files changed

Lines changed: 42 additions & 0 deletions

File tree

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

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

55
### Features Added
66

7+
## 12.29.0 (2026-05-14)
8+
9+
### Features Added
10+
- Stable release of features from 12.29.0b1
11+
12+
### Bugs Fixed
13+
- Fixed an issue where `BlobClient`'s `download_blob` did not retry upon
14+
`ServiceReponseError` and `ServiceResponseTimeoutError` exceptions
15+
- Fixed various issues with configuring logging via `logging_enable` and `logging_body` keywords on a per-request
16+
basis and with retries. Prior to this fix logging may have not behaved as expected, especially on retries.
17+
- Fix a potential memory leak caused by improper exception handling that could occur under rare circumstances.
18+
719
## 12.30.0b1 (2026-04-01)
820

921
### Features Added

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

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

55
### Features Added
66

7+
## 12.24.0 (2026-05-14)
8+
9+
### Features Added
10+
- Stable release of features from 12.24.0b1
11+
12+
### Bugs Fixed
13+
- Fixed various issues with configuring logging via `logging_enable` and `logging_body` keywords on a per-request
14+
basis and with retries. Prior to this fix logging may have not behaved as expected, especially on retries.
15+
- Fix a potential memory leak caused by improper exception handling that could occur under rare circumstances.
16+
717
## 12.25.0b1 (2026-04-01)
818

919
### Features Added

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

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

55
### Features Added
66

7+
## 12.25.0 (2026-05-14)
8+
9+
### Features Added
10+
- Stable release of features from 12.25.0b1
11+
12+
### Bugs Fixed
13+
- Fixed various issues with configuring logging via `logging_enable` and `logging_body` keywords on a per-request
14+
basis and with retries. Prior to this fix logging may have not behaved as expected, especially on retries.
15+
- Fix a potential memory leak caused by improper exception handling that could occur under rare circumstances.
16+
717
## 12.26.0b1 (2026-04-01)
818

919
### Features Added

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

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

55
### Features Added
66

7+
## 12.16.0 (2026-05-14)
8+
9+
### Features Added
10+
- Stable release of features from 12.16.0b1
11+
12+
### Bugs Fixed
13+
- Fixed various issues with configuring logging via `logging_enable` and `logging_body` keywords on a per-request
14+
basis and with retries. Prior to this fix logging may have not behaved as expected, especially on retries.
15+
- Fix a potential memory leak caused by improper exception handling that could occur under rare circumstances.
16+
717
## 12.17.0b1 (2026-04-01)
818

919
### Features Added

0 commit comments

Comments
 (0)