Skip to content

Releases: XeroAPI/Xero-Java

2.0.1 - minor bug fixes

15 Nov 14:37

Choose a tag to compare

Fix timeframe parameter passed to ReportProfitAndLoss method.
Changed from BigDecimal to String

2.0.0

15 Nov 00:52

Choose a tag to compare

Major update to the SDK
Full JSON support for Requests and Responses
New Models generated in the com.xero.models package
New Endpoints

  • History
  • Batch Payments

1.3.2

25 Oct 18:20

Choose a tag to compare

Added missing property "accountId" to the feedconnection model.

1.3.1

19 Oct 07:28
8175b84

Choose a tag to compare

Testing credentials in config.json included in maven artifact by accident. - removed so that no conflict with developer configuration file.

1.3.0

01 Oct 22:03
8175b84

Choose a tag to compare

Refactor FeedConnection code to merge with Statement endpoints
New "BankFeed" model and methods support both FeedConnections and Statements
Unit Tests for feed connection & statements added

1.2.0

01 Sep 00:58

Choose a tag to compare

Added Fixed Assets API models and methods
Added ContentType to API calls which is being validated on new endpoints like FeedConnections

1.1.0

30 Aug 20:57

Choose a tag to compare

Added FeedConnection models and methods
Moving towards JSON request/response model
FeedConnection API built using OAS3 and OpenAPIGenerator

1.0.9

25 Jul 17:01

Choose a tag to compare

Added CustomJsonConfig example and updated README to reflect changes in the SDK

1.0.8

28 Jun 00:06

Choose a tag to compare

fix bug with Attachment names that have "%" in the name.
Added getAttachmentById method to avoid using the filename in the URI

1.0.7

27 Jun 17:07

Choose a tag to compare

Update to log4j2 to version 2x as the version we were using had reached EOL.