pino-elasticsearch
pino-elasticsearch copied to clipboard
Bump @elastic/elasticsearch from 8.18.2 to 9.0.2
Bumps @elastic/elasticsearch from 8.18.2 to 9.0.2.
Release notes
Sourced from @​elastic/elasticsearch's releases.
v9.0.2
v9.0.1
v9.0.0
v9.0.0-alpha.5
Changes from 9.0.0-alpha.4:
Serverless client merged back in
The
@elastic/elasticsearch-serverlessclient is being deprecated, and its functionality has been merged back into this client. This should have zero impact on the way the client works, except that a newserverModeoption has been added. When it's explicitly set to"serverless"by a user, a few default settings and behaviors are changed:
- turns off sniffing and ignores any sniffing-related options
- ignores all nodes passed in config except the first one, and ignores any node filtering and selecting options
- enables compression and
TLSv1_2_method(same as when configured for Elastic Cloud)- adds an
elastic-api-versionHTTP header to all requests- uses
CloudConnectionPoolby default instead ofWeightedConnectionPool- turns off vendored
content-typeandacceptheaders in favor or standard MIME typesDocstrings for types that differ between stack and serverless have also been updated to indicate when that is the case.
v9.0.0-alpha.4
Changes from v9.0.0-alpha.3:
Parameter collation
Each API function's logic for deciding where in the request to put each passed parameter is now as follows:
- if recognized as a
bodyparam from the spec, put it in the JSON body- if recognized as a
pathparam, put it in the URL path- if recognized as a
queryparam or a "common" query param (e.g.pretty,error_trace), put it in the querystring- if not recognized and this API accepts a JSON body, put it in the JSON body
- if not recognized and this API does not accept a JSON body, put it in the querystring
The first two steps are identical to 8.x and prior 9.0.0 alpha releases. The last three steps replace the logic that put all unrecognized params in the querystring.
Parameter name list management
Each API function now only instantiates its arrays of accepted body/path/query param names once per client instance rather than during every function call, by moving the array values up to the constructor or module level, depending on which is available. Hopefully this introduces a small performance/memory improvement.
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
requestTimeoutvalue. elastic/elasticsearch-js#2573
... (truncated)
Commits
ea3ce78Bump and update changelog for 9.0.2 (#2844)f02f3b9Auto-generated API code (#2832)940fef4Mention typesWithBody in breaking changes (#2839) (#2840)1192187Remove dangling references to typesWithBodyKey (#2821) (#2826)58ff4e2Export helper types (#2822) (#2825)72dc415Auto-generated API code (#2817)8fcd953Auto-generated API code (#2803)f4f9264Bump to 9.0.1 (#2797) (#2798)553c419Use async reader for parsing Apache Arrow responses (#2788) (#2790)95cd9b1Support Apache Arrow 19 (#2782) (#2783)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)