Skip to content

Releases: XeroAPI/Xero-Java

1.0.0 beta 1

21 Mar 22:09
Compare
Choose a tag to compare
1.0.0 beta 1 Pre-release
Pre-release

Please note, this is a major version release from 0.6.7 to 1.0.0 and is beta 1.

This release focused on reworking the httpclient to support TLS 1.2. On June 30, 2018 Xero will deprecate TLS 1.0 and reject API calls not done with TLS 1.1 or higher.

We have setup a test URL - you can point to this test URL by setting the ApiBaseUrl in your config.json file.

"ApiBaseUrl" : "https://api-tls.xero.com"

Please test your code with this SDK release prior to deploying to Production, report any problems to the issue tracker for this repo.

Java 1.8 uses TLS 1.2 by default, therefore Java Server Runtime environments configured for Java 1.8 don't require any additional configuration.

Java 1.7 and 1.6 need TLS 1.2 to be set using a SSLContext on the httpclient. See README about adding a KeyStorePath and KeyStorePassword to your config.json file. This will add the SSLContext for you.

https://github.com/XeroAPI/Xero-Java#tls-10-deprecation

v0.6.7

27 Feb 20:28
Compare
Choose a tag to compare

small change to XSD schema - moved to 0.1.2 of accounting schema.

v0.6.6

17 Feb 00:16
Compare
Choose a tag to compare

adding firewall parameters to token refresh calls

v0.6.5

17 Feb 00:15
31af134
Compare
Choose a tag to compare

Added support for developers who need to pass thru a firewall and still have the correct oauth signature.

v0.6.2

03 Nov 23:37
Compare
Choose a tag to compare

New API Exception handling added to handle summarized errors.

v 0.6.1

27 Oct 22:12
Compare
Choose a tag to compare

Added support for handling attachments with special characters on Gets and Creates
Added support for passing decimal place value (2 or 4) to Invoices, Items and BankTransactions on GET, PUT or POST.

v0.6

21 Oct 22:52
Compare
Choose a tag to compare

Merged several pull requests including refactoring how requests are signed to make it more flexible and decouple the config.json file for those who wish to store and pass privatekeys and config file from different locations.