Releases: XeroAPI/xero-python
Releases · XeroAPI/xero-python
9.0.0
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: 8.3.0...9.0.0
8.3.0
What's Changed
- New leave type
NeonatalCare
has been added toEmployeeStatutoryLeaveBalance
andEmployeeStatutoryLeaveSummary
responses for UK. SIMPLE
product enum value has been added forGetSubscription
response for xero app store.- New organisation role
REMOVED
has been added togetUsers
endpoint. - New query parameter
direction
has been added togetFiles
endpoint.
Full Changelog: 8.2.0...8.3.0
8.2.0
What's Changed
Features -
- Adds Leave type
Bereavement
to theEmployeeStatutoryLeaveBalance
andEmployeeStatutoryLeaveSummary
responses for payroll UK.
Full Changelog: 8.1.0...8.2.0
8.1.0
What's Changed
Features -
- New organisation plan
SIMPLE
has been added toOrganisation
API response.
Full Changelog: 8.0.0...8.1.0
8.0.0
What's Changed
Features -
- Added new entities for
NICategoryLetter
andNICategory
.Freeport
andInvestment zone
NI category letters added.
- [BREAKING_CHANGE] Updated
Employee
entity.NICategoryLetter
has been marked as deprecated andNICategories
added as a new property.
- Validation added to
NICategory
entity.- Validation added for
workplacePostcode
anddateFirstEmployedAsCivilian
.
- Validation added for
- [BREAKING_CHANGE] Updated
Employment
POST endpoint.- Added
NI Categories
and removed deprecatedniCategory
property.
- Added
- GET
Employee
200 response example updated andNI 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.
Full Changelog: 7.1.0...8.0.0
7.1.0
What's Changed
Features
StatutoryNeonatalCarePay
andStatutoryNeonatalCarePayNonPensionable
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 endpointEarningsRates/{id}
- This will affect the request and response bodies for the POST and GET endpoints for
Full Changelog: 7.0.1...7.1.0
7.0.1
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
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
Build from OAS 6.3.0
What's Changed
-
New optional property got added to the
EmployeeLeaveType
DTO forscheduleOfAccrualDate
. -
Following USST fields have been added to
Invoices
andCredit Notes
endpoints:- InvoiceAddresses
- SalesTaxCodeId
- Taxability
- TaxBreakdown
Full Changelog: 6.2.0...6.3.0
6.2.0
- 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