Skip to content

Bump github.com/elastic/go-elasticsearch/v8 from 8.19.4 to 8.19.5#31

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/elastic/go-elasticsearch/v8-8.19.5
Open

Bump github.com/elastic/go-elasticsearch/v8 from 8.19.4 to 8.19.5#31
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/elastic/go-elasticsearch/v8-8.19.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps github.com/elastic/go-elasticsearch/v8 from 8.19.4 to 8.19.5.

Release notes

Sourced from github.com/elastic/go-elasticsearch/v8's releases.

v8.19.5

8.19.5 (2026-04-21)

⚠ BREAKING CHANGES

  • esapi: params previously typed *int on ~20 esapi endpoints are now *int64 to match the spec long type. Call sites passing untyped integer literals keep compiling; call sites passing a typed int variable need an int64(...) cast.

Features

  • client: Add (*Client).ToTyped() conversion method (#1450) (5615aed)
  • esutil: Add FlushJitter option to BulkIndexer (#1439) (f0ad701)

Bug Fixes

  • esapi: Regenerate esapi with *int64 for long-typed params (#1414) (13e5d5e)
  • gen: Accept bool form for deprecated in URL parts and paths (#1413) (9874577)
  • gen: Map spec long to *int64 for esapi params (#1391) (9a2424c)
  • gen: Support *int64 fields in gen-tests output (#1417) (fa81ccf)
Changelog

Sourced from github.com/elastic/go-elasticsearch/v8's changelog.

8.19.5 (2026-04-21)

⚠ BREAKING CHANGES

  • esapi: params previously typed *int on ~20 esapi endpoints are now *int64 to match the spec long type. Call sites passing untyped integer literals keep compiling; call sites passing a typed int variable need an int64(...) cast.

Features

  • client: Add (*Client).ToTyped() conversion method (#1450) (5615aed)
  • esutil: Add FlushJitter option to BulkIndexer (#1439) (f0ad701)

Bug Fixes

  • esapi: Regenerate esapi with *int64 for long-typed params (#1414) (13e5d5e)
  • gen: Accept bool form for deprecated in URL parts and paths (#1413) (9874577)
  • gen: Map spec long to *int64 for esapi params (#1391) (9a2424c)
  • gen: Support *int64 fields in gen-tests output (#1417) (fa81ccf)
Commits
  • 0349cff chore(8.19): release 8.19.5 (#1395)
  • 5615aed feat(client): add (*Client).ToTyped() conversion method (#1450)
  • f0ad701 feat(esutil): add FlushJitter option to BulkIndexer (#1439)
  • 13e5d5e fix(esapi): regenerate esapi with *int64 for long-typed params (#1414)
  • fa81ccf fix(gen): support *int64 fields in gen-tests output (#1417)
  • 9874577 fix(gen): accept bool form for deprecated in URL parts and paths (#1413)
  • 30b7585 [Backport 8.19] fix(gen): sort required URL params deterministically (#1408)
  • c5c956c chore: fix stale paths and worktree check in gen traps (#1398)
  • 9a2424c fix(gen): map spec long to *int64 for esapi params (#1391)
  • c690e35 chore: bump version to 8.19.5-SNAPSHOT (#1379)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) from 8.19.4 to 8.19.5.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Changelog](https://github.com/elastic/go-elasticsearch/blob/v8.19.5/CHANGELOG.md)
- [Commits](elastic/go-elasticsearch@v8.19.4...v8.19.5)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-elasticsearch/v8
  dependency-version: 8.19.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants