Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-837625_python_connector_version_bump #1598

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes

- v3.0.5(TBD)

- v3.0.5(June 16,2023)

- 48aa932a SNOW-799408: Close temp file handle before removing temp cache file (#1582) f2d398a6 SNOW-826794 fix mac tests (#1583) 678f09a7 SNOW-802807 ConfigManager and config file support (#1549) Revert changes related to raw json (#1577)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be separate list items?


- Added the ability to read Snowflake's central configuration file.
- Improved OCSP response caching to remove tmp cache files on Windows.
- Added a parameter `server_session_keep_alive` in `SnowflakeConnection` that skips session deletion when client connection closes.
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, 0, 4, None)
VERSION = (3, 0, 5, None)