File tree Expand file tree Collapse file tree 5 files changed +14
-13
lines changed Expand file tree Collapse file tree 5 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
11
11
- v2.8.2(November 18,2022)
12
12
13
13
- 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
15
16
16
17
- v2.8.1(October 30,2022)
17
18
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ asn1crypto==1.5.1
3
3
certifi==2022.9.24
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==38.0.1
6
+ cryptography==38.0.3
7
7
filelock==3.8.0
8
8
idna==3.4
9
9
oscrypto==1.3.0
10
10
pycparser==2.21
11
11
pycryptodomex==3.15.0
12
12
PyJWT==2.6.0
13
13
pyOpenSSL==22.1.0
14
- pytz==2022.5
14
+ pytz==2022.6
15
15
requests==2.28.1
16
16
typing_extensions==4.4.0
17
17
urllib3==1.26.12
18
- snowflake-connector-python==2.8.1
18
+ snowflake-connector-python==2.8.2
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ asn1crypto==1.5.1
3
3
certifi==2022.9.24
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==38.0.1
6
+ cryptography==38.0.3
7
7
filelock==3.8.0
8
8
idna==3.4
9
9
oscrypto==1.3.0
10
10
pycparser==2.21
11
11
pycryptodomex==3.15.0
12
12
PyJWT==2.6.0
13
13
pyOpenSSL==22.1.0
14
- pytz==2022.5
14
+ pytz==2022.6
15
15
requests==2.28.1
16
16
typing_extensions==4.4.0
17
17
urllib3==1.26.12
18
- snowflake-connector-python==2.8.1
18
+ snowflake-connector-python==2.8.2
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ asn1crypto==1.5.1
3
3
certifi==2022.9.24
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==38.0.1
6
+ cryptography==38.0.3
7
7
filelock==3.8.0
8
8
idna==3.4
9
9
oscrypto==1.3.0
10
10
pycparser==2.21
11
11
pycryptodomex==3.15.0
12
12
PyJWT==2.6.0
13
13
pyOpenSSL==22.1.0
14
- pytz==2022.5
14
+ pytz==2022.6
15
15
requests==2.28.1
16
16
typing_extensions==4.4.0
17
17
urllib3==1.26.12
18
- snowflake-connector-python==2.8.1
18
+ snowflake-connector-python==2.8.2
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ asn1crypto==1.5.1
3
3
certifi==2022.9.24
4
4
cffi==1.15.1
5
5
charset-normalizer==2.1.1
6
- cryptography==38.0.1
6
+ cryptography==38.0.3
7
7
filelock==3.8.0
8
8
idna==3.4
9
9
oscrypto==1.3.0
10
10
pycparser==2.21
11
11
pycryptodomex==3.15.0
12
12
PyJWT==2.6.0
13
13
pyOpenSSL==22.1.0
14
- pytz==2022.5
14
+ pytz==2022.6
15
15
requests==2.28.1
16
16
typing_extensions==4.4.0
17
17
urllib3==1.26.12
18
- snowflake-connector-python==2.8.1
18
+ snowflake-connector-python==2.8.2
You can’t perform that action at this time.
0 commit comments