Skip to content

Commit 51bd484

Browse files
Release version 3.13.1 (#2152)
1 parent f3f9b66 commit 51bd484

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

DESCRIPTION.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11+
- v3.13.1(January 29, 2025)
12+
- Remedied SQL injection vulnerability in snowflake.connector.pandas_tools.write_pandas. See more https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-2vpq-fh52-j3wv
13+
- Remedied vulnerability in deserialization of the OCSP response cache. See more: https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-m4f6-vcj4-w5mx
14+
- Remedied vulnerability connected to cache files permissions. See more: https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-r2x6-cjg7-8r43
15+
1116
- v3.13.0(January 23,2025)
1217
- Added a feature to limit the sizes of IO-bound ThreadPoolExecutors during PUT and GET commands.
1318
- Updated README.md to include instructions on how to verify package signatures using `cosign`.

src/snowflake/connector/version.py

+1-1
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 = (3, 13, 0, None)
3+
VERSION = (3, 13, 1, None)

tested_requirements/requirements_310.reqs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==2.3.0
20-
snowflake-connector-python==3.13.0
20+
snowflake-connector-python==3.13.1

tested_requirements/requirements_311.reqs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==2.3.0
20-
snowflake-connector-python==3.13.0
20+
snowflake-connector-python==3.13.1

tested_requirements/requirements_312.reqs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tomlkit==0.13.2
1919
typing_extensions==4.12.2
2020
urllib3==2.3.0
2121
wheel==0.45.1
22-
snowflake-connector-python==3.13.0
22+
snowflake-connector-python==3.13.1

tested_requirements/requirements_39.reqs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==1.26.20
20-
snowflake-connector-python==3.13.0
20+
snowflake-connector-python==3.13.1

0 commit comments

Comments
 (0)