Skip to content

Commit d464fa6

Browse files
[Storage] Jan 22 Patch Fix Release Changelogs (Azure#39330)
1 parent d172cf7 commit d464fa6

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Release History
22

3-
## 12.25.0b1 (Unreleased)
3+
## 12.24.1 (2025-01-22)
44

5-
### Features Added
5+
### Bugs Fixed
6+
- Fixed an issue where custom transports may encounter `AttributeError` on certain requests.
7+
- Fixed an issue where `StorageStreamDownloader(chars=-1)` may not return all data.
68

79
## 12.24.0 (2024-11-13)
810

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.25.0b1"
7+
VERSION = "12.24.1"

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Release History
22

3-
## 12.19.0b1 (Unreleased)
4-
5-
### Features Added
3+
## 12.18.1 (2025-01-22)
64

75
### Bugs Fixed
6+
- Fixed an issue where custom transports may encounter `AttributeError` on certain requests.
87
- Fixed request handler to handle `None` value for `expires_on` keyword to `set_file_expiry` API.
98

109
## 12.18.0 (2024-11-13)

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.19.0b1"
7+
VERSION = "12.18.1"

sdk/storage/azure-storage-file-datalake/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
python_requires=">=3.8",
7979
install_requires=[
8080
"azure-core>=1.30.0",
81-
"azure-storage-blob>=12.25.0b1",
81+
"azure-storage-blob>=12.24.1",
8282
"typing-extensions>=4.6.0",
8383
"isodate>=0.6.1"
8484
],

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Release History
22

3-
## 12.21.0b1 (Unreleased)
3+
## 12.20.1 (2025-01-22)
44

5-
### Features Added
5+
### Bugs Fixed
6+
- Fixed an issue where custom transports may encounter `AttributeError` on certain requests.
67

78
## 12.20.0 (2024-11-13)
89

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_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.21.0b1"
7+
VERSION = "12.20.1"

0 commit comments

Comments
 (0)