Skip to content

SNOW-764946: 3.0.2 release #1483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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