Releases: XeroAPI/Xero-Java
1.0.8
fix bug with Attachment names that have "%" in the name.
Added getAttachmentById method to avoid using the filename in the URI
1.0.7
Update to log4j2 to version 2x as the version we were using had reached EOL.
1.0.6
New feature
- Add Currency added to XeroClient
- filename normalization improved for attachments.
1.0.5
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.
1.0.4
Fix build method in oAuthAccessToken so the correct oauth parameters are passed when doing a token refresh API call.
1.0.3
Merge PR 79 instantiate httpclient with build method
1.0.2
1.0.1
1.0.0
Fixed reported memory lead with JAXBContext.
1.0.0 beta 4
Added log4j dependency and logging statements inside the SDK.
Info Level include the URL for Get/Delete and the Body for Post/Put
Error Level includes all exceptions from try/catch blocks
You can setup/configure your logging using the log4j.properties file located in the Resources dir.
Also merged change to support passing boolean to create Attachment method for including attachment on invoices.