From 12d3fc950bbc48edf1b33f4b4be963a9bba28114 Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Wed, 11 Sep 2024 11:20:31 -0700 Subject: [PATCH] PATCH: Bumped up PythonConnector PATCH version from 3.12.1 to 3.12.2 (#2048) --- DESCRIPTION.md | 10 +++++----- src/snowflake/connector/version.py | 2 +- tested_requirements/requirements_310.reqs | 14 +++++++------- tested_requirements/requirements_311.reqs | 14 +++++++------- tested_requirements/requirements_312.reqs | 18 +++++++++--------- tested_requirements/requirements_38.reqs | 16 ++++++++-------- tested_requirements/requirements_39.reqs | 16 ++++++++-------- 7 files changed, 45 insertions(+), 45 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index c1b98ffb4..71d77406b 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -8,11 +8,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne # Release Notes -- v3.12.2(TBD) - - Enhanced error handling for asynchronous queries, providing more detailed and informative error messages when an async query fails. - - Improved implementation of `snowflake.connector.util_text.random_string` to avoid collisions. - - If the account specifies a region, and that region is in China, the TLD is now inferred to be snowflakecomputing.cn. - - Changed loglevel to WARNING for OCSP fail-open warning messages (was: ERROR) +- v3.12.2(September 11,2024) + - Improved error handling for asynchronous queries, providing more detailed and informative error messages when an async query fails. + - Improved inference of top-level domains for accounts specifying a region in China, now defaulting to snowflakecomputing.cn. + - Improved implementation of the `snowflake.connector.util_text.random_string` to reduce the likelihood of collisions. + - Updated the log level for OCSP fail-open warning messages from ERROR to WARNING. - v3.12.1(August 20,2024) - Fixed a bug that logged the session token when renewing a session. diff --git a/src/snowflake/connector/version.py b/src/snowflake/connector/version.py index e210b5b60..7c071b443 100644 --- a/src/snowflake/connector/version.py +++ b/src/snowflake/connector/version.py @@ -1,3 +1,3 @@ # Update this for the versions # Don't change the forth version number from None -VERSION = (3, 12, 1, None) +VERSION = (3, 12, 2, None) diff --git a/tested_requirements/requirements_310.reqs b/tested_requirements/requirements_310.reqs index 267b159f1..ecd8aac9e 100644 --- a/tested_requirements/requirements_310.reqs +++ b/tested_requirements/requirements_310.reqs @@ -1,13 +1,13 @@ # Generated on: Python 3.10.14 asn1crypto==1.5.1 -certifi==2024.7.4 -cffi==1.17.0 +certifi==2024.8.30 +cffi==1.17.1 charset-normalizer==3.3.2 -cryptography==43.0.0 -filelock==3.15.4 -idna==3.7 +cryptography==43.0.1 +filelock==3.16.0 +idna==3.8 packaging==24.1 -platformdirs==4.2.2 +platformdirs==4.3.2 pycparser==2.22 PyJWT==2.9.0 pyOpenSSL==24.2.1 @@ -17,4 +17,4 @@ sortedcontainers==2.4.0 tomlkit==0.13.2 typing_extensions==4.12.2 urllib3==2.2.2 -snowflake-connector-python==3.12.1 +snowflake-connector-python==3.12.2 diff --git a/tested_requirements/requirements_311.reqs b/tested_requirements/requirements_311.reqs index 7158b6993..3143bfd35 100644 --- a/tested_requirements/requirements_311.reqs +++ b/tested_requirements/requirements_311.reqs @@ -1,13 +1,13 @@ # Generated on: Python 3.11.9 asn1crypto==1.5.1 -certifi==2024.7.4 -cffi==1.17.0 +certifi==2024.8.30 +cffi==1.17.1 charset-normalizer==3.3.2 -cryptography==43.0.0 -filelock==3.15.4 -idna==3.7 +cryptography==43.0.1 +filelock==3.16.0 +idna==3.8 packaging==24.1 -platformdirs==4.2.2 +platformdirs==4.3.2 pycparser==2.22 PyJWT==2.9.0 pyOpenSSL==24.2.1 @@ -17,4 +17,4 @@ sortedcontainers==2.4.0 tomlkit==0.13.2 typing_extensions==4.12.2 urllib3==2.2.2 -snowflake-connector-python==3.12.1 +snowflake-connector-python==3.12.2 diff --git a/tested_requirements/requirements_312.reqs b/tested_requirements/requirements_312.reqs index 95540239c..4ef71cf40 100644 --- a/tested_requirements/requirements_312.reqs +++ b/tested_requirements/requirements_312.reqs @@ -1,22 +1,22 @@ -# Generated on: Python 3.12.4 +# Generated on: Python 3.12.5 asn1crypto==1.5.1 -certifi==2024.7.4 -cffi==1.17.0 +certifi==2024.8.30 +cffi==1.17.1 charset-normalizer==3.3.2 -cryptography==43.0.0 -filelock==3.15.4 -idna==3.7 +cryptography==43.0.1 +filelock==3.16.0 +idna==3.8 packaging==24.1 -platformdirs==4.2.2 +platformdirs==4.3.2 pycparser==2.22 PyJWT==2.9.0 pyOpenSSL==24.2.1 pytz==2024.1 requests==2.32.3 -setuptools==73.0.0 +setuptools==74.1.2 sortedcontainers==2.4.0 tomlkit==0.13.2 typing_extensions==4.12.2 urllib3==2.2.2 wheel==0.44.0 -snowflake-connector-python==3.12.1 +snowflake-connector-python==3.12.2 diff --git a/tested_requirements/requirements_38.reqs b/tested_requirements/requirements_38.reqs index 804e90700..6a1b5de32 100644 --- a/tested_requirements/requirements_38.reqs +++ b/tested_requirements/requirements_38.reqs @@ -1,13 +1,13 @@ # Generated on: Python 3.8.18 asn1crypto==1.5.1 -certifi==2024.7.4 -cffi==1.17.0 +certifi==2024.8.30 +cffi==1.17.1 charset-normalizer==3.3.2 -cryptography==43.0.0 -filelock==3.15.4 -idna==3.7 +cryptography==43.0.1 +filelock==3.16.0 +idna==3.8 packaging==24.1 -platformdirs==4.2.2 +platformdirs==4.3.2 pycparser==2.22 PyJWT==2.9.0 pyOpenSSL==24.2.1 @@ -16,5 +16,5 @@ requests==2.32.3 sortedcontainers==2.4.0 tomlkit==0.13.2 typing_extensions==4.12.2 -urllib3==1.26.19 -snowflake-connector-python==3.12.1 +urllib3==1.26.20 +snowflake-connector-python==3.12.2 diff --git a/tested_requirements/requirements_39.reqs b/tested_requirements/requirements_39.reqs index e01155ba7..f92b69521 100644 --- a/tested_requirements/requirements_39.reqs +++ b/tested_requirements/requirements_39.reqs @@ -1,13 +1,13 @@ # Generated on: Python 3.9.19 asn1crypto==1.5.1 -certifi==2024.7.4 -cffi==1.17.0 +certifi==2024.8.30 +cffi==1.17.1 charset-normalizer==3.3.2 -cryptography==43.0.0 -filelock==3.15.4 -idna==3.7 +cryptography==43.0.1 +filelock==3.16.0 +idna==3.8 packaging==24.1 -platformdirs==4.2.2 +platformdirs==4.3.2 pycparser==2.22 PyJWT==2.9.0 pyOpenSSL==24.2.1 @@ -16,5 +16,5 @@ requests==2.32.3 sortedcontainers==2.4.0 tomlkit==0.13.2 typing_extensions==4.12.2 -urllib3==1.26.19 -snowflake-connector-python==3.12.1 +urllib3==1.26.20 +snowflake-connector-python==3.12.2