File tree Expand file tree Collapse file tree 8 files changed +23
-9
lines changed
azure-storage-file-datalake
azure/storage/filedatalake Expand file tree Collapse file tree 8 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.14.1 (Unreleased)
3
+ ## 12.14.2 (Unreleased)
4
4
5
5
### Features Added
6
6
7
7
### Breaking Changes
8
8
9
9
### Bugs Fixed
10
- - Fixed possible invalid content range exception that gets raised when downloading empty blobs through Azurite.
11
10
12
11
### Other Changes
13
12
- Removed ` msrest ` dependency.
14
13
- Added ` typing-extensions>=4.0.1 ` as a dependency.
15
14
- Added ` isodate>=0.6.1 ` as a dependency.
16
15
- Added extra dependency ` aio ` for installing optional async dependencies. Use ` pip install azure-storage-blob[aio] ` to install.
17
16
17
+ ## 12.14.1 (2022-10-18)
18
+
19
+ ### Bugs Fixed
20
+ - Fixed possible ` ValueError ` for invalid content range that gets raised when downloading empty blobs through Azurite.
21
+
18
22
## 12.14.0 (2022-10-11)
19
23
20
24
### Features Added
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.14.1 "
7
+ VERSION = "12.14.2 "
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.9.1 (Unreleased)
3
+ ## 12.9.2 (Unreleased)
4
4
5
5
### Features Added
6
6
14
14
- Added ` isodate>=0.6.1 ` as a dependency.
15
15
- Added extra dependency ` aio ` for installing optional async dependencies. Use ` pip install azure-storage-file-datalake[aio] ` to install.
16
16
17
+ ## 12.9.1 (2022-10-18)
18
+
19
+ ### Bugs Fixed
20
+ - Fixed possible ` ValueError ` for invalid content range that gets raised when downloading empty files through Azurite.
21
+
17
22
## 12.9.0 (2022-10-11)
18
23
19
24
### Features Added
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.9.1 "
7
+ VERSION = "12.9.2 "
Original file line number Diff line number Diff line change 76
76
python_requires = ">=3.7" ,
77
77
install_requires = [
78
78
"azure-core<2.0.0,>=1.26.0" ,
79
- "azure-storage-blob<13.0.0,>=12.14.0 " ,
79
+ "azure-storage-blob<13.0.0,>=12.14.1 " ,
80
80
"typing-extensions>=4.0.1" ,
81
81
"isodate>=0.6.1"
82
82
],
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.10.1 (Unreleased)
3
+ ## 12.10.2 (Unreleased)
4
4
5
5
### Features Added
6
6
15
15
- Added ` isodate>=0.6.1 ` as a dependency.
16
16
- Added extra dependency ` aio ` for installing optional async dependencies. Use ` pip install azure-storage-file-share[aio] ` to install.
17
17
18
+ ## 12.10.1 (2022-10-18)
19
+
20
+ ### Bugs Fixed
21
+ - Fixed possible ` ValueError ` for invalid content range that gets raised when downloading empty files through Azurite.
22
+
18
23
## 12.10.0 (2022-10-11)
19
24
20
25
### Features Added
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.10.1 "
7
+ VERSION = "12.10.2 "
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ yarl<2.0,>=1.0
176
176
#override azure-storage-file-share azure-core[aio]<2.0.0,>=1.26.0
177
177
#override azure-storage-file-share typing-extensions>=4.0.1
178
178
#override azure-storage-file-share isodate>=0.6.1
179
- #override azure-storage-file-datalake azure-storage-blob<13.0.0,>=12.14.0
179
+ #override azure-storage-file-datalake azure-storage-blob<13.0.0,>=12.14.1
180
180
#override azure-storage-file-datalake azure-core<2.0.0,>=1.26.0
181
181
#override azure-storage-file-datalake azure-core[aio]<2.0.0,>=1.26.0
182
182
#override azure-storage-file-datalake typing-extensions>=4.0.1
You can’t perform that action at this time.
0 commit comments