Releases: typesense/typesense-java
Releases · typesense/typesense-java
v2.1.0
Compare
Sorry, something went wrong.
No results found
Support the upcoming v30 release, which contains changes to the analytics, synonyms and curation APIs (#99 ).
v2.0.0
Compare
Sorry, something went wrong.
No results found
Typesense Java client v2.0.0 is compatible with Typesense versions >= 30.0.rca31. Check the changelog for v30 here: https://typesense.org/docs/30.0/api/#what-s-new
Changelog
Breaking changes for upcoming v30 release (#93 ). See v30 changes here .
Add support for Union search (#92 )
Added constructor with custom OkHttpClient (#86 )
v1.3.0
Compare
Sorry, something went wrong.
No results found
v1.2.0
Compare
Sorry, something went wrong.
No results found
v1.1.0
Compare
Sorry, something went wrong.
No results found
Changelog
add analytics rules and events support (#72 )
v1.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bump version.
v0.8.0
Compare
Sorry, something went wrong.
No results found
Pulled updates to Open API spec.
v0.7.0
Compare
Sorry, something went wrong.
No results found
Pulled updates to Open API spec.
v0.6.0
Compare
Sorry, something went wrong.
No results found
Ensure that nodes are properly rotated in round-robin fashion for multi-node configuration
Update by query