Releases: algolia/algoliasearch-client-php
Releases · algolia/algoliasearch-client-php
1.10.3
- Renamed
slaves
to replicas
(#159)
- Renamed
attributesToIndex
to searchableAttributes
(#159)
- Fixed
$objectID
parameter type in DOC block (#150)
1.10.2
- Fix of passing
$strategy
parameter to API in Client::multipleQueries
- Follow new User-Agent header convention
1.10.0
Add forwardToSlaves option in setSettings
1.9.4
- All JSON operations are now validated by new
Json
class
1.9.3
- Made
Index::deleteByQuery
return the number of delete operations triggered
1.9.1
- Fix
Index::saveObject
method signature
- Made the AccessTests more reliable
1.9.0
- Made the SecurityTests more reliable
- Added support for Synonyms API endpoints
- Randomized the order of fallback hosts per ClientContext instance
- Fixed some minor typos in the README.md and converted the arrays to short array syntax