@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.
@@ -7,7 +7,7 @@ import {
7
7
  getAlgoliaAgent,
8
8
  shuffle
9
9
  } from "@algolia/client-common";
10
- var apiClientVersion = "5.8.0";
10
+ var apiClientVersion = "5.9.0";
11
11
  function getDefaultHosts(appId) {
12
12
  return [
13
13
  {
@@ -749,7 +749,8 @@ function createSearchClient({
749
749
  path: requestPath,
750
750
  queryParameters,
751
751
  headers,
752
- data: browseParams ? browseParams : {}
752
+ data: browseParams ? browseParams : {},
753
+ useReadTransporter: true
753
754
  };
754
755
  return transporter.request(request, requestOptions);
755
756
  },