File tree Expand file tree Collapse file tree 12 files changed +25
-21
lines changed
azure-storage-file-datalake
azure/storage/filedatalake Expand file tree Collapse file tree 12 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.19.0b1 (Unreleased)
4
-
5
- ### Features Added
3
+ ## 12.18.3 (2023-10-10)
6
4
5
+ ### Bugs Fixed
6
+ - Fixed an issue when an invalid type was provided for ` credential ` during client construction, the
7
+ ` __str__ ` of the object would be present in the exception message and therefore potentially logged.
7
8
8
9
## 12.18.2 (2023-09-25)
9
10
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.19.0b1 "
7
+ VERSION = "12.18.3 "
Original file line number Diff line number Diff line change 56
56
url = 'https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob' ,
57
57
keywords = "azure, azure sdk" ,
58
58
classifiers = [
59
- 'Development Status :: 4 - Beta ' ,
59
+ 'Development Status :: 5 - Production/Stable ' ,
60
60
'Programming Language :: Python' ,
61
61
'Programming Language :: Python :: 3 :: Only' ,
62
62
'Programming Language :: Python :: 3' ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.14.0b1 (Unreleased)
4
-
5
- ### Features Added
3
+ ## 12.13.2 (2023-10-10)
6
4
5
+ ### Bugs Fixed
6
+ - Fixed an issue when an invalid type was provided for ` credential ` during client construction, the
7
+ ` __str__ ` of the object would be present in the exception message and therefore potentially logged.
7
8
8
9
## 12.13.1 (2023-09-13)
9
10
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.14.0b1 "
7
+ VERSION = "12.13.2 "
Original file line number Diff line number Diff line change 57
57
url = 'https://github.com/Azure/azure-sdk-for-python' ,
58
58
keywords = "azure, azure sdk" ,
59
59
classifiers = [
60
- 'Development Status :: 4 - Beta ' ,
60
+ 'Development Status :: 5 - Production/Stable ' ,
61
61
'Programming Language :: Python' ,
62
62
'Programming Language :: Python :: 3 :: Only' ,
63
63
'Programming Language :: Python :: 3' ,
78
78
python_requires = ">=3.7" ,
79
79
install_requires = [
80
80
"azure-core<2.0.0,>=1.28.0" ,
81
- "azure-storage-blob<13.0.0,>=12.18.1 " ,
81
+ "azure-storage-blob<13.0.0,>=12.18.3 " ,
82
82
"typing-extensions>=4.3.0" ,
83
83
"isodate>=0.6.1"
84
84
],
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.15.0b1 (Unreleased)
4
-
5
- ### Features Added
3
+ ## 12.14.2 (2023-10-10)
6
4
5
+ ### Bugs Fixed
6
+ - Fixed an issue when an invalid type was provided for ` credential ` during client construction, the
7
+ ` __str__ ` of the object would be present in the exception message and therefore potentially logged.
7
8
8
9
## 12.14.1 (2023-09-13)
9
10
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.15.0b1 "
7
+ VERSION = "12.14.2 "
Original file line number Diff line number Diff line change 45
45
url = 'https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share' ,
46
46
keywords = "azure, azure sdk" ,
47
47
classifiers = [
48
- 'Development Status :: 4 - Beta ' ,
48
+ 'Development Status :: 5 - Production/Stable ' ,
49
49
'Programming Language :: Python' ,
50
50
'Programming Language :: Python :: 3 :: Only' ,
51
51
'Programming Language :: Python :: 3' ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.8.0b1 (Unreleased)
4
-
5
- ### Features Added
3
+ ## 12.7.3 (2023-10-10)
6
4
5
+ ### Bugs Fixed
6
+ - Fixed an issue when an invalid type was provided for ` credential ` during client construction, the
7
+ ` __str__ ` of the object would be present in the exception message and therefore potentially logged.
7
8
8
9
## 12.7.2 (2023-09-25)
9
10
You can’t perform that action at this time.
0 commit comments