observIQ / stanza

Fast and lightweight log transport and processing.
Apache License 2.0
182 stars 23 forks source link

deps(deps): bump github.com/elastic/go-elasticsearch/v7 from 7.13.0 to 7.17.1 #603

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/elastic/go-elasticsearch/v7 from 7.13.0 to 7.17.1.

Release notes

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

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

  • New APIs:

  • New Experimental API:

  • Changes:

    • DeleteByQuery
      • Removed _source, _source_excludes, _source_includes parameters.
    • UpdateByQuery
      • Removed _source, _source_excludes, _source_includes parameters.
    • OpenPointInTime
      • The parameter keep_alive is now required.
    • SearchMvt
      • Added TrackTotalHits, Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.

... (truncated)

Changelog

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

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


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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.