Skip to content

Releases: typesense/typesense-java

v1.3.0

18 Feb 16:05

Choose a tag to compare

Changelog

  • Add stemming API: #83

v1.2.0

03 Feb 11:18

Choose a tag to compare

Changelog

  • Stopwords support (#73)

v1.1.0

05 Nov 03:19

Choose a tag to compare

Changelog

  • add analytics rules and events support (#72)

v1.0.0

11 Oct 08:38

Choose a tag to compare

Changelog

  • URL encode user-inputted Ids, migrate to Github actions (#63)
  • Handle all of java.net exceptions (#66)
  • Update license in build file to use Apache 2 correctly
  • Pull changes to API spec

Breaking changes

The enum type of the action parameter for document insert or import has changed:

import org.typesense.model.ImportDocumentsParameters;
import org.typesense.model.IndexAction;

ImportDocumentsParameters queryParameters = new ImportDocumentsParameters();
queryParameters.action(IndexAction.CREATE);

v0.9.0

06 Sep 15:48

Choose a tag to compare

Bump version.

v0.8.0

26 Jun 08:07

Choose a tag to compare

Pulled updates to Open API spec.

v0.7.0

22 Mar 11:14

Choose a tag to compare

Pulled updates to Open API spec.

v0.6.0

07 Feb 07:16

Choose a tag to compare

  • Ensure that nodes are properly rotated in round-robin fashion for multi-node configuration
  • Update by query

v0.5.0

22 Dec 15:46

Choose a tag to compare

  • Pull latest OpenAPI spec changes
  • Generate model files as part of build process.
  • Update OkHttp dependency.

v0.3.0

09 Jun 08:40

Choose a tag to compare