Skip to content

Commit

Permalink
SNOW-693789: adding missing CHANGELOG for v2.8.2 release (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller authored Nov 19, 2022
1 parent b9d2fc7 commit d016d81
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
- v2.8.2(November 18,2022)

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

- v2.8.1(October 30,2022)

Expand Down
6 changes: 3 additions & 3 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ asn1crypto==1.5.1
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==38.0.1
cryptography==38.0.3
filelock==3.8.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.15.0
PyJWT==2.6.0
pyOpenSSL==22.1.0
pytz==2022.5
pytz==2022.6
requests==2.28.1
typing_extensions==4.4.0
urllib3==1.26.12
snowflake-connector-python==2.8.1
snowflake-connector-python==2.8.2
6 changes: 3 additions & 3 deletions tested_requirements/requirements_37.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ asn1crypto==1.5.1
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==38.0.1
cryptography==38.0.3
filelock==3.8.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.15.0
PyJWT==2.6.0
pyOpenSSL==22.1.0
pytz==2022.5
pytz==2022.6
requests==2.28.1
typing_extensions==4.4.0
urllib3==1.26.12
snowflake-connector-python==2.8.1
snowflake-connector-python==2.8.2
6 changes: 3 additions & 3 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ asn1crypto==1.5.1
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==38.0.1
cryptography==38.0.3
filelock==3.8.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.15.0
PyJWT==2.6.0
pyOpenSSL==22.1.0
pytz==2022.5
pytz==2022.6
requests==2.28.1
typing_extensions==4.4.0
urllib3==1.26.12
snowflake-connector-python==2.8.1
snowflake-connector-python==2.8.2
6 changes: 3 additions & 3 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ asn1crypto==1.5.1
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==38.0.1
cryptography==38.0.3
filelock==3.8.0
idna==3.4
oscrypto==1.3.0
pycparser==2.21
pycryptodomex==3.15.0
PyJWT==2.6.0
pyOpenSSL==22.1.0
pytz==2022.5
pytz==2022.6
requests==2.28.1
typing_extensions==4.4.0
urllib3==1.26.12
snowflake-connector-python==2.8.1
snowflake-connector-python==2.8.2

0 comments on commit d016d81

Please sign in to comment.