Skip to content

Commit

Permalink
Release version 3.13.1 (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski authored Jan 29, 2025
1 parent f3f9b66 commit 51bd484
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.13.1(January 29, 2025)
- 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
- Remedied vulnerability in deserialization of the OCSP response cache. See more: https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-m4f6-vcj4-w5mx
- Remedied vulnerability connected to cache files permissions. See more: https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-r2x6-cjg7-8r43

- v3.13.0(January 23,2025)
- Added a feature to limit the sizes of IO-bound ThreadPoolExecutors during PUT and GET commands.
- Updated README.md to include instructions on how to verify package signatures using `cosign`.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (3, 13, 0, None)
VERSION = (3, 13, 1, None)
2 changes: 1 addition & 1 deletion tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.3.0
snowflake-connector-python==3.13.0
snowflake-connector-python==3.13.1
2 changes: 1 addition & 1 deletion tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.3.0
snowflake-connector-python==3.13.0
snowflake-connector-python==3.13.1
2 changes: 1 addition & 1 deletion tested_requirements/requirements_312.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==2.3.0
wheel==0.45.1
snowflake-connector-python==3.13.0
snowflake-connector-python==3.13.1
2 changes: 1 addition & 1 deletion tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sortedcontainers==2.4.0
tomlkit==0.13.2
typing_extensions==4.12.2
urllib3==1.26.20
snowflake-connector-python==3.13.0
snowflake-connector-python==3.13.1

0 comments on commit 51bd484

Please sign in to comment.