Skip to content

Commit eda6206

Browse files
authored
SNOW-764946: 3.0.2 release notes (#1483)
1 parent 1cdbd3b commit eda6206

File tree

6 files changed

+33
-23
lines changed

6 files changed

+33
-23
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

tested_requirements/requirements_310.reqs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
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
88
idna==3.4
99
oscrypto==1.3.0
10+
packaging==23.0
1011
pycparser==2.21
1112
pycryptodomex==3.17
1213
PyJWT==2.6.0
1314
pyOpenSSL==23.0.0
1415
pytz==2022.7.1
1516
requests==2.28.2
1617
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

tested_requirements/requirements_311.reqs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
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
88
idna==3.4
99
oscrypto==1.3.0
10+
packaging==23.0
1011
pycparser==2.21
1112
pycryptodomex==3.17
1213
PyJWT==2.6.0
1314
pyOpenSSL==23.0.0
1415
pytz==2022.7.1
1516
requests==2.28.2
1617
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
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
# Generated on: Python 3.7.15
1+
# Generated on: Python 3.7.16
22
asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
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
88
idna==3.4
9+
importlib-metadata==6.1.0
910
oscrypto==1.3.0
11+
packaging==23.0
1012
pycparser==2.21
1113
pycryptodomex==3.17
1214
PyJWT==2.6.0
1315
pyOpenSSL==23.0.0
1416
pytz==2022.7.1
1517
requests==2.28.2
1618
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

tested_requirements/requirements_38.reqs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
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
88
idna==3.4
99
oscrypto==1.3.0
10+
packaging==23.0
1011
pycparser==2.21
1112
pycryptodomex==3.17
1213
PyJWT==2.6.0
1314
pyOpenSSL==23.0.0
1415
pytz==2022.7.1
1516
requests==2.28.2
1617
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

tested_requirements/requirements_39.reqs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
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
88
idna==3.4
99
oscrypto==1.3.0
10+
packaging==23.0
1011
pycparser==2.21
1112
pycryptodomex==3.17
1213
PyJWT==2.6.0
1314
pyOpenSSL==23.0.0
1415
pytz==2022.7.1
1516
requests==2.28.2
1617
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

0 commit comments

Comments
 (0)