Releases: typesense/typesense-java
Releases · typesense/typesense-java
v1.3.0
18 Feb 16:05
Compare
Sorry, something went wrong.
No results found
v1.2.0
03 Feb 11:18
Compare
Sorry, something went wrong.
No results found
v1.1.0
05 Nov 03:19
Compare
Sorry, something went wrong.
No results found
Changelog
add analytics rules and events support (#72 )
v1.0.0
11 Oct 08:38
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
06 Sep 15:48
Compare
Sorry, something went wrong.
No results found
v0.8.0
26 Jun 08:07
Compare
Sorry, something went wrong.
No results found
Pulled updates to Open API spec.
v0.7.0
22 Mar 11:14
Compare
Sorry, something went wrong.
No results found
Pulled updates to Open API spec.
v0.6.0
07 Feb 07:16
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
v0.5.0
22 Dec 15:46
Compare
Sorry, something went wrong.
No results found
Pull latest OpenAPI spec changes
Generate model files as part of build process.
Update OkHttp dependency.
v0.3.0
09 Jun 08:40
Compare
Sorry, something went wrong.
No results found