From eda6206855f5792a0d6a5a315b4758c5c12bdeff Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Thu, 23 Mar 2023 11:06:25 -0700 Subject: [PATCH] SNOW-764946: 3.0.2 release notes (#1483) --- DESCRIPTION.md | 7 +++++-- tested_requirements/requirements_310.reqs | 9 +++++---- tested_requirements/requirements_311.reqs | 9 +++++---- tested_requirements/requirements_37.reqs | 13 ++++++++----- tested_requirements/requirements_38.reqs | 9 +++++---- tested_requirements/requirements_39.reqs | 9 +++++---- 6 files changed, 33 insertions(+), 23 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 05287f355..a1981ef80 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -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) diff --git a/tested_requirements/requirements_310.reqs b/tested_requirements/requirements_310.reqs index 51c0caf9f..5349a13b2 100644 --- a/tested_requirements/requirements_310.reqs +++ b/tested_requirements/requirements_310.reqs @@ -3,10 +3,11 @@ 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 @@ -14,5 +15,5 @@ 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 diff --git a/tested_requirements/requirements_311.reqs b/tested_requirements/requirements_311.reqs index 34e2b5458..07322442f 100644 --- a/tested_requirements/requirements_311.reqs +++ b/tested_requirements/requirements_311.reqs @@ -3,10 +3,11 @@ 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 @@ -14,5 +15,5 @@ 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 diff --git a/tested_requirements/requirements_37.reqs b/tested_requirements/requirements_37.reqs index 6497cb4b0..0dd99f632 100644 --- a/tested_requirements/requirements_37.reqs +++ b/tested_requirements/requirements_37.reqs @@ -1,12 +1,14 @@ -# 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 @@ -14,5 +16,6 @@ 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 diff --git a/tested_requirements/requirements_38.reqs b/tested_requirements/requirements_38.reqs index 6cf2d2ca9..0887758e4 100644 --- a/tested_requirements/requirements_38.reqs +++ b/tested_requirements/requirements_38.reqs @@ -3,10 +3,11 @@ 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 @@ -14,5 +15,5 @@ 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 diff --git a/tested_requirements/requirements_39.reqs b/tested_requirements/requirements_39.reqs index 53fc6ecc3..a8f3024b9 100644 --- a/tested_requirements/requirements_39.reqs +++ b/tested_requirements/requirements_39.reqs @@ -3,10 +3,11 @@ 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 @@ -14,5 +15,5 @@ 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