Skip to content

Commit d016d81

Browse files
SNOW-693789: adding missing CHANGELOG for v2.8.2 release (#1340)
1 parent b9d2fc7 commit d016d81

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

DESCRIPTION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1111
- v2.8.2(November 18,2022)
1212

1313
- Improved performance of OCSP response caching
14-
- Improved performance of regexes used for PUT/GET SQL statement detection
14+
- During the execution of GET commands we no longer resolve target location on the local machine
15+
- Improved performance of regexes used for PUT/GET SQL statement detection. CVE-2022-42965
1516

1617
- v2.8.1(October 30,2022)
1718

tested_requirements/requirements_310.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ asn1crypto==1.5.1
33
certifi==2022.9.24
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.1
6+
cryptography==38.0.3
77
filelock==3.8.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.15.0
1212
PyJWT==2.6.0
1313
pyOpenSSL==22.1.0
14-
pytz==2022.5
14+
pytz==2022.6
1515
requests==2.28.1
1616
typing_extensions==4.4.0
1717
urllib3==1.26.12
18-
snowflake-connector-python==2.8.1
18+
snowflake-connector-python==2.8.2

tested_requirements/requirements_37.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ asn1crypto==1.5.1
33
certifi==2022.9.24
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.1
6+
cryptography==38.0.3
77
filelock==3.8.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.15.0
1212
PyJWT==2.6.0
1313
pyOpenSSL==22.1.0
14-
pytz==2022.5
14+
pytz==2022.6
1515
requests==2.28.1
1616
typing_extensions==4.4.0
1717
urllib3==1.26.12
18-
snowflake-connector-python==2.8.1
18+
snowflake-connector-python==2.8.2

tested_requirements/requirements_38.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ asn1crypto==1.5.1
33
certifi==2022.9.24
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.1
6+
cryptography==38.0.3
77
filelock==3.8.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.15.0
1212
PyJWT==2.6.0
1313
pyOpenSSL==22.1.0
14-
pytz==2022.5
14+
pytz==2022.6
1515
requests==2.28.1
1616
typing_extensions==4.4.0
1717
urllib3==1.26.12
18-
snowflake-connector-python==2.8.1
18+
snowflake-connector-python==2.8.2

tested_requirements/requirements_39.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ asn1crypto==1.5.1
33
certifi==2022.9.24
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==38.0.1
6+
cryptography==38.0.3
77
filelock==3.8.0
88
idna==3.4
99
oscrypto==1.3.0
1010
pycparser==2.21
1111
pycryptodomex==3.15.0
1212
PyJWT==2.6.0
1313
pyOpenSSL==22.1.0
14-
pytz==2022.5
14+
pytz==2022.6
1515
requests==2.28.1
1616
typing_extensions==4.4.0
1717
urllib3==1.26.12
18-
snowflake-connector-python==2.8.1
18+
snowflake-connector-python==2.8.2

0 commit comments

Comments
 (0)