From be500a08735504971de59690d1c13eec9ec1f7d6 Mon Sep 17 00:00:00 2001 From: Mark Keller Date: Mon, 27 Feb 2023 18:06:50 -0800 Subject: [PATCH] 3.0.1 release (#1446) Co-authored-by: Mike Heavin <98060978+sfc-gh-mheavin@users.noreply.github.com> --- DESCRIPTION.md | 10 ++++++---- tested_requirements/requirements_310.reqs | 10 +++++----- tested_requirements/requirements_311.reqs | 10 +++++----- tested_requirements/requirements_37.reqs | 8 ++++---- tested_requirements/requirements_38.reqs | 8 ++++---- tested_requirements/requirements_39.reqs | 8 ++++---- 6 files changed, 28 insertions(+), 26 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index ed04efce0..64bd6329f 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -8,12 +8,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne # Release Notes -- v3.0.1(unreleased) +- v3.0.1(February 28, 2023) - Improved the robustness of OCSP response caching to handle errors in cases of serialization and deserialization. - - Fixed a bug where `AuthByKeyPair.handle_timeout` should pass keyword arguments instead of positional arguments when calling `AuthByKeyPair.prepare`. PR #1440 (@emilhe) - - Fixed a bug where MFA token caching would refuse to work until restarted instead of reauthenticating - - Replaced dependency on setuptools in favor of packaging + - Updated async_executes method's doc-string. + - Errors raised now have a query field that contains the SQL query that caused them when available. + - Fixed a bug where MFA token caching would refuse to work until restarted instead of reauthenticating. + - Replaced the dependency on setuptools in favor of packaging. + - Fixed a bug where `AuthByKeyPair.handle_timeout` should pass keyword arguments instead of positional arguments when calling `AuthByKeyPair.prepare`. - v3.0.0(January 26, 2023) diff --git a/tested_requirements/requirements_310.reqs b/tested_requirements/requirements_310.reqs index c2a04290b..51c0caf9f 100644 --- a/tested_requirements/requirements_310.reqs +++ b/tested_requirements/requirements_310.reqs @@ -1,18 +1,18 @@ -# Generated on: Python 3.10.9 +# Generated on: Python 3.10.10 asn1crypto==1.5.1 certifi==2022.12.7 cffi==1.15.1 charset-normalizer==2.1.1 -cryptography==39.0.0 +cryptography==39.0.1 filelock==3.9.0 idna==3.4 oscrypto==1.3.0 pycparser==2.21 -pycryptodomex==3.16.0 +pycryptodomex==3.17 PyJWT==2.6.0 pyOpenSSL==23.0.0 pytz==2022.7.1 requests==2.28.2 -typing_extensions==4.4.0 +typing_extensions==4.5.0 urllib3==1.26.14 -snowflake-connector-python==3.0.0 +snowflake-connector-python==3.0.1 diff --git a/tested_requirements/requirements_311.reqs b/tested_requirements/requirements_311.reqs index 0a2d0665e..34e2b5458 100644 --- a/tested_requirements/requirements_311.reqs +++ b/tested_requirements/requirements_311.reqs @@ -1,18 +1,18 @@ -# Generated on: Python 3.11.1 +# Generated on: Python 3.11.2 asn1crypto==1.5.1 certifi==2022.12.7 cffi==1.15.1 charset-normalizer==2.1.1 -cryptography==39.0.0 +cryptography==39.0.1 filelock==3.9.0 idna==3.4 oscrypto==1.3.0 pycparser==2.21 -pycryptodomex==3.16.0 +pycryptodomex==3.17 PyJWT==2.6.0 pyOpenSSL==23.0.0 pytz==2022.7.1 requests==2.28.2 -typing_extensions==4.4.0 +typing_extensions==4.5.0 urllib3==1.26.14 -snowflake-connector-python==3.0.0 +snowflake-connector-python==3.0.1 diff --git a/tested_requirements/requirements_37.reqs b/tested_requirements/requirements_37.reqs index 6f293dc09..6497cb4b0 100644 --- a/tested_requirements/requirements_37.reqs +++ b/tested_requirements/requirements_37.reqs @@ -3,16 +3,16 @@ asn1crypto==1.5.1 certifi==2022.12.7 cffi==1.15.1 charset-normalizer==2.1.1 -cryptography==39.0.0 +cryptography==39.0.1 filelock==3.9.0 idna==3.4 oscrypto==1.3.0 pycparser==2.21 -pycryptodomex==3.16.0 +pycryptodomex==3.17 PyJWT==2.6.0 pyOpenSSL==23.0.0 pytz==2022.7.1 requests==2.28.2 -typing_extensions==4.4.0 +typing_extensions==4.5.0 urllib3==1.26.14 -snowflake-connector-python==3.0.0 +snowflake-connector-python==3.0.1 diff --git a/tested_requirements/requirements_38.reqs b/tested_requirements/requirements_38.reqs index ee167bc81..6cf2d2ca9 100644 --- a/tested_requirements/requirements_38.reqs +++ b/tested_requirements/requirements_38.reqs @@ -3,16 +3,16 @@ asn1crypto==1.5.1 certifi==2022.12.7 cffi==1.15.1 charset-normalizer==2.1.1 -cryptography==39.0.0 +cryptography==39.0.1 filelock==3.9.0 idna==3.4 oscrypto==1.3.0 pycparser==2.21 -pycryptodomex==3.16.0 +pycryptodomex==3.17 PyJWT==2.6.0 pyOpenSSL==23.0.0 pytz==2022.7.1 requests==2.28.2 -typing_extensions==4.4.0 +typing_extensions==4.5.0 urllib3==1.26.14 -snowflake-connector-python==3.0.0 +snowflake-connector-python==3.0.1 diff --git a/tested_requirements/requirements_39.reqs b/tested_requirements/requirements_39.reqs index 15137216b..53fc6ecc3 100644 --- a/tested_requirements/requirements_39.reqs +++ b/tested_requirements/requirements_39.reqs @@ -3,16 +3,16 @@ asn1crypto==1.5.1 certifi==2022.12.7 cffi==1.15.1 charset-normalizer==2.1.1 -cryptography==39.0.0 +cryptography==39.0.1 filelock==3.9.0 idna==3.4 oscrypto==1.3.0 pycparser==2.21 -pycryptodomex==3.16.0 +pycryptodomex==3.17 PyJWT==2.6.0 pyOpenSSL==23.0.0 pytz==2022.7.1 requests==2.28.2 -typing_extensions==4.4.0 +typing_extensions==4.5.0 urllib3==1.26.14 -snowflake-connector-python==3.0.0 +snowflake-connector-python==3.0.1