Releases: XeroAPI/Xero-NetStandard
1.1.3
Summary
Added Batch Payment functionality and resolved an data contract issue with payroll
New Functionality
Contract amendments
- #62 Fix problem with RateType not serializing all values
1.1.2
Summary
A couple of new properties have been added to the Organisation model, and other small changes
Contract additions
- #57 Added Class and Edition to the Organisation model
Other changes
1.1.1
1.1.0
Summary
This release is all about async.
We've stopped using .Result in a number of different places in key parts of the SDK, instead lifting the async up through the stack.
This has had some knock on effects for a number of interfaces and so will require changes to your applications if you're not using a private application integration.
If you have any major problems updating to this new version of the SDK, please raise an issue.
Changes
- #48 Stop using
.Resultin token based auth, and instead lift async through the stack
1.0.7
Summary
A few small additions, bug fixes, and improvements
Bug Fixes
- #46 Payroll constructors missing extra parameters
- #45 Allow nullable LineAmountTypes to be serialized correctly.
Usability improvements
- #42 Adding ConfigureAwait(false) throughout the SDK
- See information on the pull request for more details
1.0.6
1.0.5
1.0.4
Summary
This release includes some new filtering options for invoices and contacts, as well as the option to initialise the SDK App implementations with custom (non appsettings.json) settings files.
New Functionality
- #33 Allow custom implementation of the application settings
- #34 Can retrieve contacts by a list of IDs
- #35 Can retrieve invoices filtered to created by your app
Contract additions
- #32 Added AppliedAmount field to Prepayment and Overpayment
1.0.3
Summary
History and Notes, and CIS Settings
New Functionality
- #28 Added history and note functionality. History and notes can be fetched and notes can be created for various supported endpoints
- #29 CIS Settings can be retrieved for contacts and organisations
Contract additions
- #29 CISDeduction has been included on Invoices and CreditNotes. This is a read-only property