Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2025

Bumps github.com/elastic/go-elasticsearch/v7 from 7.14.0 to 7.17.10.

Release notes

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

7.17.10

Transport

  • Fixed an issue with subdirectory in url during retry. (#657)
  • Fixed a deadlock in transport (#603 & #640)

7.17.7

Client

  • Added the option to override the Content-Type to enable usage of alternative serialization. (#542)
  • API is compatible with Elasticsearch 7.17.7

7.17.1

Client

  • Fixed serialization of the routing parameter for the BulkIndexerItem routing property.

7.17.0

Client

  • Fixed a race condition on metrics in transport #397, thanks @​mainliufeng !
  • The client will now return an error if a required arguments is passed as a nil value. #201
  • API is compatible with Elasticsearch 7.17.0

7.16.0

Client

  • Adds versioning and routing options to the BulkIndexer. Thanks to @​mehran-prs and @​munkyboy !

  • Adds CA fingerprinting. You can configure the client to only trust certificates that are signed by a specific CA certificate (CA certificate pinning) by providing a ca_fingerprint option. This will verify that the fingerprint of the CA certificate that has signed the certificate of the server matches the supplied value:

    elasticsearch.NewClient(Config{
        Addresses:              []string{"https://elastic:changeme@localhost:9200"},
        CertificateFingerprint: "A6FB224A4386..."
    })

API

... (truncated)

Changelog

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

v7.17.10

Transport

  • Fixed an issue with subdirectory in url during retry. (#657)
  • Fixed a deadlock in transport (#603 & #640)

v7.17.7

Client

  • Added the option to override the Content-Type to enable usage of alternative serialization. (#542)
  • API is compatible with Elasticsearch 7.17.7

v7.17.1

Client

  • Fixed serialisation of the routing parameter for the BulkIndexerItem routing property.

v7.17.0

Client

  • Fixed a race condition on metrics in transport #397, thanks @​mainliufeng !
  • The client will now return an error if a required arguments is passed as a nil value. #201
  • API is compatible with Elasticsearch 7.17.0

v8.0.0-alpha

Client

Elastic Transport

  • This is the first release using the all new elastictransport which now lives in the elastic-transport-go repository. The goal is to allow for reuse between this and future Go clients.

API

  • Changed the Body parameter for BulkIndexerItem in favor of io.ReadSeeker to lower memory consumption when using the esutil.BulkIndexer.
  • Replaced the Config option RetryOnTimeout in favor of a new RetryOnError function which allows to dynamically chose what error should be retried."

v7.16.0

Client

  • Adds versioning and routing options to the BulkIndexer. Thanks to @​mehran-prs and @​munkyboy !

  • Adds CA fingerprinting. You can configure the client to only trust certificates that are signed by a specific CA certificate (CA certificate pinning) by providing a ca_fingerprint option. This will verify that the fingerprint of the CA certificate that has signed the certificate of the server matches the supplied value:

elasticsearch.NewClient(Config{
Addresses:              []string{\"https://elastic:changeme@localhost:9200\"},
CertificateFingerprint: \"A6FB224A4386...\"
})

... (truncated)

Commits

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 3, 2025
@github-project-automation github-project-automation bot moved this to 📌 Triage in FilOz Sep 3, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/go-elasticsearch/v7-7.17.10 branch from b0cef1e to ba7c2d6 Compare September 4, 2025 05:37
Bumps [github.com/elastic/go-elasticsearch/v7](https://github.com/elastic/go-elasticsearch) from 7.14.0 to 7.17.10.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Changelog](https://github.com/elastic/go-elasticsearch/blob/v7.17.10/CHANGELOG.md)
- [Commits](elastic/go-elasticsearch@v7.14.0...v7.17.10)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-elasticsearch/v7
  dependency-version: 7.17.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/go-elasticsearch/v7-7.17.10 branch from ba7c2d6 to 01bf173 Compare September 4, 2025 06:06
@rvagg rvagg added the skip/changelog This change does not require CHANGELOG.md update label Sep 15, 2025
@rvagg
Copy link
Member

rvagg commented Sep 15, 2025

ElasticSearchTracer, I didn't even know we had such a thing. Mostly unused code path, unless someone turns that on, low risk here. Big diff which I haven't reviewed.

@rvagg rvagg enabled auto-merge (squash) September 15, 2025 09:55
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 skip/changelog This change does not require CHANGELOG.md update
Projects
Status: 📌 Triage
Development

Successfully merging this pull request may close these issues.

1 participant