Skip to content

Releases: FACT-Finder/factfinder-java-client

2.0.1

03 Sep 10:35
Compare
Choose a tag to compare
  • Fix ./gradlew build

2.0.0

25 Jun 07:56
Compare
Choose a tag to compare
  • Updated client & runner to be compatible with FACT-Finder NG 2.0
  • Migrated to openapi-generator for client generation

1.3.2

03 Aug 07:00
Compare
Choose a tag to compare
  • Updated required documentation

1.3.1

19 Jul 05:52
Compare
Choose a tag to compare
  • Added swagger java configuration
  • Moved client-classes to de.factfinder.client

1.3.0

22 Jun 06:36
Compare
Choose a tag to compare
  • Adjusted API to be compatible with FACT-Finder 7.3
  • Replaced client code by swagger codegen generated code
  • Deleted databases expiration example as the new JSON based REST api does not support it anymore
  • Adjusted runner classes to use the new client classes

1.2.2

02 Jan 14:38
Compare
Choose a tag to compare
  • jar-GradleTask now produces a runnable jar in the runner project (#2)
  • Added run-task for executing the runner-classes directly with Gradle
    • Example: ./gradlew run executes the RunnerSearch
    • For specifying the runner which should be executed the runner project property can be set
    • Example: ./gradlew run -Prunner=RunnerSuggest (only the classname is needed as value)

1.2.1

15 Sep 08:56
Compare
Choose a tag to compare
  • Added Gzip support
  • Added timeout handling:
    • A timeout configuration can be added as 3rd parameter of the FFApi constructor
    • When a timeout occurs a FFApiException is thrown
  • Added isTimeout property to FFApiException
  • Updated Gradle Wrapper Version to 3.0
  • Added FFApi#refreshRecommenderDatabases api and runner example

1.2.0

15 Sep 08:53
Compare
Choose a tag to compare
  • Adjusted API to be compatible with FACT-Finder 7.2
  • Added refresh databases api
  • Adjust the error handling that the error message get deserialized and is available inside the FFApiException
  • Removed Url Validation in the FFApi due to a bug

1.1.1

26 Aug 07:25
Compare
Choose a tag to compare
  • Combined FirstLink, NextLink, PageLink, LastLink and PreviousLink to Link
  • Combined CompareRecord, ResultRecord(ffrecommender) and SimilarityRecord to RecordWithId
  • Adjusted absolute*Value and selected*Value inside Element to Double

1.1.0

26 Aug 07:24
Compare
Choose a tag to compare

Adjusted API to be compatible with FACT-Finder 7.1