Skip to content

Releases: manticoresoftware/manticoresearch-python

Release 7.0.0

12 Feb 15:17
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 16:51
Compare
Choose a tag to compare

This release includes:

Release 4.0.0

16 Nov 07:41
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 06:57
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
  • Increased release version to be consistent with the other clients

Release 2.2.0

15 Jun 10:30
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
  • simplified 'UtilsApi.sql' method call
  • minor changes in tests
  • minor updates of documentation

Release 1.0.6

02 Feb 07:09
Compare
Choose a tag to compare

This release includes:

  • fixed issue with an incorrect document auto generation