Skip to content

Bump github.com/elastic/go-elasticsearch/v8 from 8.19.1 to 8.19.6#868

Open
dependabot[bot] wants to merge 2 commits into
v0.9.xfrom
dependabot/go_modules/v0.9.x/github.com/elastic/go-elasticsearch/v8-8.19.6
Open

Bump github.com/elastic/go-elasticsearch/v8 from 8.19.1 to 8.19.6#868
dependabot[bot] wants to merge 2 commits into
v0.9.xfrom
dependabot/go_modules/v0.9.x/github.com/elastic/go-elasticsearch/v8-8.19.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/elastic/go-elasticsearch/v8 from 8.19.1 to 8.19.6.

Release notes

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

v8.19.6

8.19.6 (2026-05-11)

⚠ BREAKING CHANGES

  • client: (*elasticsearch.Client).ToTyped() is removed. Use elasticsearch.NewTypedFrom(c) instead.

Bug Fixes

  • client: Remove (*Client).ToTyped() to fix binary-size regression (#1477) (078f8ec)

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)

v8.19.4

8.19.4 (2026-04-16)

⚠ BREAKING CHANGES

  • Typed API: update client from spec 6ee016a

Features

  • Add AutoDrainBody option for automatic response body draining (#1370) (c9a2b0b)
  • Add functional options pattern for client instantiation (#1321) (7561adf)
  • esutil: Add Flush method to BulkIndexer for explicit flush-and-wait (#1361) (be8564d)
  • Typed API: Improved generated code comments (fe06c54)
  • Typed API: Update client from spec 6ee016a (74ed65d)

... (truncated)

Changelog

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

8.19.6 (2026-05-11)

⚠ BREAKING CHANGES

  • client: (*elasticsearch.Client).ToTyped() is removed. Use elasticsearch.NewTypedFrom(c) instead.

Bug Fixes

  • client: Remove (*Client).ToTyped() to fix binary-size regression (#1477) (078f8ec)

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)

8.19.4 (2026-04-16)

⚠ BREAKING CHANGES

  • Typed API: update client from spec 6ee016a

Features

  • Add AutoDrainBody option for automatic response body draining (#1370) (c9a2b0b)
  • Add functional options pattern for client instantiation (#1321) (7561adf)
  • esutil: Add Flush method to BulkIndexer for explicit flush-and-wait (#1361) (be8564d)
  • Typed API: Improved generated code comments (fe06c54)
  • Typed API: Update client from spec 6ee016a (74ed65d)

Bug Fixes

  • esutil: Deterministic context check in BulkIndexer.Close (#1338) (a00439e)

... (truncated)

Commits
  • 36df8bc chore(8.19): release 8.19.6 (#1481)
  • 078f8ec fix(client): remove (*Client).ToTyped() to fix binary-size regression (#1477)
  • b467419 chore: bump version to 8.19.6-SNAPSHOT (#1457)
  • 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)
  • Additional commits viewable 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.1 to 8.19.6.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Changelog](https://github.com/elastic/go-elasticsearch/blob/v8.19.6/CHANGELOG.md)
- [Commits](elastic/go-elasticsearch@v8.19.1...v8.19.6)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-elasticsearch/v8
  dependency-version: 8.19.6
  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 Jun 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.

1 participant