Fork me on GitHub

Changes Report

Release History

Version Date Description
0.18.1 2016-03-16  
0.18.0 2016-02-18  
0.17.0 2016-02-05  
0.16.1 2016-02-02  
0.16.0 2016-01-07  
0.15.1 2015-12-18  
0.15.0 2015-11-20  
0.14.0 2015-11-13  
0.13.1 2015-09-23  
0.13.0 2015-09-21  
0.12.0 2015-09-02  
0.11.1 2015-08-17  
0.11.1 2015-08-07  
0.11.0 2015-08-03  
0.10.0 2015-07-15  
0.9.1 2015-07-01  
0.9.0 2015-06-29  
0.8.0 2015-06-24  
0.7.2 2015-06-24  
0.7.1 2015-06-01  
0.7.0 2015-05-29  
0.6.1 2015-05-26  
0.6.0 2015-05-26  
0.5.0 2015-05-19  
0.4.0 2015-05-18  
0.3.0 2015-05-13  
0.2.2 2015-05-13  
0.2.1 2015-05-07  
0.2.0 2015-05-07  
0.1.0 2015-05-06 Initial release

Release 0.18.1 – 2016-03-16

Type Changes By
Add Add support for the Jumbo index flavour Alex Scown

Release 0.18.0 – 2016-02-18

Type Changes By
Update Upgrade aci-types to 0.7.0. RetrieveIndexFieldsResponse now implements TagResponse Rosie Taylor

Release 0.17.0 – 2016-02-05

Type Changes By
Update Upgrade Retrieve Index Fields API to v2 Ivo Miller

Release 0.16.1 – 2016-02-02

Type Changes By
Update Annotate RequestBuilder objects with @Data instead of @Setter so that their fields are interpreted as properties by Java Ivo Miller

Release 0.16.0 – 2016-01-07

Type Changes By
Add Add support for the check_spelling parameter to the Query Text Index API Alex Scown
Add Add support for the Autocomplete API Matthew Gordon

Release 0.15.1 – 2015-12-18

Type Changes By
Fix Fix space encoding issue in HMAC signing Alex Scown

Release 0.15.0 – 2015-11-20

Type Changes By
Update Add support for a timeout on ASYNC api calls. Will Byrne
Update Improve handling of non JSON responses. Daniel Grayling
Update Make Account.Type Serializable. Alex Scown
Add Use ACI types library for better integration with on premise IDOL. Ivo Miller
Update Support friendly names for resources. Will Byrne

Release 0.14.0 – 2015-11-13

Type Changes By
Update Tokens and token proxies are now parameterized by Entity Type and Token Type. Matthew Gordon
Add Add support for token information APIs. Matthew Gordon
Add Add support for application APIs. Matthew Gordon
Add Add support for Create User API. Daniel Grayling
Add Add support for Reset Authentication API. Alex Scown
Add Add support for remaining User APIs. Matthew Gordon
Add Add support for Group APIs. Matthew Gordon
Add Add support for additional Authentication APIs. Matthew Gordon
Fix Make all types ignore unknown properties when parsing JSON. Alex Scown
Remove Remove QueryProfileService#listQueryProfiles, which was deprecated in 0.9.0. Matthew Gordon

Release 0.13.1 – 2015-09-23

Type Changes By
Fix Rename internal method to fix collisions when Jackson parses JSON Alex Scown

Release 0.13.0 – 2015-09-21

Type Changes By
Add Add Serializable to Documents, Document, Entity and FieldNames Alex Scown

Release 0.12.0 – 2015-09-02

Type Changes By
Add Make ResourceIdentifier implement Serializable Alex Scown
Update Update HodErrorCode enum Alex Scown
Fix Use correct url for Create Text Index Alex Scown

Release 0.11.1 – 2015-08-17

Type Changes By
Fix Ignore unknown properties on Documents so that warnings don't cause exceptions Matthew Gordon

