Skip to content

Commit f7cc897

Browse files
author
Jenkins User
committed
MINOR: Bumped up PythonConnector MINOR version from 4.1.1 to 4.2.0
@noreview - This is an automated process. No review is required
1 parent 7ac19d8 commit f7cc897

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010
- v4.2.0(TBD)
1111
- Added `SnowflakeCursor.stats` property to expose granular DML statistics (rows inserted, deleted, updated, and duplicates) for operations like CTAS where `rowcount` is insufficient.
12+
13+
- v4.2.0(December 19,2025)
14+
15+
-N/A
16+
1217
- Added support for injecting SPCS service identifier token (`SPCS_TOKEN`) into login requests when present in SPCS containers.
1318
- Introduced shared library for extended telemetry to identify and prepare testing platform for native rust extensions.
1419

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

0 commit comments

Comments
 (0)