Snowflake Connector for MySQL release notes for 2025

This topic provides release notes for the Snowflake Connector for MySQL. For additional information, see Snowflake connector for MySQL.

Version 6.11.2 (March 20, 2025)

Behavior changes

  • Reduced the number of INFO level logs in the agent for readability.
  • The _CONNECTORS_METADATA and JOURNALS schemas were removed from the destination database in Snowflake. The connector can now only create journal tables in the database of the connector’s Snowflake Native App.

New features

Not applicable.

Bug fixes

Not applicable.

Version 6.10.1 (January 8, 2025)

Behavior changes

  • The snapshot load now resumes from the point of interruption. It’s supported only for specific column types described in Resuming snapshot load after failures. For other types, it starts from the beginning.
  • The connector was optimized to result in a significant cloud services cost reduction.

New features

Not applicable.

Bug fixes

  • Fixed a certain JDBC connection not being returned to the pool after use.
  • The connector no longer creates short-lived tables, which increased cloud services usage.
  • Fixed a bug when the database agent might enter an infinite loop when it couldn’t start incremental load for any table from a single data source.
  • Snapshot and incremental replications do not fail on MySQL DATE or DATETIME values 0000-00-00 or values containing all zeroes in month or day. They are all replicated as NULL.