> 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/microsoft-dynamics-365-synapse-link/release-history.md).

# Release History

***

### V2.0

#### Created: 2026-06-11

* File pattern: files like 1.csv are no longer excluded
* IsDelete mapping: detect the IsDelete column from CDM schema properties and map it to the is\_deleted field
* bumped version number
* bumped packages

***

### V1.5

#### Created: 2026-05-04

* added sysrowversion to the list of keys for row uniqueness
* added reconcilaition for general journal entry and general journal account entry

***

### V1.4

#### Created: 2025-10-31

* set the default for the number of folders to be processed at a time to 24 for a given stream
* modified behaviour for reading model.json to ensure the entity is found in the model.json before processing the folder
* added information to the connection setup around creating a storage integration

***

### V1.3

#### Created: 2025-10-24

* added ability to inlcude or exclude sync related metadata in an individual record.
* enabled the ability to specify the concurrency on processing date folders

***

### V1.2

#### Created: 2025-10-21

* implemented fix around date folders which have no valid model.json file to use the previous model.json

***

### V1.1

#### Created: 2025-10-20

* added in versionnumber to the primary key where recversion is not available
* added optionset metadata streams
* added failed folders to final state for visibility
* added metadata to record data for traceability
* added more information around a stream if no keys are found in a given model.json file

***

### V1.0

#### Created: 2025-10-16

* picks up streams based on the data exported out of Synapse Link from Dynamics 365

***


---

# 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/microsoft-dynamics-365-synapse-link/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.
