@algolia/client-search 5.8.0 → 5.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ import {
19
19
  getAlgoliaAgent,
20
20
  shuffle
21
21
  } from "@algolia/client-common";
22
- var apiClientVersion = "5.8.0";
22
+ var apiClientVersion = "5.9.0";
23
23
  function getDefaultHosts(appId) {
24
24
  return [
25
25
  {
@@ -761,7 +761,8 @@ function createSearchClient({
761
761
  path: requestPath,
762
762
  queryParameters,
763
763
  headers,
764
- data: browseParams ? browseParams : {}
764
+ data: browseParams ? browseParams : {},
765
+ useReadTransporter: true
765
766
  };
766
767
  return transporter.request(request, requestOptions);
767
768
  },