Skip to content

Releases: XeroAPI/Xero-Java

15.0.0

07 May 02:39
8d648f0

Choose a tag to compare

What's changed

  • feat!: Delete deprecated employee management endpoints (1e5abee)

Features

  • add CreatedDateUtc and AssociationDateUtc to Association schema (51da7aa)
  • add xero-practicemanager-v3-1 spec (cd3cb46)

Full Changelog:14.0.1...15.0.0

14.0.1

21 Apr 23:02
6cb5b45

Choose a tag to compare

What's Changed

  • Releasing 14.0.1 (OAS: 12.0.2) by @xero-public-bot[bot] in #450

Bug Fixes

Full Changelog: 14.0.0...14.0.1

14.0.0

06 Apr 22:17
e1762e0

Choose a tag to compare

What's Changed

Features

Full Changelog: 13.0.0...14.0.0

13.0.0

05 Mar 01:24
6fcbdad

Choose a tag to compare

What's Changed

Features

Full Changelog: 12.4.0...13.0.0

12.4.0

28 Jan 21:09
f62c9da

Choose a tag to compare

What's Changed

  • add credit notes webhooks schema
  • add example for credit note webhooks and update schema

Full Changelog: 12.3.1...12.4.0

12.3.1

02 Dec 02:06
20e6ce4

Choose a tag to compare

What's Changed

Full Changelog: 12.3.0...12.3.1

12.3.0

17 Nov 03:12
c5383ba

Choose a tag to compare

  • SDK update for adding contracts to employee and employment object and its relevant endpoints

12.2.0

04 Nov 01:11
4970e9e

Choose a tag to compare

  • Add missing accounting.budgets.read scope and ratchet up lint validation on security scopes
  • remove invalid type: string from Contact property in Quote schema
  • Update BookDepreciationDetail
  • Add TaxNumberType for Contacts
  • Remove unused PUT for NZ and UK pay runs

12.1.0

25 Sep 04:14
0be1ce3

Choose a tag to compare

What's Changed

⚠️ Notice: Obsolete Endpoints

The following Accounting API endpoints have been marked [Obsolete] and will be removed in a future release.

  • CreateEmployeesAsync
  • CreateEmployeesAsyncWithHttpInfo
  • CreateEmployeesAsyncWithHttpInfo
  • GetEmployeeAsync
  • GetEmployeeAsyncWithHttpInfo
  • GetEmployeesAsync
  • GetEmployeesAsyncWithHttpInfo
  • UpdateOrCreateEmployeesAsync
  • UpdateOrCreateEmployeesAsyncWithHttpInfo

Please migrate to the supported alternatives before deprecation on April 28, 2026.

Full Changelog: 12.0.0...12.1.0

12.0.0

28 Jun 13:10
34c0b70

Choose a tag to compare

What's Changed

  • Postman tests replaced with Prism mock server
  • Java package updates

BREAKING CHANGE

  • fix: Following fields are made required for payroll-nz
    • Employee model: firstName, lastName, dateOfBirth, address
    • Employment model: startDate, engagementType, payrollCalendarID
  • fix: Following fields are made required for payroll-uk
    • Employee model: firstName, lastName, dateOfBirth, address, gender and title
    • Employment model: startDate, payrollCalendarID, employeeNumber, and niCategories

Full Changelog: 11.0.0...12.0.0