Release 0.11.1 – 2015-08-07

Type Changes By
Fix Add description to query profiles Alex Scown

Release 0.11.0 – 2015-08-03

Type Changes By
Add Add support for the Extract Structured Content API Will Byrne

Release 0.10.0 – 2015-07-15

Type Changes By
Add New HOD SSO process including HMAC signing of application unbound tokens. Matthew Gordon
Update HOD AuthenticationTokens now specify expiry times in milliseconds not seconds. Matthew Gordon

Release 0.9.1 – 2015-07-01

Type Changes By
Fix Make ResourceIdentifier constants final Alex Scown

Release 0.9.0 – 2015-06-29

Type Changes By
Fix Deprecate QueryProfileService#listQueryProfiles, as it has been deprecated in HP Haven OnDemand. Use ResourcesService instead. Alex Scown
Update HP Haven OnDemand now requires indexes to be sent as DOMAIN:INDEX. Any service which took indexes now takes ResourceIdentifiers. Matthew Gordon

Release 0.8.0 – 2015-06-24

Type Changes By
Add Add automatic token refreshing. The result of this is every service is now a concrete type that implements an interface, and methods that took an AuthenticationToken now take a TokenProxy. This is a severe breaking change which changes the way services are instantiated and used, but gives us greater flexibility going forward Alex Scown
Update QueryTextIndexService, GetContentService and FindSimilarService are now generic types, and can return custom types that better reflect your documents. The old Documents type is still available and these services have a static factory method to help with construction Alex Scown
Update GetParametricValuesService now takes a List of fieldnames, rather than a CSV Alex Scown

Release 0.7.2 – 2015-06-24

Type Changes By
Update Update the AuthenticationService to reflect changes in the HP Haven OnDemand APIs Matthew Gordon
Update Add descriptions to the Applications class Matthew Gordon
Update Add the query_profile resource type Matthew Gordon
Update Add date_created to the output of listQueryProfiles Matthew Gordon
Fix Add throws HodErrorException to the Resources service Matthew Gordon

Release 0.7.1 – 2015-06-01

Type Changes By
Fix Make ListResourcesRequestBuilder return this for consistency. Matthew Gordon

Release 0.7.0 – 2015-05-29

Type Changes By
Add Added list resources. Matthew Gordon
Remove Removed list indexes since this doesn't work for platform version 2. Matthew Gordon

Release 0.6.1 – 2015-05-26

Type Changes By
Fix Disabled query manipulation tests since the feature is unstable in HOD. Matthew Gordon

Release 0.6.0 – 2015-05-26

Type Changes By
Add Added a summary parameter to the GetContent API Jonathan Soul

Release 0.5.0 – 2015-05-19

Type Changes By
Add Added a combined token method to the UserService. Matthew Gordon

Release 0.4.0 – 2015-05-18

Type Changes By
Update Update the query profile APIs due to backend changes Brian Beckett
Update Update APIs to use /2 urls which take tokens rather than API keys. The base version number has been moved into the API definitions and must no longer be added to the RestAdapter configuration Alex Scown
Add Add RequestInterceptor support to Multipart APIs as tokens are not passed as parts Alex Scown

Release 0.3.0 – 2015-05-13

Type Changes By
Add Add support for the user API Matthew Gordon

Release 0.2.2 – 2015-05-13

Type Changes By
Fix Add missing field to AuthenticationToken Alex Scown

Release 0.2.1 – 2015-05-07

Type Changes By
Fix Make it possible to construct AuthenticationTokens because SSO provides the token in pieces Alex Scown

Release 0.2.0 – 2015-05-07

Type Changes By
Add Add authentication APIs Alex Scown
Fix Improve logging in HodErrorHandler Alex Scown

Release 0.1.0 – 2015-05-06

Type Changes By
Add Initial release corresponding to com.hp.autonomy.iod:java-iod-client:0.7.0 Alex Scown