Skip to content

Commit

Permalink
SNOW-764946: 3.0.2 release notes (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored Mar 23, 2023
1 parent 1cdbd3b commit eda6206
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 23 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.0.2(Unreleased)
- v3.0.2(March 23, 2023)

- Fixed a memory leak in the logging module of the Cython extension.
- Fixed a bug where the `put` command on AWS raised `AttributeError` when the file size was larger than 200M.
- Fixed a bug where the `put` command on AWS raised `AttributeError` when uploading file composed of multiple parts.
- Fixed a bug of incorrect type hints of `SnowflakeCursor.fetch_arrow_all` and `SnowflakeCursor.fetchall`.
- 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.
- Improved logging to mask tokens in case of errors.
- Validate SSO URL before opening it in the browser for External browser authenticator.

- v3.0.1(February 28, 2023)
Expand Down
9 changes: 5 additions & 4 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.1
filelock==3.9.0
cryptography==39.0.2
filelock==3.10.0
idna==3.4
oscrypto==1.3.0
packaging==23.0
pycparser==2.21
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.1
urllib3==1.26.15
snowflake-connector-python==3.0.2
9 changes: 5 additions & 4 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.1
filelock==3.9.0
cryptography==39.0.2
filelock==3.10.0
idna==3.4
oscrypto==1.3.0
packaging==23.0
pycparser==2.21
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.1
urllib3==1.26.15
snowflake-connector-python==3.0.2
13 changes: 8 additions & 5 deletions tested_requirements/requirements_37.reqs
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# Generated on: Python 3.7.15
# Generated on: Python 3.7.16
asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.1
filelock==3.9.0
cryptography==39.0.2
filelock==3.10.0
idna==3.4
importlib-metadata==6.1.0
oscrypto==1.3.0
packaging==23.0
pycparser==2.21
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.1
urllib3==1.26.15
zipp==3.15.0
snowflake-connector-python==3.0.2
9 changes: 5 additions & 4 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.1
filelock==3.9.0
cryptography==39.0.2
filelock==3.10.0
idna==3.4
oscrypto==1.3.0
packaging==23.0
pycparser==2.21
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.1
urllib3==1.26.15
snowflake-connector-python==3.0.2
9 changes: 5 additions & 4 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ asn1crypto==1.5.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==39.0.1
filelock==3.9.0
cryptography==39.0.2
filelock==3.10.0
idna==3.4
oscrypto==1.3.0
packaging==23.0
pycparser==2.21
pycryptodomex==3.17
PyJWT==2.6.0
pyOpenSSL==23.0.0
pytz==2022.7.1
requests==2.28.2
typing_extensions==4.5.0
urllib3==1.26.14
snowflake-connector-python==3.0.1
urllib3==1.26.15
snowflake-connector-python==3.0.2

0 comments on commit eda6206

Please sign in to comment.