File tree Expand file tree Collapse file tree 6 files changed +33
-23
lines changed Expand file tree Collapse file tree 6 files changed +33
-23
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,13 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
8
8
9
9
# Release Notes
10
10
11
- - v3.0.2(Unreleased )
11
+ - v3.0.2(March 23, 2023 )
12
12
13
13
- Fixed a memory leak in the logging module of the Cython extension.
14
- - Fixed a bug where the ` put ` command on AWS raised ` AttributeError ` when the file size was larger than 200M.
14
+ - Fixed a bug where the ` put ` command on AWS raised ` AttributeError ` when uploading file composed of multiple parts.
15
+ - Fixed a bug of incorrect type hints of ` SnowflakeCursor.fetch_arrow_all ` and ` SnowflakeCursor.fetchall ` .
16
+ - Fixed a bug where ` snowflake.connector.util_text.split_statements ` swallows the final line break in the case when there are no space between lines.
17
+ - Improved logging to mask tokens in case of errors.
15
18
- Validate SSO URL before opening it in the browser for External browser authenticator.
16
19
17
20
- v3.0.1(February 28, 2023)
Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ asn1crypto==1.5.1
3
3
certifi==2022.12.7
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==39.0.1
7
- filelock==3.9 .0
6
+ cryptography==39.0.2
7
+ filelock==3.10 .0
8
8
idna==3.4
9
9
oscrypto==1.3.0
10
+ packaging==23.0
10
11
pycparser==2.21
11
12
pycryptodomex==3.17
12
13
PyJWT==2.6.0
13
14
pyOpenSSL==23.0.0
14
15
pytz==2022.7.1
15
16
requests==2.28.2
16
17
typing_extensions==4.5.0
17
- urllib3==1.26.14
18
- snowflake-connector-python==3.0.1
18
+ urllib3==1.26.15
19
+ snowflake-connector-python==3.0.2
Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ asn1crypto==1.5.1
3
3
certifi==2022.12.7
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==39.0.1
7
- filelock==3.9 .0
6
+ cryptography==39.0.2
7
+ filelock==3.10 .0
8
8
idna==3.4
9
9
oscrypto==1.3.0
10
+ packaging==23.0
10
11
pycparser==2.21
11
12
pycryptodomex==3.17
12
13
PyJWT==2.6.0
13
14
pyOpenSSL==23.0.0
14
15
pytz==2022.7.1
15
16
requests==2.28.2
16
17
typing_extensions==4.5.0
17
- urllib3==1.26.14
18
- snowflake-connector-python==3.0.1
18
+ urllib3==1.26.15
19
+ snowflake-connector-python==3.0.2
Original file line number Diff line number Diff line change 1
- # Generated on: Python 3.7.15
1
+ # Generated on: Python 3.7.16
2
2
asn1crypto==1.5.1
3
3
certifi==2022.12.7
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==39.0.1
7
- filelock==3.9 .0
6
+ cryptography==39.0.2
7
+ filelock==3.10 .0
8
8
idna==3.4
9
+ importlib-metadata==6.1.0
9
10
oscrypto==1.3.0
11
+ packaging==23.0
10
12
pycparser==2.21
11
13
pycryptodomex==3.17
12
14
PyJWT==2.6.0
13
15
pyOpenSSL==23.0.0
14
16
pytz==2022.7.1
15
17
requests==2.28.2
16
18
typing_extensions==4.5.0
17
- urllib3==1.26.14
18
- snowflake-connector-python==3.0.1
19
+ urllib3==1.26.15
20
+ zipp==3.15.0
21
+ snowflake-connector-python==3.0.2
Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ asn1crypto==1.5.1
3
3
certifi==2022.12.7
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==39.0.1
7
- filelock==3.9 .0
6
+ cryptography==39.0.2
7
+ filelock==3.10 .0
8
8
idna==3.4
9
9
oscrypto==1.3.0
10
+ packaging==23.0
10
11
pycparser==2.21
11
12
pycryptodomex==3.17
12
13
PyJWT==2.6.0
13
14
pyOpenSSL==23.0.0
14
15
pytz==2022.7.1
15
16
requests==2.28.2
16
17
typing_extensions==4.5.0
17
- urllib3==1.26.14
18
- snowflake-connector-python==3.0.1
18
+ urllib3==1.26.15
19
+ snowflake-connector-python==3.0.2
Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ asn1crypto==1.5.1
3
3
certifi==2022.12.7
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==39.0.1
7
- filelock==3.9 .0
6
+ cryptography==39.0.2
7
+ filelock==3.10 .0
8
8
idna==3.4
9
9
oscrypto==1.3.0
10
+ packaging==23.0
10
11
pycparser==2.21
11
12
pycryptodomex==3.17
12
13
PyJWT==2.6.0
13
14
pyOpenSSL==23.0.0
14
15
pytz==2022.7.1
15
16
requests==2.28.2
16
17
typing_extensions==4.5.0
17
- urllib3==1.26.14
18
- snowflake-connector-python==3.0.1
18
+ urllib3==1.26.15
19
+ snowflake-connector-python==3.0.2
You can’t perform that action at this time.
0 commit comments