You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`"algolia/algoliasearch-client-php": "^3.2"`|`"algolia/algoliasearch-client-php": "^4.0@alpha"`|**During the beta phase**, the clients are available under the package 4.x.x-alpha , you can find a full list [here](https://packagist.org/packages/algolia/algoliasearch-client-php). |
8
8
|`Algolia\AlgoliaSearch`|`Algolia\AlgoliaSearch\Api`| Exported clients have now the namespace suffixed by `Api`. |
9
+
|`Algolia\AlgoliaSearch\Support\UserAgent`|`Algolia\AlgoliaSearch\Support\AlgoliaAgent`|`UserAgent` class has been renamed to `AlgoliaAgent` for consistency across client languages (`addCustomUserAgent` method also became `addAlgoliaAgent`). |
10
+
|`Algolia\AlgoliaSearch\SearchIndex`|**removed**| Since the method `initIndex` doesn't exist anymore, we decided to merge the `SearchIndex` class inside the `SearchClient` one, now all the methods related to search endpoints are located there. |
9
11
|`Algolia\AlgoliaSearch\Cache\FileCacheDriver`|**removed**| This implementation of the `CacheInterface` is not available anymore in the Client. If you feel the need for it, [please open an issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&template=Feature_request.md)|
10
12
11
-
12
13
### Usage
13
14
14
15
To get started, first uninstall the previously added clients.
0 commit comments