Skip to content

Commit 81fa543

Browse files
authored
SNOW-683718: Bumped up PythonConnector PATCH version from 2.8.0 to 2.8.1 (#1303)
* SNOW-683718: Bumped up PythonConnector PATCH version from 2.8.0 to 2.8.1
1 parent e36802e commit 81fa543

File tree

6 files changed

+39
-35
lines changed

6 files changed

+39
-35
lines changed

DESCRIPTION.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

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

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

1519
- v2.8.0(September 27,2022)
1620

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (2, 8, 0, None)
3+
VERSION = (2, 8, 1, None)
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.10.6
1+
# Generated on: Python 3.10.8
22
asn1crypto==1.5.1
3-
certifi==2022.9.14
3+
certifi==2022.9.24
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==36.0.2
6+
cryptography==38.0.1
77
filelock==3.8.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.15.0
12-
PyJWT==2.5.0
13-
pyOpenSSL==22.0.0
14-
pytz==2022.2.1
12+
PyJWT==2.6.0
13+
pyOpenSSL==22.1.0
14+
pytz==2022.5
1515
requests==2.28.1
16-
typing_extensions==4.3.0
16+
typing_extensions==4.4.0
1717
urllib3==1.26.12
18-
snowflake-connector-python==2.8.0
18+
snowflake-connector-python==2.8.1
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.7.13
1+
# Generated on: Python 3.7.15
22
asn1crypto==1.5.1
3-
certifi==2022.9.14
3+
certifi==2022.9.24
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==36.0.2
6+
cryptography==38.0.1
77
filelock==3.8.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.15.0
12-
PyJWT==2.5.0
13-
pyOpenSSL==22.0.0
14-
pytz==2022.2.1
12+
PyJWT==2.6.0
13+
pyOpenSSL==22.1.0
14+
pytz==2022.5
1515
requests==2.28.1
16-
typing_extensions==4.3.0
16+
typing_extensions==4.4.0
1717
urllib3==1.26.12
18-
snowflake-connector-python==2.8.0
18+
snowflake-connector-python==2.8.1
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.8.13
1+
# Generated on: Python 3.8.14
22
asn1crypto==1.5.1
3-
certifi==2022.9.14
3+
certifi==2022.9.24
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==36.0.2
6+
cryptography==38.0.1
77
filelock==3.8.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.15.0
12-
PyJWT==2.5.0
13-
pyOpenSSL==22.0.0
14-
pytz==2022.2.1
12+
PyJWT==2.6.0
13+
pyOpenSSL==22.1.0
14+
pytz==2022.5
1515
requests==2.28.1
16-
typing_extensions==4.3.0
16+
typing_extensions==4.4.0
1717
urllib3==1.26.12
18-
snowflake-connector-python==2.8.0
18+
snowflake-connector-python==2.8.1
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Generated on: Python 3.9.13
1+
# Generated on: Python 3.9.15
22
asn1crypto==1.5.1
3-
certifi==2022.9.14
3+
certifi==2022.9.24
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==36.0.2
6+
cryptography==38.0.1
77
filelock==3.8.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.15.0
12-
PyJWT==2.5.0
13-
pyOpenSSL==22.0.0
14-
pytz==2022.2.1
12+
PyJWT==2.6.0
13+
pyOpenSSL==22.1.0
14+
pytz==2022.5
1515
requests==2.28.1
16-
typing_extensions==4.3.0
16+
typing_extensions==4.4.0
1717
urllib3==1.26.12
18-
snowflake-connector-python==2.8.0
18+
snowflake-connector-python==2.8.1

0 commit comments

Comments
 (0)