Releases: manticoresoftware/manticoresearch-php
Releases · manticoresoftware/manticoresearch-php
Release 3.2.0
This release includes:
- Added support for the partial replace feature (#206)
- Added support for composite aggregation search (#204)
- Fixed handling of persistent curl connections (#207)
- Updated percolate search endpoints to align with Manticore updates
- Expanded connection error details (f04924d)
- Added support for KNN search queries (manticoresoftware/openapi#12)
- Added validation for empty fields in insert/update/replace requests
- Added ability to delete multiple documents by ID
- Fixed minor issues
- Updated documentation
Release 3.1.0
This release includes:
- Added the sorting of results for facet search
- Simplified the logic of connection retries
- Fixed the incorrect processing of the
took
andtimed_out
fields in SearchResponse - Updated the declaration of
ExceptionInterface
and PHP DocBlocks to provide correct work with PHP8 - Updated corresponding tests and documentation
Release 3.0.1
This release includes:
- Simplified the Client->sql() function: Previously, you were required to pass an array containing a query to it. Now, you can pass the query directly. The previous mode is also supported.
- Updated documentation
Release 3.0.0
This release includes:
- Fixed the incorrect behavior of the 'replaceDocument' function. (#49)
- Resolved the issue of incorrect handling of the 'no more connection retries' error. (#43)
- Fixed the problem of incorrect query escaping with single quotes. (#111)
- Added support for 'or' filters in Bool queries. (#113)
- Added support for uppercase 'ASC'/'DESC' sorting parameters. (#109)
- Removed deprecated '/json/pq/*' endpoints
- Updated unit tests to ensure compatibility with PHP 8.1.
- Updated documentation.
Release 2.3.0
Release 2.2.0
Release 2.1.2
This release includes:
- fixed a bug that led to an error when creating a distributed index: #94
- updated tests
Release 2.1.1
This release includes:
- added 'trackScores' method to 'Search' class
- minor update of related tests
- updated documentation
Release 2.0.0
This release includes:
- support of Manticore Search 5.0.0
- handling 'sql-over-http' response as an array
- support of http 'options' parameter
- removed 'Query\Match' class as deprecated
- optimized resolution of connection strategy name
- unified response format for 'raw' select queries
- minor changes in tests
- minor updates of documentation
Release 1.8.0
- changed license from Apache 2.0 to more permissive MIT for compatibility with GPL licenses
- switched to Github actions from Travis CI
- minor changes in tests
- preparation for 4.2.0+ which returns sql-over-http response as an array