# Release History

***

### V1.13

#### Created: 2026-03-26

Allow turning off of TLS between client and server when using Ngrok or Private Link tunnel.

***

### V1.12

#### Created: 2026-02-22

* added query retry support to handle transient network issues
* moved sync tuning parameters to the Tuning section of the UI
* implemented checkpointing functionality
* bumped runtime version numbers
* modified tally table to cater for primary keys which are not consecutive
* added ability to specify an addition filter to the queries for all streams within a sync

***

### V1.11

#### Created: 2026-01-27

* Improve handling of "timestamp with time zone"

***

### V1.10

#### Created: 2025-09-24

* postgres icon update for new ui
* added in keepalive flag to the connection
* set defaults for sync type

***

### V1.9

#### Created: 2025-09-16

* added checks in place to check if an cancellation token has been issues.
* added ability to translate infinity dates
* pinned omnata-plugin-runtime to v 0.10.33

***

### V1.8

#### Created: 2025-06-16

* bumped runtime version to latest
* fixed issue with dates being stored in state

***

### V1.7

#### Created: 2025-04-24

* modified json objects to return correct column name when using the snowflakeColumnExpression
* updated inbound\_stream\_list to return only streams included in a sync when refreshing schemas

***

### V1.6

#### Created: 2025-04-23

* added snowflakeColumnExpression data columns of datatype json & jsonb

***

### V1.5

#### Created: 2025-04-22

* improve datetime formatting functions to check if a cursor value is a string before attempting to convert the value to a date
* Adding a new condition to explicitly handle the "xmin" cursor field.

***

### V1.4

#### Created: 2025-04-16

* modified cursor field to convert the xmin to an integer to ensure the last xmin is retreived at the end of the sync for the state

***

### V1.3

#### Created: 2025-04-11

* updated logging to capture thrown exceptions

***

### V1.2

#### Created: 2025-04-06

* fix for uuid's being used as primary keys which was causing the initial sync to fail
* bumped runtime version numbers

***

### V1.1

#### Created: 2025-01-29

* updated omnata runtime to latest version
* updated logging to take advantage of latest omnata logging

***

### V1.0

#### Created: 2024-11-28

* initial release of PostgreSQL Plugin with High watermark (XMIN based) capability and Direct Query capability

***


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
