Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump @elastic/elasticsearch from 5.6.22 to 8.9.0#437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 27, 2023

Bumps@elastic/elasticsearch from 5.6.22 to 8.9.0.

Release notes

Sourced from@​elastic/elasticsearch's releases.

v8.9.0

Changelog

v8.8.1

Changelog

v8.8.0

Changelog

v8.7.0

Changelog

v8.6.0

Changelog

v8.5.0

Changelog

v8.4.0

Changelog

v8.2.1

Changelog

v8.2.0

Changelog

v8.1.0

Changelog

v8.0.0

Changelog

v7.17.12

Changelog

v7.17.11

⚠️NOTE: Due to a typing error in the version of7.17.11 published to npm (seeelastic/elasticsearch-js#1924), we recommend pinning your 7.x client version to7.17.0 in your package.json. If you need fixes specific to7.17.11, you can pin your package.json to version7.17.11-patch.1 until7.17.12 is published.

Changelog

v7.17.0

Changelog

v7.16.0

Changelog

v7.15.0

Changelog

... (truncated)

Changelog

Sourced from@​elastic/elasticsearch's changelog.

=== 8.9.0

[discrete]==== Features

[discrete]===== Support for Elasticsearchv8.9.0

You can find all the API changeshttps://www.elastic.co/guide/en/elasticsearch/reference/8.9/release-notes-8.9.0.html[here].

[discrete]===== Allow document to be overwritten inonDocument iteratee of bulk helperelastic/elasticsearch-js#1732

In thehttps://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-helpers.html#bulk-helper[bulk helper], documents could not be modified before being sent to Elasticsearch. It is now possible tohttps://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-helpers.html#_modifying_a_document_before_operation[modify a document] before sending it.

[discrete]==== Fixes

[discrete]===== Updateduser-agent headerelastic/elasticsearch-js#1954

Theuser-agent header the client used to connect to Elasticsearch was using a non-standard format that has been improved.

[discrete]=== 8.8.1

[discrete]==== Features

[discrete]===== Support for Elasticsearchv8.8.1

You can find all the API changeshttps://www.elastic.co/guide/en/elasticsearch/reference/8.8/release-notes-8.8.1.html[here].

[discrete]==== Fixes

[discrete]===== Fix index drift bug in bulk helperelastic/elasticsearch-js#1759

Fixes a bug in the bulk helper that would causeonDrop to send back the wrong JSON document or error on a nonexistent document when an error occurred on a bulk HTTP request that contained adelete action.

[discrete]===== Fix a memory leak caused by an outdated version of Undicielastic/elasticsearch-js#1902

Undici 5.5.1, used byhttps://github.com/elastic/elastic-transport-js[elastic-transport-js], could create a memory leak when a high volume of requests created too many HTTPabort listeners. Upgrading Undici to 5.22.1 removed the memory leak.

[discrete]

... (truncated)

Commits
  • 5b08121 Clean up package.json canary side effect (#1964)
  • 2a65740 [Backport 8.9] Changelog for 8.9.0 (#1962)
  • ab764ae Codegen for 8.9 (#1956)
  • 29dfffe [Backport 8.9] Add docs for bulk helper improvement (#1958)
  • 3ccd149 [Backport 8.9] Update user agent format (#1959)
  • e88999f [Backport 8.9] Allow document to be overwritten inonDocument iteratee of b...
  • 485e57a [Backport 8.9] [DOCS] Restructures repo README (#1950)
  • b92146c [Backport 8.9] [DOCS] Changes getting started button link on landing page (#1...
  • 111d126 [DOCS] Adds getting started content based on the template (#1929) (#1931)
  • 135abcb Fix version in package.json
  • Additional commits viewable incompare view
Maintainer changes

This version was pushed to npm byjoshmock, a new releaser for@​elastic/elasticsearch since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) from 5.6.22 to 8.9.0.- [Release notes](https://github.com/elastic/elasticsearch-js/releases)- [Changelog](https://github.com/elastic/elasticsearch-js/blob/main/docs/changelog.asciidoc)- [Commits](elastic/elasticsearch-js@v5.6.22...v8.9.0)---updated-dependencies:- dependency-name: "@elastic/elasticsearch"  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJul 27, 2023
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubOct 16, 2023

Superseded by#445.

@dependabotdependabotbot closed thisOct 16, 2023
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/elastic/elasticsearch-8.9.0 branchOctober 16, 2023 05:14
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp