Skip to content

Releases: algolia/algoliasearch-client-php

3.1.0

31 Aug 14:19
Compare
Choose a tag to compare

Added

  • Add search alias for multiple queries (#684)
  • Add RecommendClient class (#686)

Changed

  • Rename recommendation client (#682)

Fixed

  • Pin log dependency (#685)

3.0.2

04 May 09:16
Compare
Choose a tag to compare

Fixed

  • Use ::class instead of string for class name (#667)

3.0.1

23 Apr 13:30
Compare
Choose a tag to compare

Fixed

  • Remove invalid method call (#675)

3.0.0

14 Apr 07:47
Compare
Choose a tag to compare

Drops support for PHP < 7.2

2.8.0

07 Apr 16:52
Compare
Choose a tag to compare

Fix

  • Add missing part of the url for stopABTest() method (#666)
  • Handling of params array in the $queries array for multipleQueries method (#663)

Added

  • Custom Dictionaries feature (#662)

2.7.2

24 Nov 10:19
Compare
Choose a tag to compare

Chore

  • Containerize the repo

2.0.0

22 Nov 09:47
Compare
Choose a tag to compare

1.28.0

06 Nov 10:48
Compare
Choose a tag to compare
  • Introduce $client->multipleGetObjects() to retrieve objects via ObjectID
    across multiple indices

  • fix $index->waitTask to return task, behavior prior to 1.27.0

2.0.0-RC

01 Nov 16:50
d466e41
Compare
Choose a tag to compare

2.0.0 Alpha 2

20 Aug 13:06
Compare
Choose a tag to compare
2.0.0 Alpha 2 Pre-release
Pre-release
  • Add getter and setter for Index::indexName property
  • Fix Travis
  • Introduce ClientConfiguration (which holds ClusterHosts)
  • Introduce Client singleton with Client::get()