From 530d44158477058b9796522459ba7ac46f59a1e7 Mon Sep 17 00:00:00 2001 From: Kiran Dama <69480841+sfc-gh-kdama@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:17:58 -0700 Subject: [PATCH] =?UTF-8?q?SNOW-665361:=20Bumped=20up=20PythonConnector=20?= =?UTF-8?q?PATCH=20version=20from=202.7.12=20to=202=E2=80=A6=20(#1255)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DESCRIPTION.md | 9 ++++++++- src/snowflake/connector/version.py | 2 +- tested_requirements/requirements_310.reqs | 8 ++++---- tested_requirements/requirements_37.reqs | 8 ++++---- tested_requirements/requirements_38.reqs | 8 ++++---- tested_requirements/requirements_39.reqs | 8 ++++---- tox.ini | 1 - 7 files changed, 25 insertions(+), 19 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index b7c89822b..2c4ea5057 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -8,9 +8,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne # Release Notes -- v2.7.13 (Unreleased) +- v2.8.0(September 27,2022) + - Fixed a bug where rowcount was deleted when the cursor was closed + - Fixed a bug where extTypeName was used even when it was empty + - Updated how telemetry entries are constructed + - Added telemetry for imported root packages during run-time + - Added telemetry for using write_pandas - Fixed missing dtypes when calling fetch_pandas_all() on empty result + - The write_pandas function now supports providing additional arguments to be used by DataFrame.to_parquet + - All optional parameters of write_pandas can now be provided to pd_writer and make_pd_writer to be used with DataFrame.to_sql - v2.7.12(August 26,2022) diff --git a/src/snowflake/connector/version.py b/src/snowflake/connector/version.py index 2a09d9b2b..e078afa07 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 = (2, 7, 12, None) +VERSION = (2, 8, 0, None) diff --git a/tested_requirements/requirements_310.reqs b/tested_requirements/requirements_310.reqs index 15e8e9659..69289b65e 100644 --- a/tested_requirements/requirements_310.reqs +++ b/tested_requirements/requirements_310.reqs @@ -1,18 +1,18 @@ # Generated on: Python 3.10.6 asn1crypto==1.5.1 -certifi==2022.6.15 +certifi==2022.9.14 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==36.0.2 filelock==3.8.0 -idna==3.3 +idna==3.4 oscrypto==1.3.0 pycparser==2.21 pycryptodomex==3.15.0 -PyJWT==2.4.0 +PyJWT==2.5.0 pyOpenSSL==22.0.0 pytz==2022.2.1 requests==2.28.1 typing_extensions==4.3.0 urllib3==1.26.12 -snowflake-connector-python==2.7.12 +snowflake-connector-python==2.8.0 diff --git a/tested_requirements/requirements_37.reqs b/tested_requirements/requirements_37.reqs index 98088eee6..2e3ae77dd 100644 --- a/tested_requirements/requirements_37.reqs +++ b/tested_requirements/requirements_37.reqs @@ -1,18 +1,18 @@ # Generated on: Python 3.7.13 asn1crypto==1.5.1 -certifi==2022.6.15 +certifi==2022.9.14 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==36.0.2 filelock==3.8.0 -idna==3.3 +idna==3.4 oscrypto==1.3.0 pycparser==2.21 pycryptodomex==3.15.0 -PyJWT==2.4.0 +PyJWT==2.5.0 pyOpenSSL==22.0.0 pytz==2022.2.1 requests==2.28.1 typing_extensions==4.3.0 urllib3==1.26.12 -snowflake-connector-python==2.7.12 +snowflake-connector-python==2.8.0 diff --git a/tested_requirements/requirements_38.reqs b/tested_requirements/requirements_38.reqs index 9ff8c6014..5c323dac4 100644 --- a/tested_requirements/requirements_38.reqs +++ b/tested_requirements/requirements_38.reqs @@ -1,18 +1,18 @@ # Generated on: Python 3.8.13 asn1crypto==1.5.1 -certifi==2022.6.15 +certifi==2022.9.14 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==36.0.2 filelock==3.8.0 -idna==3.3 +idna==3.4 oscrypto==1.3.0 pycparser==2.21 pycryptodomex==3.15.0 -PyJWT==2.4.0 +PyJWT==2.5.0 pyOpenSSL==22.0.0 pytz==2022.2.1 requests==2.28.1 typing_extensions==4.3.0 urllib3==1.26.12 -snowflake-connector-python==2.7.12 +snowflake-connector-python==2.8.0 diff --git a/tested_requirements/requirements_39.reqs b/tested_requirements/requirements_39.reqs index 417451c1c..d99e7960e 100644 --- a/tested_requirements/requirements_39.reqs +++ b/tested_requirements/requirements_39.reqs @@ -1,18 +1,18 @@ # Generated on: Python 3.9.13 asn1crypto==1.5.1 -certifi==2022.6.15 +certifi==2022.9.14 cffi==1.15.1 charset-normalizer==2.1.1 cryptography==36.0.2 filelock==3.8.0 -idna==3.3 +idna==3.4 oscrypto==1.3.0 pycparser==2.21 pycryptodomex==3.15.0 -PyJWT==2.4.0 +PyJWT==2.5.0 pyOpenSSL==22.0.0 pytz==2022.2.1 requests==2.28.1 typing_extensions==4.3.0 urllib3==1.26.12 -snowflake-connector-python==2.7.12 +snowflake-connector-python==2.8.0 diff --git a/tox.ini b/tox.ini index e673ed4f1..8e1fc6aa0 100644 --- a/tox.ini +++ b/tox.ini @@ -129,7 +129,6 @@ commands = flake8 {posargs} [testenv:fix_lint] description = format the code base to adhere to our styles, and complain about what we cannot do automatically -basepython = python3.7 passenv = PROGRAMDATA deps =