> 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/monday.com/release-history.md).

# Release History

***

### V1.29

#### Created: 2026-05-15

* updated the monday.com client for outbound
* added in cancellation checks for outbound

***

### V1.28

#### Created: 2026-05-14

* fixed issue with outbound sync not loading form correctly

***

### V1.27

#### Created: 2026-03-15

* Added support for multi-level hierarchy boards

***

### V1.26

#### Created: 2026-02-03

* enhance last\_updated field type to include timestamp, updater
* enhance integration type to provide the entity value

***

### V1.25

#### Created: 2026-01-29

* updated logic to determine if a board is a main board or a sub board as not all boards have sub items

***

### V1.24

#### Created: 2026-01-25

* updated wording for sync mode between boards and objects

***

### V1.23

#### Created: 2026-01-22

* added abiity to select board and sub boards as streams which give a flatterned view of the items instead of having to re-construct a board in code using pivots.
* added ability to filter which boards are returned using the existing streams
* added ability to specify page sizes and activity log handling
* fixed query complexities so that when the complexity has been exceeded there is a pause introduced in accordance to the time specified by Monday.com
* added additional log messages

***

### V1.22

#### Created: 2025-06-30

* change log level from INFO to DEBUG for API data processing
* increased api timeout to 2 minutes
* bumped runtime version to 0.10.27
* changed api version to 2025-07

***

### V1.21

#### Created: 2025-01-01

* updated plugin to latest runtime version
* updated logging for new framework
* revised info/debug messages to reduce noise levels in the logs
* update API version to v2025-01

***

### V1.20

#### Created: 2024-11-05

* bumped runtime version number to latest

***

### V1.19

#### Created: 2024-06-18

fixed sync issue with record\_counts being invalid

***

### V1.18

#### Created: 2024-06-18

reverted syncId fields back to plugin codebase

***

### V1.17

#### Created: 2024-06-18

fixed issue for passing null in paging cursor

***

### V1.16

#### Created: 2024-06-17

* bumped runtime version to latest
* bumped api version to use 2024-04
* updated stream `update_replies` to correctly pull data back all replies
* updated streams `update_replies`, `updates`, `update_assets` to allow incremental loads based on when boards have been modified
* updated json schema to include descriptions
* updated `full refresh` sync strategy to always start with fresh state
* upated documentation

***

### V1.15

#### Created: 2024-04-02

* Bump plugin runtime version
* Built with omnata-plugin-devkit==0.3.17 which includes pinned stored proc dependencies

***


---

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

```
GET https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/apps/monday.com/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.
