Skip to content

Releases: manticoresoftware/manticoresearch-java

Release 5.0.0

18 Dec 12:23
Compare
Choose a tag to compare

This release includes:

  • BREAKING: Migrated to jersey3; migrated from javax to jakarta
  • Supported Spring Boot 3
  • Updated documentation

Release 4.0.0

16 Nov 18:17
Compare
Choose a tag to compare

This release includes:

  • BREAKING: Changed types of 'aggs' and 'expressions' properties in SearchRequest to match Manticore types
  • Updated documentation

Release 3.3.1

05 Oct 04:01
Compare
Choose a tag to compare

This release includes:

  • Fixed the structure of BulkResponse to match the altered format of server response in Manticore 6.2.0

Release 3.3.0

02 Jun 07:05
Compare
Choose a tag to compare

This release includes:

  • Improved the search API to offer more abstraction, eliminating the need for users to pass search requests as complex JSON objects; instead, the searchRequest object can now be built by setting its properties separately
  • Added the support of the track_scores option in search requests
  • Updated documentation to reflect these changes

❗Breaking changes
The following properties of the search request are now implemented as separate objects. Previously, these properties were set directly on the search request. Now, they are to be instantiated as separate objects and then assigned to the search request object.

  • query
  • source
  • sort
  • aggs
  • highlight

Release 3.2.0

18 May 15:12
Compare
Choose a tag to compare

This release includes:

  • support of Manticore Search 5.0.0
  • handling 'sql-over-http' response as an array
  • support of http 'options' parameter
  • added 'total_relation' property to search response
  • minor updates of documentation

Release 2.0.3

10 May 13:30
Compare
Choose a tag to compare

This release includes:

  • fixed issue with an incorrect document auto generation
  • fixed typos

Release 2.0.2

24 Dec 08:44
Compare
Choose a tag to compare

This release includes:

  • regenerated client with a new OpenAPITools generator version (Docker image v5.3.1)
  • added warning field for the client's SearchResponse object by PR #4