Skip to content

Commit

Permalink
SNOW-665361: Bumped up PythonConnector PATCH version from 2.7.12 to 2… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-kdama authored Sep 27, 2022
1 parent 0afbf90 commit 530d441
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 19 deletions.
9 changes: 8 additions & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -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)
8 changes: 4 additions & 4 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions tested_requirements/requirements_37.reqs
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 530d441

Please sign in to comment.