Releases: XeroAPI/Xero-Java
1.3.2
Added missing property "accountId" to the feedconnection model.
1.3.1
Testing credentials in config.json included in maven artifact by accident. - removed so that no conflict with developer configuration file.
1.3.0
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
Added Fixed Assets API models and methods
Added ContentType to API calls which is being validated on new endpoints like FeedConnections
1.1.0
Added FeedConnection models and methods
Moving towards JSON request/response model
FeedConnection API built using OAS3 and OpenAPIGenerator
1.0.9
Added CustomJsonConfig example and updated README to reflect changes in the SDK
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.