navikt / dataverk

Dataverk er et python bibliotek som forenkler gjennomføring av kodebasert ELT & ETL
MIT License
3 stars 0 forks source link

Bump elasticsearch from 7.9.1 to 7.10.0 #376

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps elasticsearch from 7.9.1 to 7.10.0.

Release notes

Sourced from elasticsearch's releases.

7.10.0

Client

Added

  • Added support for Elasticsearch 7.10 APIs

  • Added basic type stubs for static type checking and IDE auto-complete of API parameters (#1297, #1406)

  • Added support for Optimistic Concurrency Control options (_if_seq_no/_if_primary_term) to bulk helpers (#1387)

  • Added support for passing _source with "_op_type": "update" bulk helpers (#1387)

  • Added API stability to doc-strings of API methods and documentation (#1410)

Removed

  • Removed explicit yarl dependency from [async] extra to avoid issue where pip would override aiohttp's pin of yarl. This was not a problem if you install with --use-feature=2020-resolver. Users should see no changes. (#1401)

Fixed

  • Fixed bug where Connection.log_request_failure() call would receive the compressed HTTP body rather than uncompressed when an error is raised for RequestsHttpConnection (#1394)

  • Fix a typo in AsyncTransport where sniff_timeout was used instead of sniffer_timeout (#1431, contributed by @HarrySky)

Basic APIs

Snapshot

  • Added snapshot.clone method

Index

  • Added require_alias parameter to multiple index APIs

X-Pack APIs

Point in Time

  • Added close_point_in_time and open_point_in_time methods

Security

  • Added security.clear_api_key_cache and security.grant_api_key methods

Machine Learning

  • Deprecated allow_no_jobs parameter of cat.ml_jobs and ml.close_job, ml.get_job_stats, ml.get_jobs, ml.get_overall_buckets methods in favor of allow_no_match parameter
  • Deprecated allow_no_datafeeds parameter of ml.get_datafeed_stats, ml.get_datafeeds, ml.stop_datafeed in favor of allow_no_match parameter
  • Deprecated include_model_definition parameter of ml.get_trained_models method in favor of include parameter
Changelog

Sourced from elasticsearch's changelog.

7.10.0a1 (2020-10-14)

  • Added support for Elasticsearch 7.10 APIs
  • Added basic type stubs for static type checking and IDE auto-complete of API parameters (#1297)
  • Added support for Optimistic Concurrency Control options (_if_seq_no/_if_primary_term) to bulk helpers (#1387)
  • Added support for passing _source with "_op_type": "update" bulk helpers (#1387)
  • Fixed bug where Connection.log_request_failure() call would receive the compressed HTTP body rather than uncompressed when an error is raised for RequestsHttpConnection (#1394)
  • Removed explicit yarl dependency from [async] extra to avoid issue where pip would override aiohttp's pin of yarl. This is not a problem if you install with --use-feature=2020-resolver. Users should see no changes. (#1401)
Commits
  • a3b7d2d Add changelog entry for 7.10.0
  • 45834ee [7.10] Change 'make.sh release' to 'make.sh assemble'
  • 8d54961 [7.10] Fix sniffer_timeout typo in AsyncTransport
  • fb06f2b [7.10] Actually dockerize repo, update build-dists for release manager
  • 5e7cbff [7.10] Skip the snapshot/clone/10_basic[1] test for now
  • 93943b8 [7.10] Document all APIs, add stability warning
  • 8f14c24 Bump version to '7.10.1+dev'
  • 1b74154 Release 7.10.0a2
  • c4e8edc API: Update Elasticsearch APIs for 7.10
  • bc6ed13 [7.10] Test typing metadata in build-dist script
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like elasticsearch is up-to-date now, so this is no longer needed.