Skip to content

Commit 8f0ab29

Browse files
Snowflake Python version Bump to 2.3.0
1 parent 22556a7 commit 8f0ab29

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

DESCRIPTION.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v2.3.0(August 24,2020)
13+
14+
- Added the OOB telemetry entries that are sent to Snowflake to the log files.
15+
- Fixed a bug in the PUT command where long running PUTs would fail to re-authenticate to GCP for storage.
16+
- Updated the minimum build target MacOS version to 10.13.
17+
1218
- v2.2.10(August 03,2020)
1319

1420
- Improved an error message for when "pandas" optional dependency group is not installed and user tries to fetch data into a pandas DataFrame. It'll now point user to our online documentation.

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
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 = (2, 2, 10, None)
3+
VERSION = (2, 3, 0, None)

0 commit comments

Comments
 (0)