Skip to content

Commit

Permalink
SNOW-683718: Bumped up PythonConnector PATCH version from 2.8.0 to 2.…
Browse files Browse the repository at this point in the history
…8.1 (#1303)

* SNOW-683718: Bumped up PythonConnector PATCH version from 2.8.0 to 2.8.1
  • Loading branch information
sfc-gh-kdama authored Nov 1, 2022
1 parent e36802e commit 81fa543
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 35 deletions.
8 changes: 6 additions & 2 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v2.9.0(Unreleased)
- v2.8.1(October 30,2022)

- Enhanced the atomicity of write_pandas when overwrite is set to True
- Bumped cryptography dependency from <37.0.0 to <39.0.0
- Fixed a bug where write_pandas wouldn't write an empty DataFrame to Snowflake
- When closing connection async query status checking is now parallelized
- Fixed a bug where test logging would be enabled on Jenkins workers in non-Snowflake Jenkins machines
- Enhanced the atomicity of write_pandas when overwrite is set to True

- v2.8.0(September 27,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, 8, 0, None)
VERSION = (2, 8, 1, None)
16 changes: 8 additions & 8 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
# Generated on: Python 3.10.8
asn1crypto==1.5.1
certifi==2022.9.14
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==36.0.2
cryptography==38.0.1
filelock==3.8.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.15.0
PyJWT==2.5.0
pyOpenSSL==22.0.0
pytz==2022.2.1
PyJWT==2.6.0
pyOpenSSL==22.1.0
pytz==2022.5
requests==2.28.1
typing_extensions==4.3.0
typing_extensions==4.4.0
urllib3==1.26.12
snowflake-connector-python==2.8.0
snowflake-connector-python==2.8.1
16 changes: 8 additions & 8 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
# Generated on: Python 3.7.15
asn1crypto==1.5.1
certifi==2022.9.14
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==36.0.2
cryptography==38.0.1
filelock==3.8.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.15.0
PyJWT==2.5.0
pyOpenSSL==22.0.0
pytz==2022.2.1
PyJWT==2.6.0
pyOpenSSL==22.1.0
pytz==2022.5
requests==2.28.1
typing_extensions==4.3.0
typing_extensions==4.4.0
urllib3==1.26.12
snowflake-connector-python==2.8.0
snowflake-connector-python==2.8.1
16 changes: 8 additions & 8 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
# Generated on: Python 3.8.14
asn1crypto==1.5.1
certifi==2022.9.14
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==36.0.2
cryptography==38.0.1
filelock==3.8.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.15.0
PyJWT==2.5.0
pyOpenSSL==22.0.0
pytz==2022.2.1
PyJWT==2.6.0
pyOpenSSL==22.1.0
pytz==2022.5
requests==2.28.1
typing_extensions==4.3.0
typing_extensions==4.4.0
urllib3==1.26.12
snowflake-connector-python==2.8.0
snowflake-connector-python==2.8.1
16 changes: 8 additions & 8 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
# Generated on: Python 3.9.15
asn1crypto==1.5.1
certifi==2022.9.14
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==36.0.2
cryptography==38.0.1
filelock==3.8.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.15.0
PyJWT==2.5.0
pyOpenSSL==22.0.0
pytz==2022.2.1
PyJWT==2.6.0
pyOpenSSL==22.1.0
pytz==2022.5
requests==2.28.1
typing_extensions==4.3.0
typing_extensions==4.4.0
urllib3==1.26.12
snowflake-connector-python==2.8.0
snowflake-connector-python==2.8.1

0 comments on commit 81fa543

Please sign in to comment.