Releases: elastic/elasticsearch-js
Releases · elastic/elasticsearch-js
v9.0.0-alpha.3
Changes from 9.0.0-alpha.2:
- The default 30-second timeout on all HTTP requests sent to Elasticsearch has been dropped in favor of having no timeout set at all. The previous behavior still works as it did when setting the
requestTimeout
value. #2573
v9.0.0-alpha.2
Changes from 9.0.0-alpha.1:
- Rather than fully dropping the
body
parameter, each HTTP request type includes optionalbody
andquerystring
parameters that will add any provided values to the body and querystring, respectively. They have permissive{ [key: string]: any }
types (basicallyRecord<string, any>
), except they do not allow any of properties that should been in the root of the object.
v8.17.0
v8.16.3
v9.0.0-alpha.1
This is a 9.0.0 pre-release alpha. Changes may not be stable.
Breaking changes
- Drops support for the
body
parameter from all API calls