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
88
99# Release Notes
1010
11- - v3.0.2(Unreleased )
11+ - v3.0.2(March 23, 2023 )
1212
1313 - 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.
1518 - Validate SSO URL before opening it in the browser for External browser authenticator.
1619
1720- v3.0.1(February 28, 2023)
Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ asn1crypto==1.5.1
33certifi==2022.12.7
44cffi==1.15.1
55charset-normalizer==2.1.1
6- cryptography==39.0.1
7- filelock==3.9 .0
6+ cryptography==39.0.2
7+ filelock==3.10 .0
88idna==3.4
99oscrypto==1.3.0
10+ packaging==23.0
1011pycparser==2.21
1112pycryptodomex==3.17
1213PyJWT==2.6.0
1314pyOpenSSL==23.0.0
1415pytz==2022.7.1
1516requests==2.28.2
1617typing_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
33certifi==2022.12.7
44cffi==1.15.1
55charset-normalizer==2.1.1
6- cryptography==39.0.1
7- filelock==3.9 .0
6+ cryptography==39.0.2
7+ filelock==3.10 .0
88idna==3.4
99oscrypto==1.3.0
10+ packaging==23.0
1011pycparser==2.21
1112pycryptodomex==3.17
1213PyJWT==2.6.0
1314pyOpenSSL==23.0.0
1415pytz==2022.7.1
1516requests==2.28.2
1617typing_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
22asn1crypto==1.5.1
33certifi==2022.12.7
44cffi==1.15.1
55charset-normalizer==2.1.1
6- cryptography==39.0.1
7- filelock==3.9 .0
6+ cryptography==39.0.2
7+ filelock==3.10 .0
88idna==3.4
9+ importlib-metadata==6.1.0
910oscrypto==1.3.0
11+ packaging==23.0
1012pycparser==2.21
1113pycryptodomex==3.17
1214PyJWT==2.6.0
1315pyOpenSSL==23.0.0
1416pytz==2022.7.1
1517requests==2.28.2
1618typing_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
33certifi==2022.12.7
44cffi==1.15.1
55charset-normalizer==2.1.1
6- cryptography==39.0.1
7- filelock==3.9 .0
6+ cryptography==39.0.2
7+ filelock==3.10 .0
88idna==3.4
99oscrypto==1.3.0
10+ packaging==23.0
1011pycparser==2.21
1112pycryptodomex==3.17
1213PyJWT==2.6.0
1314pyOpenSSL==23.0.0
1415pytz==2022.7.1
1516requests==2.28.2
1617typing_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
33certifi==2022.12.7
44cffi==1.15.1
55charset-normalizer==2.1.1
6- cryptography==39.0.1
7- filelock==3.9 .0
6+ cryptography==39.0.2
7+ filelock==3.10 .0
88idna==3.4
99oscrypto==1.3.0
10+ packaging==23.0
1011pycparser==2.21
1112pycryptodomex==3.17
1213PyJWT==2.6.0
1314pyOpenSSL==23.0.0
1415pytz==2022.7.1
1516requests==2.28.2
1617typing_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