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

# Release History

***

### V2.0

#### Created: 2026-06-09

* bumped package verison number
* bumped xero-python to v14.0.0
* modified Custom Connections so it doesn't attempt to access the client\_id from the connection parameters when not required

***

### V1.15

#### Created: 2026-03-27

* updated xero-python library version
* updated scopes required in accordance with XERO scope changes

***

### V1.14

#### Created: 2025-12-20

* Updated the python package to include support for newer org types
* Use latest Omnata runtime with newer python package versions
* Pinned the certifi package to an older version to avoid Snowflake connector errors

***

### V1.13

#### Created: 2025-12-17

* Fixed an issue where permissions errors were logged globally on the sync run instead of being associated with the stream

***

### V1.12

#### Created: 2025-05-12

* bumped version numbers
* fixed missing streams from previous update
* bumped xero version

***

### V1.11

#### Created: 2025-04-04

* applied a date fix for budgets when current timezone is not UTC.

***

### V1.10

#### Created: 2025-03-31

* bumped omnata version numbers
* bumped xero version number
* added new logging

***

### V1.9

#### Created: 2024-04-20

Refactored offset handling to prevent it being reset at the end of a sync

***

### V1.8

#### Created: 2024-04-19

Fixed offset field for Journals

***

### V1.7

#### Created: 2024-04-14

Modified Journals Stream how Incremental work to apply offset correctly

***

### V1.6

#### Created: 2024-04-10

* Updated Journals so the use the offset (as no paging is available) for the inital sync
* Updated Tax Rates to have a primary key of name and tax rate for uniqueness

***

### V1.5

#### Created: 2024-04-09

Added the Budgets from the accounting api

Added ability to use a Custom Connection From Xero instead of WebApp Auth

***

### V1.4

#### Created: 2024-04-02

* Added outbound syncing of Contacts
* Bump plugin runtime version
* Built with omnata-plugin-devkit==0.3.17 which includes pinned stored proc dependencies

***

### V1.3

#### Created: 2024-03-26

Initial support for inbound syncing of Assets and Accounting objects

***

### V1.2

#### Created: 2024-03-10

Switched to new plugin-oriented billing mechanism

***


---

# 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/xero/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.
