Bump github.com/elastic/go-elasticsearch/v8 from 8.18.1 to 8.19.0
Closed
Number: #1227
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
August 04, 2025 at 07:16 AM UTC
(3 months ago)
(3 months ago)
Updated:
August 13, 2025 at 09:45 PM UTC
(3 months ago)
(3 months ago)
Closed:
August 13, 2025 at 09:45 PM UTC
(3 months ago)
(3 months ago)
Time to Close:
10 days
Labels:
dependencies go
dependencies go
Description:
Bumps github.com/elastic/go-elasticsearch/v8 from 8.18.1 to 8.19.0.
Release notes
Sourced from github.com/elastic/go-elasticsearch/v8's releases.
8.19.0
API
- Updated APIs to 8.19.0
Typed API
- Update TypedAPI to latest elasticsearch-specification 8.19
Changelog
Sourced from github.com/elastic/go-elasticsearch/v8's changelog.
8.19.0
API
- Updated APIs to 8.19.0
Typed API
- Update TypedAPI to latest elasticsearch-specification 8.19
9.0.1
API
- Updated APIs to 9.0.4
Typed API
- Update TypedAPI to latest elasticsearch-specification 9.0
9.0.0
- The client now requires Go 1.23 or later.
New
- This release introduces an optional package for the
TypedAPInamedesdsl.
It provides a domain-specific language (DSL) for building Elasticsearch queries in Go.
The DSL is designed to simplify query construction, making it easier to build complex queries without writing raw JSON.// create index { // delete index if exists if existsRes, err := es.Indices.Exists("test").IsSuccess(context.Background()); err != nil { log.Println(err) return } else if existsRes { if ok, _ := es.Indices.Delete("test").IsSuccess(context.Background()); !ok { log.Fatalf("Error deleting index: %v\n", err) } log.Println("Index deleted:", "test") } else { log.Println("Index does not exist:", "test") }mappings := esdsl.NewTypeMapping(). AddProperty("name", esdsl.NewTextProperty()). AddProperty("age", esdsl.NewIntegerNumberProperty())</tr></table>
... (truncated)
Commits
ebb142aRelease 8.19.0ae3bc38[8.19] Update APIs (#1024)568cdf7[Changelog] 8.18.1 (#1016) (#1017)2da671fAdd changelog for 8.18 (#1001) (#1002)8c9c309esutil: Modify theBulkIndexerConfig.Clienttype toesapi.Transport(#957...d836aa0Update apis 8.x (#996)c8f5dc5Feat: Add constructor for baseclient (#990) (#991)b0ba1dcBump transport to 8.7.0 (#984)ef8442fBump 8.x to 8.19 (#967)3a2e814esutil: Add failure_store key to bulk response item (#948) (#952)- 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)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+3
+3
Deletions:
-3
-3
Package Dependencies
Ecosystem:
go
go
Version Change:
8.18.1 → 8.19.0
Update Type:
Minor
Minor
Technical Details
| ID: | 5101233 |
| UUID: | 2716977478 |
| Node ID: | PR_kwDOGSPDn86h8clG |
| Host: | GitHub |
| Repository: | elastic/terraform-provider-elasticstack |
| Mergeable: | Yes |
| Merge State: | Unstable |