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 |
Type | Changes | By |
---|---|---|
![]() |
Add support for the Jumbo index flavour | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Upgrade aci-types to 0.7.0. RetrieveIndexFieldsResponse now implements TagResponse | Rosie Taylor |
Type | Changes | By |
---|---|---|
![]() |
Upgrade Retrieve Index Fields API to v2 | Ivo Miller |
Type | Changes | By |
---|---|---|
![]() |
Annotate RequestBuilder objects with @Data instead of @Setter so that their fields are interpreted as properties by Java | Ivo Miller |
Type | Changes | By |
---|---|---|
![]() |
Add support for the check_spelling parameter to the Query Text Index API | Alex Scown |
![]() |
Add support for the Autocomplete API | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Fix space encoding issue in HMAC signing | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Add support for a timeout on ASYNC api calls. | Will Byrne |
![]() |
Improve handling of non JSON responses. | Daniel Grayling |
![]() |
Make Account.Type Serializable. | Alex Scown |
![]() |
Use ACI types library for better integration with on premise IDOL. | Ivo Miller |
![]() |
Support friendly names for resources. | Will Byrne |
Type | Changes | By |
---|---|---|
![]() |
Tokens and token proxies are now parameterized by Entity Type and Token Type. | Matthew Gordon |
![]() |
Add support for token information APIs. | Matthew Gordon |
![]() |
Add support for application APIs. | Matthew Gordon |
![]() |
Add support for Create User API. | Daniel Grayling |
![]() |
Add support for Reset Authentication API. | Alex Scown |
![]() |
Add support for remaining User APIs. | Matthew Gordon |
![]() |
Add support for Group APIs. | Matthew Gordon |
![]() |
Add support for additional Authentication APIs. | Matthew Gordon |
![]() |
Make all types ignore unknown properties when parsing JSON. | Alex Scown |
![]() |
Remove QueryProfileService#listQueryProfiles, which was deprecated in 0.9.0. | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Rename internal method to fix collisions when Jackson parses JSON | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Add Serializable to Documents, Document, Entity and FieldNames | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Make ResourceIdentifier implement Serializable | Alex Scown |
![]() |
Update HodErrorCode enum | Alex Scown |
![]() |
Use correct url for Create Text Index | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Ignore unknown properties on Documents so that warnings don't cause exceptions | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Add description to query profiles | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Add support for the Extract Structured Content API | Will Byrne |
Type | Changes | By |
---|---|---|
![]() |
New HOD SSO process including HMAC signing of application unbound tokens. | Matthew Gordon |
![]() |
HOD AuthenticationTokens now specify expiry times in milliseconds not seconds. | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Make ResourceIdentifier constants final | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Deprecate QueryProfileService#listQueryProfiles, as it has been deprecated in HP Haven OnDemand. Use ResourcesService instead. | Alex Scown |
![]() |
HP Haven OnDemand now requires indexes to be sent as DOMAIN:INDEX. Any service which took indexes now takes ResourceIdentifiers. | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
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 |
![]() |
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 |
![]() |
GetParametricValuesService now takes a List of fieldnames, rather than a CSV | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Update the AuthenticationService to reflect changes in the HP Haven OnDemand APIs | Matthew Gordon |
![]() |
Add descriptions to the Applications class | Matthew Gordon |
![]() |
Add the query_profile resource type | Matthew Gordon |
![]() |
Add date_created to the output of listQueryProfiles | Matthew Gordon |
![]() |
Add throws HodErrorException to the Resources service | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Make ListResourcesRequestBuilder return this for consistency. | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Added list resources. | Matthew Gordon |
![]() |
Removed list indexes since this doesn't work for platform version 2. | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Disabled query manipulation tests since the feature is unstable in HOD. | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Added a summary parameter to the GetContent API | Jonathan Soul |
Type | Changes | By |
---|---|---|
![]() |
Added a combined token method to the UserService. | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Update the query profile APIs due to backend changes | Brian Beckett |
![]() |
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 RequestInterceptor support to Multipart APIs as tokens are not passed as parts | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Add support for the user API | Matthew Gordon |
Type | Changes | By |
---|---|---|
![]() |
Add missing field to AuthenticationToken | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Make it possible to construct AuthenticationTokens because SSO provides the token in pieces | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Add authentication APIs | Alex Scown |
![]() |
Improve logging in HodErrorHandler | Alex Scown |
Type | Changes | By |
---|---|---|
![]() |
Initial release corresponding to com.hp.autonomy.iod:java-iod-client:0.7.0 | Alex Scown |