# Xero

***

## 1.4.1

23 Feb 2026

* Fixed operations that return a list of Xero entities (e.g. list of Invoices or Contacts) failing to resolve types correctly

***

## 1.4.0

22 Jan 2026

* Added support for gzip-encoded responses from the Xero service (required for compatibility with Xero's updated API)
* Deprecated the /expenseclaims and /receipts endpoints as they are no longer supported by the Xero API

***

## 1.3.0

27 Aug 2025

* Allow for dynamic Result Type on the CallXeroAPI operation

***

## 1.2.1

26 Jun 2025

* Added a Xero service which manages authentication tokens for the user

***

## 1.1.0

22 Jul 2024

* Updated to .NET 8.0
* Changed from being Windows-specific to be platform-independent

***

## 1.0.0

18 Aug 2022

* First release

***


---

# 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.linx.software/releasenotes/plugins/xero.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.
