packagist algolia/algoliasearch-client-php 1.27.0

latest releases: dev-master, dev-next, 4.0.0-beta.1...
5 years ago
  • Introduce AB Testing feature - PR #408
    List/Create/Stop/Delete AB Tests programmatically
    Introduce new Analytics object, wrapper around the
    Analytics API (more methods to come).

  • 2 methods about taskID initially available in the Index moved to the Client.
    You could get some taskID from the engine without necessarily have an instance of Index,
    instead of instanciating an index that you won't need, you can now call waitTask and getTaskStatus on the client.
    The original methods on the index still work are not deprecated.

    $client->waitTask($indexName, $taskID)
    $client->getTaskStatus($indexName, $taskID)

Don't miss a new algoliasearch-client-php release

NewReleases is sending notifications on new releases.