| |
| Date | Version | Source | Category | Type | Description |
| 2026-05-27 | 26.0.9643 | General | Connection | Removed | - Removed the deprecated ReplaceInvalidTypesWithNull connection property. Use the ReplaceInvalidValuesWithNull property instead.
|
| 2026-05-07 | 26.0.9623 | General | Data Model | Added | - Added the ColumnCapabilities column to the sys_tablecolumns system table. This column is a bit mask denoting the column's write capabilities.
|
| 2026-05-07 | 26.0.9623 | MCP Server | | Changed | - Updated embedded JRE to jre-17.0.19+10 (Windows x64, MacOS aarch64).
|
| 2026-05-04 | 26.0.9620 | Xero | Data Model | Removed | - Removed the Offset pseudocolumn from the Journals view in the Accounting schema. Use the JournalNumber column instead, which handles the same filter.
|
| 2026-04-17 | 26.0.9603 | Xero | Data Model | Removed | - Due to deprecations in the Xero API, we have removed the following tables and views in the Accounting schema:
- ExpenseClaims table
- Receipts table
- ExpenseClaimPayments view
- ExpenseClaimReceipts view
- HistoryExpenseClaims view
- HistoryReceipts view
|
| 2026-04-17 | 26.0.9603 | Xero | Connection | Changed | - Updated the OAuth Scope property default scopes, replacing Xero's broad scopes (now deprecated) with the newer granular scopes. To request additional permissions/scopes, set this property to a space-separated list of the desired OAuth scopes, in the format: `Scope = "openid email profile accounting.transactions"`
|
| 2026-04-15 | 26.0.9601 | General | Query Exec | Changed | - String comparisons using GREATER, LESS, and CONTAINS operators are now case-insensitive by default.
|
| 2026-04-15 | 26.0.9601 | Xero | Data Model | Added | - Added the InvoicesItems, CreditNotesItems, and BankTransactionsItems views.
|
| 2026-04-15 | 26.0.9601 | Xero | Data Model | Deprecated | - In the Invoices table, deprecated the LineItem_Item_* fields.
- In the CreditNotes table, deprecated the LineItem_Item_* fields.
- In the BankTransactions table, deprecated the LineItem_Item_* fields.
|
| 2026-04-15 | 26.0.9601 | Xero | Metadata | Changed | - In the Accounting schema, the following data type changes have been made:
- In the Overpayments view, the CurrencyRate column has been changed from string to double.
- In the Prepayments view, the CurrencyRate column has been changed from string to double.
- In the Organisation view, the IsDemoCompany column has been changed from string to boolean, the FinancialYearEndDay column has been changed from string to integer, and the FinancialYearEndMonth column has been changed from string to integer.
- In the ContactCISSettings view, the Rate column has been changed from integer to double.
- In the Australian Payroll schema, the following data type changes have been made:
- In the EmployeePayTemplateEarnings view, the Rate column has been changed from integer to double.
- In the LeaveApplications table, the LeavePeriods_LeavePeriod_NumberOfUnits column has been changed from string to double.
- In the PayItemsDeductions table, the ReducesTax column has been changed from string to boolean and the ReducesSuper column has been changed from string to boolean.
- In the PayItemsEarnings table, the IsExemptFromTax column has been changed from string to boolean, the IsExemptFromSuper column has been changed from string to boolean, the AccrueLeave column has been changed from string to boolean, and the Amount column has been changed from string to double.
- In the PayItemsLeave table, the IsPaidLeave column has been changed from string to boolean, the ShowOnPaySlip column has been changed from string to boolean, the NormalEntitlement column has been changed from string to double, and the LeaveLoadingRate column has been changed from string to double.
- In the PaySlipLeaveAccrual table, the LeaveAccrualLine_AutoCalculate column has been changed from string to boolean.
|
| 2026-04-14 | 26.0.9600 | Xero | Connection | Added | - Added the PKCEVerifier connection property.
|
| 2026-04-14 | 26.0.9600 | Xero | Connection | Removed | - Removed the PKCE authentication method from the AuthScheme connection property.
|
| 2026-04-13 | 26.0.9599 | Xero | Data Model | Changed | - Promoted TenantId to a key column in all tables across the Accounting, Assets, Files, Australian Payroll, and Projects schemas. TenantId now forms a composite key with each table's existing key columns, ensuring that records from different organizations with the same ID are not treated as duplicates.
- TenantId is now a standard column (no longer a pseudocolumn) and is populated in all query results. If TenantId is not specified in the WHERE clause, it defaults to the value of the Tenant connection property.
|
| 2026-04-08 | 26.0.9594 | Xero | Data Model | Added | - Added columns to the following tables/views:
- Accounts: AddToWatchlist
- BankTransfers: Reference, FromIsReconciled, ToIsReconciled, CreatedDateUTC
- BrandingThemes: LogoUrl, Type
- Contacts: TaxNumberType, XeroNetworkKey, TrackingCategoryName, TrackingOptionName
- CreditNotes: CISDeduction, DueDate, AppliedAmount
- Invoices: RepeatingInvoiceID
- LinkedTransactions: SourceTransactionTypeCode
- Organisation: EmployerIdentificationNumber, OrganisationType, SalesTaxBasis, SalesTaxPeriod, DefaultSalesTax, DefaultPurchasesTax
- Overpayments: Reference
- Payments: BankAmount
|
| 2026-03-03 | 25.0.9558 | MCP Server | Security | Changed | - Updated Jackson libraries to 2.21.1 (jackson-annotations, jackson-core, jackson-databind, jackson-dataformat-yaml).
|
| 2026-03-03 | 25.0.9558 | Xero | Data Model | Changed | - Added 'WriteToFile' as an input parameter and 'SchemaFile" as an output parameter to the CreateReportSchema stored procedure.
|
| 2026-02-27 | 25.0.9554 | Xero | Data Model | Changed | - In the LeaveApplications table, updated the following columns to the date type: StartDate, EndDate, LeavePeriods_LeavePeriod_PayPeriodStartDate, and LeavePeriods_LeavePeriod_PayPeriodEndDate.
- In the PayrollCalendars table, updated the following columns to the date type: StartDate and PaymentDate.
- In the PayRuns table, updated the following columns to the date type: PayRunPeriodStartDate, PayRunPeriodEndDate, and PaymentDate.
|
| 2026-01-20 | 25.0.9516 | Xero | | Changed | - Changed the ReceiptNumber column in the Receipts table in the Accounting schema to an integer.
|
| 2026-01-13 | 25.0.9509 | General | | Added | - Added support for the REGEXP_REPLACE() string function.
|
| 2026-01-09 | 25.0.9505 | MCP Server | | Changed | - Updated support for the MCP SDK to version 0.17.0.
|
| 2025-12-16 | 25.0.9481 | Xero | | Added | - Added the LineItem_ItemCode column to the BankTransactions table.
|
| 2025-12-11 | 25.0.9476 | Xero | | Changed | - The JournalNumber column in the Journals table of the Accounting schema is now filterable.
|
| 2025-12-11 | 25.0.9476 | Xero | | Deprecated | - The Offset pseudocolumn, which provided the same filtering function, has been deprecated.
|
| 2025-12-05 | 25.0.9470 | General | | Added | - Added support for the INSERT INTO SELECT statement, with driver-side execution for providers that do not support the operation natively.
|
| 2025-10-30 | 25.0.9434 | MCP Server | | Changed | - Updated JRE to version 17.0.17.
|
| 2025-10-29 | 25.0.9433 | Xero | | Added | - Added the AccountCurrencyCode, Payment_BankAmount, and Payment_InvoiceCurrencyCode columns to the BatchPayments table in the Accounting schema.
|
| 2025-10-13 | 25.0.9417 | Xero | | Changed | - Changed the data type of Superfunds.UpdatedDateUTC and PayItemsLeave.UpdatedDateUTC to datetime in the Australian Payroll data model.
|
| 2025-10-06 | 25.0.9410 | General | | Added | - Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
|
| 2025-09-16 | 25.0.9390 | Xero | | Changed | - Changed the data type of the following TrialBalance columns from string to decimal: Debit, Credit, YTDDebit, and YTDCredit.
|
| 2025-09-12 | 25.0.9386 | General | | Added | - Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
|
| 2025-09-10 | 25.0.9384 | General | | Changed | - All columns in statically defined Views are now reported as read-only.
|
| 2025-09-03 | 25.0.9377 | General | | Changed | - Corrected the behavior when IN criteria with NULL values are used in the projection part. It now returns NULL instead of 0. For example, "NULL IN (1,2)" returns "NULL".
|
| 2025-09-01 | 25.0.9375 | General | | Added | - Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
|
| 2025-08-21 | 25.0.9364 | General | | Changed | - Report behavior change:
- Fixed inconsistent string value comparisons in non-table queries.
- For example, "SELECT 'A' = 'a'" previously returned false, but it now returns true.
|
| 2025-08-13 | 25.0.9356 | General | | Changed | - Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
|
| 2025-06-25 | 25.0.9307 | General | | Removed | - Removed the "ADLS Gen 1" value from the ConnectionType property.
|
| 2025-06-20 | 25.0.9302 | General | | Added | - Created the following functions:
- TEXT_ENCODE: encodes a string into a different charset (UTF8 → UTF7 and returns a binary array as the result).
- TEXT_DECODE: takes a binary array and decodes it back into a string when provided the charset.
- BASE64_ENCODE: takes a binary array and encodes it as a base64 string (varchar).
- BASE64_DECODE: takes a base 64-encoded string and decodes it into a binary array.
|
| 2025-06-18 | 25.0.9300 | General | | Changed | - The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
|
| 2025-05-27 | 25.0.9278 | General | | Removed | - Removed the "Proprietary" enum option from ProxyAuthscheme.
|
| 2025-02-15 | 24.0.9177 | General | | Added | - Added support for converting unsigned integer types to the nearest signed data type that has enough precision to hold the unsigned value.This is done for JDBC only because it does not have support for unsigned data types.
|
| 2024-11-27 | 24.0.9097 | General | | Added | - Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
|
| 2024-05-09 | 24.0.8895 | General | | Changed | - The ROUND function previously did not accept negative precision values. That feature has now been restored.
|
| 2024-03-15 | 23.0.8840 | General | | Added | - Created a new SQL function called STRING_COMPARE that provides java's String.compare() ability to SQL queries. Returns a number representative of the compared value of two strings
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - The ROUND function doesn't accept the negative precision values anymore.
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
- The return type of the ABS function will be consistent with the parameter value type.
|
| 2023-11-28 | 23.0.8732 | General | | Added | - Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
| 2023-07-13 | 23.0.8594 | Xero | | Deprecated | - Deprecated the SwitchTenant stored procedure. To switch tenants dynamically, specify the desired TenantId in a WHERE clause on individual queries instead.
|
| 2023-06-20 | 23.0.8571 | General | | Added | - Added the new sys_lastresultinfo system table.
|
| 2023-04-26 | 23.0.8516 | Xero | | Added | - Added the CreateReportSchema stored procedure to save a dynamic Profit and Loss report as a view.
|
| 2023-04-25 | 23.0.8515 | General | | Removed | - Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
| 2023-04-05 | 23.0.8495 | Xero | | Added | - Added the DownloadPDF stored procedure to download documents from the Invoices, CreditNotes, and Quotes tables in PDF format.
|
| 2023-03-30 | 22.0.8489 | Xero | | Added | - Added bulk INSERT support for tables which model line items in PayrollAUS and Accounting data models. These are: BankTransactions, ManualJournals, PaySlipDeductions, PaySlipEarnings, PaySlipLeaveAccrual, PaySlipReimbursements, PaySlipSuperAnnuations, PaySlipTaxes, PayslipTimesheetEarnings, and Timesheets.
|
| 2023-03-07 | 22.0.8466 | Xero | | Added | - Added CUD operation support for PaySlip line item tables in PayrollAUS data model.
|
| 2022-12-14 | 22.0.8383 | General | | Changed | - Added the Default column to the sys_procedureparameters table.
|
| 2022-09-30 | 22.0.8308 | General | | Changed | - Added the IsPath column to the sys_procedureparameters table.
|
| 2022-09-23 | 22.0.8301 | Xero | | Added | - Added the OAuthClient AuthScheme for Xero custom connections. These are machine-to-machine OAuth applications that authenticate using OAuthClientId and OAuthClientSecret. Unlike normal apps they are specific to an organization and do not require user interaction.
|
| 2022-05-09 | 22.0.8164 | Xero | | Added | - Added an embedded OAuth application that can be used from all editions, not just within Connect and other hosted apps. This required changing the default AuthScheme to PKCE because the new app uses PKCE for security.
|
| 2022-03-03 | 21.0.8097 | Xero | | Added | - Added columns for compliance with STP-related changes in PayrollAUS. This affects Employees, PayItemsEarnings, and PaySlipEarnings. Note that this does not include any changes related to cashing out leave, as those are still in development within Xero.
|
| 2022-01-12 | 21.0.8047 | Xero | | Added | - Added support for querying payslip line-item tables in the PayslipAus schema (PayslipEarnings, PaySlipDeductions, etc.) without requiring that a PayslipID be present in the WHERE clause. If no PayslipID is given then the relevant line item type will be retrieved from all payslips.
|
| 2022-01-06 | 21.0.8041 | Xero | | Added | - Added support for reading all allocations from credit notes, prepayments and overpayments. These are exposed as the new tables CreditNoteAllocations, PrepaymentAllocations and OverpaymentAllocations.
|
| 2021-10-22 | 21.0.7965 | Xero | | Added | - Added foreign key metadata to the table definitions across all supported APIs.
|
| 2021-10-05 | 21.0.7948 | Xero | | Added | - Added support for reporting API limits via the GetLimitInfo stored procedure. This procedure can be called to report the last known API limits (minute, daily and app) for any tenant that has been queried on the current connection. It also reports the suggested retry delays in case applications want to handle long-term daily and app retries.
|
| 2021-09-02 | 21.0.7915 | General | | Added | - Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
| 2021-08-07 | 21.0.7889 | General | | Changed | - Added the KeySeq column to the sys_foreignkeys table.
|
| 2021-08-06 | 21.0.7888 | General | | Changed | - Added the new sys_primarykeys system table.
|
| 2021-07-23 | 21.0.7874 | General | | Changed | - Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
- As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
|
| 2021-05-26 | 21.0.7816 | Xero | | Added | - Added support for the TenantId pseudocolumn, which can be used as an alternative to the SwitchTenant to query an organization different than the one the connection was configured for. DML isn't supported but queries work, including sliced queries and queries which split the filter across multiple contexts like SELECT * FROM Contacts UNION SELECT * FROM Contacts WHERE TenantId = '...'
|
| 2021-05-06 | 21.0.7796 | Xero | | Added | - Added support for the OrganisationActions view, which lists out special permissions granted to the current OAuth app within the organisation it is connected to.
- Added support for accessing the Budgets and BudgetLines APIs within Accounting.
|
| 2021-04-25 | 21.0.7785 | General | | Added | - Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
|
| 2021-04-23 | 21.0.7783 | General | | Changed | - Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
|
| 2021-04-16 | 21.0.7776 | General | | Added | - Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Reduced the length to 255 for varchar primary key and foreign key columns.
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Updated index naming convention to avoid duplicates.
|
| 2021-03-17 | 21.0.7746 | Xero | | Added | - Added support for using WHERE filters inside of PayrollAus. This has been a long-standing limitation due to limited support for server-side WHERE, but we now annotate each table supporting that parameter explicitly. Most of the non-report and non-history tables in Accounting have this option in addition to these tables from PayrollAus:
- Employees
- LeaveApplications
- PayrollCalendars
- PayRuns
- SuperFunds
- Timesheets
|
| 2021-03-15 | 21.0.7744 | Xero | | Added | - Extended XML aggregate support to accommodate the deprecation of the column#1, column#2 syntax:
- Added INSERT aggregate support to ContactGroups, ExpenseClaims, and LeaveApplications.
- Added support for using aggregates when a row ID is provided. This is intended to allow queries like (1), which used to be the recommended way to insert multiple line items onto an existing entity.
- Added support for using aggregates in UPDATE. When used, the provider overwrites any existing line items with the content of the aggregate.
|
| 2021-03-12 | 21.0.7741 | Xero | | Removed | - Everything to do with OAuth1 support is gone. Xero is going to remove it from their service at the end of the Mar 2021.
- Removed the certificate store properties, they no longer exist even as hidden properties since none of the OAuth2 flows need them.
- Removed the MigrateOAuth1Token procedure, that API will stop working when the rest of the OAuth1 functionality does so there's no reason to keep it.
- It is no longer possible to use OAuth1 by specifying AuthScheme=Auto and providing the XeroAppAuthentication properties via Other.
- Deprecated OAuth2 as an AuthScheme, it is now called OAuth
|
| 2021-01-05 | 20.0.7675 | Xero | | Added | - Added support for revoking tenants using the RevokeTenant stored procedure.
|