File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,17 @@ Snowflake Documentation is available at:
66
77Source code is also available at:
88< https://github.com/snowflakedb/snowflake-sqlalchemy >
9+
910# Unreleased Notes
10- - v1.8.0
11- - Add logging of SQLAlchemy version
12- - Bump ` snowflake-connector-python<5.0.0 `
13- - Add python up to 3.14
14- - Add logging of SQLAlchemy version and pandas (if used)
1511
1612# Release Notes
13+
14+ - v1.8.0(December 5, 2025)
15+ - Add logging of SQLAlchemy version
16+ - Bump ` snowflake-connector-python<5.0.0 `
17+ - Add python up to 3.14
18+ - Add logging of SQLAlchemy version and pandas (if used)
19+
1720- v1.7.7(September 3, 2025)
1821 - Fix exception for structured type columns dropped while collecting metadata
1922
Original file line number Diff line number Diff line change 33#
44# Update this for the versions
55# Don't change the forth version number from None
6- VERSION = "1.7.7 "
6+ VERSION = "1.8.0 "
You can’t perform that action at this time.
0 commit comments