Skip to content

Releases: XeroAPI/Xero-Java

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.

1.0.6

25 Jun 20:15

Choose a tag to compare

New feature

  • Add Currency added to XeroClient
  • filename normalization improved for attachments.

1.0.5

11 May 15:32

Choose a tag to compare

Headers (user-agent, ismodifiedsince, accept, content-type) where not being set for Java SRE with Java 1.8. Code block was being applied to only 1.7 and 1.6 (part of TLS 1.0 deprecation)

Moved code to set headers on all http clients regardless of java version in XeroHttpContext.