Skip to content

Releases: XeroAPI/xero-python

8.1.0

23 Apr 12:00
e6002f8

Choose a tag to compare

What's Changed

Features -

  • New organisation plan SIMPLE has been added to Organisation API response.

Full Changelog: 8.0.0...8.1.0

8.0.0

10 Apr 10:25
ff3b075

Choose a tag to compare

What's Changed

Features -

  • Added new entities for NICategoryLetter and NICategory.
    • Freeport and Investment zone NI category letters added.
  • [BREAKING_CHANGE] Updated Employee entity.
    • NICategoryLetter has been marked as deprecated and NICategories added as a new property.
  • Validation added to NICategory entity.
    • Validation added for workplacePostcode and dateFirstEmployedAsCivilian.
  • [BREAKING_CHANGE] Updated Employment POST endpoint.
    • Added NI Categories and removed deprecated niCategory property.
  • GET Employee 200 response example updated and NI Categories added.
  • Added missing comma to Employee POST success response example.

Notes:

This change reflects the current functionality available in the public API and as shown in Xero documentation.

GET Employee
POST Employment

Full Changelog: 7.1.0...8.0.0

7.1.0

07 Apr 14:53
551ff6d

Choose a tag to compare

What's Changed

Features

  • StatutoryNeonatalCarePay and StatutoryNeonatalCarePayNonPensionable earnings types has been added to earnings rates component.
    • This will affect the request and response bodies for the POST and GET endpoints for EarningsRates, and the GET response for endpoint EarningsRates/{id}

Full Changelog: 7.0.1...7.1.0

7.0.1

03 Mar 05:55
4d950ab

Choose a tag to compare

What's Changed

Build from OAS 7.0.0

Bug Fixes

  • Fixes #68: can_refresh_access_token method accepts string as valid token type.

Full Changelog: 7.0.0...7.0.1

7.0.0

03 Feb 06:17
32ae387

Choose a tag to compare

Build from OAS 7.0.0

Breaking Changes

  • [DataSourceResponse]: Removed the following fields, which were previously marked as deprecated:
    • indirectBankFeed
    • indirectBankFeedPos
    • indirectBankFeedNeg

Deprecations

  • [EmployeeLeaveSetup]: The following fields are now deprecated and will be removed in future release:
    • sickLeaveHoursToAccrueAnnually
    • sickLeaveMaximumHoursToAccrue
  • [EmployeeLeaveType]: The following fields are now deprecated and will be removed in future release:
    • hoursAccruedAnnually

New Features

  • [EmployeeLeaveSetup]: Introduced new fields:
    • SickLeaveToAccrueAnnually
    • SickLeaveMaximumToAccrue
    • AnnualLeaveAnniversaryDate
  • [EmployeeLeaveType]: Introduced new fields:
    • UnitsAccruedAnnually
    • typeOfUnitsToAccrue
    • openingBalanceTypeOfUnits
  • [LeavePeriod]: Introduced new fields:
    • numberOfUnitsTaken
    • typeOfUnits
    • typeOfUnitsTaken
  • [LeaveType]: Introduced new fields:
    • typeOfUnits
    • typeOfUnitsToAccrue

Full Changelog: 6.3.0...7.0.0

6.3.0

16 Sep 10:38
64e438b

Choose a tag to compare

Build from OAS 6.3.0

What's Changed

  • New optional property got added to the EmployeeLeaveType DTO for scheduleOfAccrualDate.

  • Following USST fields have been added to Invoices and Credit Notes endpoints:

    • InvoiceAddresses
    • SalesTaxCodeId
    • Taxability
    • TaxBreakdown

Full Changelog: 6.2.0...6.3.0

6.2.0

26 Aug 10:10
fb5f6e6

Choose a tag to compare

  • Build from OAS 6.2.0

What's Changed

  • Accounting API - Field SentToContact is now writable for credit notes.

Full Changelog: 6.1.0...6.2.0

6.1.0

05 Aug 06:54
6486234

Choose a tag to compare

Build from OAS 6.1.1

What's Changed

Full Changelog: 6.0.0...6.1.0

6.0.0

15 Jul 12:27
b98c833

Choose a tag to compare

What's Changed

  • Build from OAS 6.0.0

Breaking Change

  • Removed PageInfo metadata object and added pagination metadata object for select Api.Accounting endpoints
  • Introducing Search Term in GET /invoice endpoint.
  • Adds the pageSize query parameter for GET /Overpayments and GET /Prepayments endpoints.
  • Added ultimate sub plans for Api.Accounting

Full Changelog: 5.0.0...6.0.0

5.0.0

01 Jul 10:11
b0d3c2c

Choose a tag to compare

Build from OAS 5.0.0

BREAKING CHANGE

  • PageInfo object has been added to the HTTP response for following endpoints & the response schema name has been changed.

    • payments
    • purchase Orders
    • contacts
    • credit notes
    • manual journals
    • invoices
    • bank transactions
    • pre payments
    • over payments
  • page size query parameter has been added to "get all" endpoints for bank transactions, contacts, credit notes, invoices, manual
    journals, payments and purchase orders

  • Following properties are 'no longer in use' for "DataSourceResponse" schema -

    • indirectBankFeed
    • indirectBankFeedPos
    • indirectBankFeedNeg

Full Changelog: 4.0.0...5.0.0