3.8.0 (2024-11-12)
This version introduces a new type DocSearchTransformClient to allow the transformSearchClient
to use either the lite client, or the full algoliasearch client.
Users are encouraged to use the lite client (import { liteClient } from 'algoliasearch/lite
) to reduce bundle size.