Skip to content

Bump github.com/elastic/go-elasticsearch/v8 from 8.6.0 to 8.7.0#23964

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/elastic/go-elasticsearch/v8-8.7.0
Closed

Bump github.com/elastic/go-elasticsearch/v8 from 8.6.0 to 8.7.0#23964
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/elastic/go-elasticsearch/v8-8.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2023

Bumps github.com/elastic/go-elasticsearch/v8 from 8.6.0 to 8.7.0.

Release notes

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

8.7.0

API

  • ML.DeleteJob: Added WithDeleteUserAnnotations. Should annotations added by the user be deleted.
  • ML.ResetJob: Added WithDeleteUserAnnotations. Should annotations added by the user be deleted.
  • ML.StartTrainedModelDeployment: Added WithPriority. The deployment priority.
  • TransformGetTransformStats: Added WithTimeout. Controls the time to wait for the stats.
  • TransformStartTransform: Added WithFrom. Restricts the set of transformed entities to those changed after this time.

New APIs

TransformScheduleNowTransform documentation. HealthReport documentation.

Typed API

  • Inclusion of responses structures.

Changes

  • Do method on endpoints now return a typed response, one per endpoint.
  • Perform method added on endpoints, returns http.Response as did Do.
  • Elasticsearch exceptions are now handled as types.ElasticsearchError with .As and .Is methods.
  • .Raw now takes a reader as input.
  • User defined values such as _source in Hits are now json.RawMessage to highlight they later deserializable nature.
Changelog

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

8.7.0

API

  • ML.DeleteJob: Added WithDeleteUserAnnotations. Should annotations added by the user be deleted.
  • ML.ResetJob: Added WithDeleteUserAnnotations. Should annotations added by the user be deleted.
  • ML.StartTrainedModelDeployment: Added WithPriority. The deployment priority.
  • TransformGetTransformStats: Added WithTimeout. Controls the time to wait for the stats.
  • TransformStartTransform: Added WithFrom. Restricts the set of transformed entities to those changed after this time.

New APIs

TransformScheduleNowTransform documentation. HealthReport documentation.

Typed API

  • Inclusion of responses structures.

Changes

  • Do method on endpoints now return a typed response, one per endpoint.
  • Perform method added on endpoints, returns http.Response as did Do.
  • Elasticsearch exceptions are now handled as types.ElasticsearchError with .As and .Is methods.
  • .Raw now takes a reader as input.
  • User defined values such as _source in Hits are now json.RawMessage to highlight they later deserializable nature.
Commits
  • d28715c Release 8.7.0
  • 9713e3e Bump transport dependency to 8.2.0 (#647)
  • e4bdddf Add changelog for 8.7.0 release (#644) (#645)
  • a1e1188 [DOCS] Changes hero image on the landing page and adds a line about license. ...
  • 997940c Transport: Bump to latest main version 1a3c63d (#638) (#639)
  • aa72c81 [CI] Update TLS certificates (#636) (#637)
  • f5c04f2 [DOCS] Creates custom landing page for the Go client book.
  • 3e3f0d3 Update skip list for 8.7
  • 2b33dc7 API: Update APIs for Elasticsearch v8.7.0 (a3e1f4c)
  • 5ef1173 Unwrap error before trying to identify message for universal support (#629) (...
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Issues related to Go builds/tooling labels Apr 2, 2023
@dependabot dependabot Bot requested review from codingllama, rosstimothy and zmb3 April 2, 2023 10:08
Bumps [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Changelog](https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/go-elasticsearch@v8.6.0...v8.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/elastic/go-elasticsearch/v8-8.7.0 branch from d397c47 to e0c1354 Compare April 3, 2023 16:12
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 3, 2023

Looks like github.com/elastic/go-elasticsearch/v8 is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 3, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/elastic/go-elasticsearch/v8-8.7.0 branch April 3, 2023 16:34
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 Issues related to Go builds/tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants