Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2021

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

Release notes

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

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.
    • IngestPutPipeline
      • Added WithIfVersion, required version for optimistic concurrency control for pipeline updates.
    • IndicesGetIndexTemplate
      • WithName, a pattern that returned template names must match.
    • NodesHotThreads
      • WithSort, the sort order for 'cpu' type (default: total).
    • MLPutTrainedModel
      • WithDeferDefinitionDecompression, if set to true and a compressed_definition is provided, the request defers definition decompression and skips relevant validations.
    • TransformDeleteTransform
      • WithTimeout, controls the time to wait for the transform deletion.
    • TransformPutTransform
      • WithTimeout, controls the time to wait for the transform to start.

... (truncated)

Commits
  • a934684 Release 7.16.0
  • 21fc2dc API: Update APIs for Elasticsearch v7.16.0 (4a1e55d)
  • 29ede6b [Backport] bulkdindexer version and routing (#373)
  • d1bc209 Client: Validate product only on successful responses (#371)
  • 368c0bd API: Update APIs for Elasticsearch v7.16.0 (99d6a93)
  • dac0161 Backport Integration: replace in payload (#364)
  • 1660405 Client: Implement certificate pinning (#359)
  • 2975b0f Documentation: Update documentation with compatibility mode
  • 546082b Update .doc/connecting.asciidoc
  • 53410d6 Update .doc/connecting.asciidoc
  • 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.16.0.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Commits](elastic/go-elasticsearch@v7.15.1...v7.16.0)

---
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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 13, 2021
@ehsandeep ehsandeep merged commit d1ff9d8 into dev Dec 13, 2021
@ehsandeep ehsandeep deleted the dependabot/go_modules/dev/github.com/elastic/go-elasticsearch/v7-7.16.0 branch December 13, 2021 11:22
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.

2 participants