> For the complete documentation index, see [llms.txt](https://docs.omnata.com/omnata-product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/apps/mysql/release-history.md).

# Release History

***

### V2.7

#### Created: 2026-07-27

Fix Full-Refresh syncs to ignore existing cursor values when cursor column is present.

***

### V2.6

#### Created: 2026-07-24

* Add cursor default
* Improve graceful exit after Cancellation

***

### V2.5

#### Created: 2026-07-07

Unify case of column name before doing metadata lookup.

***

### V2.4

#### Created: 2026-07-06

Improve batching logging Return support for non-complex Cursor patterns Implement Dual Cursor (All load vs Updates load) Table support

***

### V2.3

#### Created: 2026-06-29

* Implemented cursor batching for Integer cursor fields

***

### V2.2

#### Created: 2026-06-24

* Implemented batched fetching for Incremental syncs

***

### V2.1

#### Created: 2026-06-17

* Removeed the socket timeout for TLS connections as this impacted slow server responses

***

### V2.0

#### Created: 2026-06-16

* Adopted the new connection flow

***

### V1.10

#### Created: 2026-03-02

* Tweak TLS settings impacted by Ngrok support
* Add schema enrichment to help dbt use cases

***

### V1.9

#### Created: 2026-02-26

* Changed to using cursor-based streaming

***

### V1.8

#### Created: 2026-02-23

* Fixed SQL building logic for case when a stream is changed from incremental to full-refresh

***

### V1.7

#### Created: 2026-02-19

* Fixed the primary key detection to use all columns of the primary key, and none of the columns in a foreign key relationship.

***

### V1.6

#### Created: 2026-02-18

* Fixed handling of multiple indexes on tables without primary key

***

### V1.5

#### Created: 2026-02-17

* Fix ngrok TLS tunnels setup
* Improve native MySQL TLS error handling
* Expose the MySQL SSL Mode option

***

### V1.4

#### Created: 2026-02-12

Add Support for TLS PKCS#1 Private Keys

***

### V1.3

#### Created: 2026-02-12

* Added support for TLS secured direct connections

***

### V1.1

#### Created: 2025-12-10

* Added support for ngrok and privatelink

***

### V1.0

#### Created: 2025-12-01

* Initial MySQL Plugin release.
* Full-refresh & High-water mark (Tables & Views)

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/apps/mysql/release-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
