Skip to content

Releases: manticoresoftware/manticoresearch-javascript

Release 8.0.0

31 Mar 13:15
Compare
Choose a tag to compare

This release includes:

  • BREAKING CHANGE:
    Replaced the _id property with id in all related request/response objects
  • Updated documentation

Release 7.0.0

12 Feb 16:28
Compare
Choose a tag to compare

This release includes:

  • Added support for the /autocomplete endpoint
  • BREAKING CHANGES:
    Replaced the index property with table in all related methods
  • Updated documentation

Release 6.0.0

30 Jan 18:05
Compare
Choose a tag to compare

This release includes:

Release 4.0.0

16 Nov 06:23
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:07
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

Release 3.2.1

13 Oct 10:46
Compare
Choose a tag to compare

This release includes:

  • updated documentation

Release 3.2.0

18 May 15:16
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
  • added the correct handling of big int numbers
  • minor changes in tests

Release 2.0.3

02 Feb 07:08
Compare
Choose a tag to compare

This release includes:

  • fixed issue with an incorrect document auto generation