Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): bump github.com/elastic/go-elasticsearch/v7 from 7.15.1 to 7.17.7 #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2022

Bumps github.com/elastic/go-elasticsearch/v7 from 7.15.1 to 7.17.7.

Release notes

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

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.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...\"
})

API

... (truncated)

Commits
  • 0058b20 Release 7.17.7
  • 42a76f7 Add changelog for 7.17.7 release
  • 3e123bc CI: Bump Elasticsearch version
  • 83d6a8c API: Update APIs for Elasticsearch v7.17.7 (eeacb58)
  • 4e64b67 Add test for content-type header override
  • df410c5 Invert header & body conditions so Header override works on both functional o...
  • 3b33253 API: only set default content-type when not set
  • af82e0f Bump internal client version to 7.17.7
  • 736c91e API: Update typed API for Elasticsearch v7.17.6 (6b30159)
  • 4eb5851 Update version to 7.17.6
  • 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 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 [github.com/elastic/go-elasticsearch/v7](https://github.com/elastic/go-elasticsearch) from 7.15.1 to 7.17.7.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Changelog](https://github.com/elastic/go-elasticsearch/blob/v7.17.7/CHANGELOG.md)
- [Commits](elastic/go-elasticsearch@v7.15.1...v7.17.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 27, 2022

The following labels could not be found: automation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants