Skip to content

Releases: algolia/algoliasearch-client-php

1.17.0

03 Apr 07:55
Compare
Choose a tag to compare

add a strategy to keep state between PHP requests

1.16.0

28 Feb 10:21
Compare
Choose a tag to compare
  • rename userKey to apiKey in the different keys related methods

1.15.0

25 Feb 21:23
Compare
Choose a tag to compare
  • Make sure we don't have duplicated user agent
  • Allow more than one user agent prefix
  • Allow to specify attributesToRetrieve in getObjects method

1.14.0

07 Feb 12:49
Compare
Choose a tag to compare
  • Better disjunctive faceting (included in the search method)

1.13.0

21 Dec 14:15
Compare
Choose a tag to compare
  • rename searchFacet to searchForFacetValues
  • better checks for curl handles

1.12.1

09 Dec 13:32
Compare
Choose a tag to compare
  • Fix UA version number (#192)

1.12.0

08 Dec 13:03
Compare
Choose a tag to compare
  • Improved retry strategy (#187)

1.11.0

20 Oct 11:28
Compare
Choose a tag to compare

1.10.3

03 Oct 16:24
Compare
Choose a tag to compare
  • Renamed slaves to replicas (#159)
  • Renamed attributesToIndex to searchableAttributes (#159)
  • Fixed $objectID parameter type in DOC block (#150)

1.10.2

05 Aug 13:07
Compare
Choose a tag to compare
  • Fix of passing $strategy parameter to API in Client::multipleQueries
  • Follow new User-Agent header convention