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

Bump elastic-enterprise-search from 7.15.0 to 8.4.0 #212

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2022

Bumps elastic-enterprise-search from 7.15.0 to 8.4.0.

Release notes

Sourced from elastic-enterprise-search's releases.

8.4.0

Added

  • Added the app_search.search_es_search API method.

Client

  • Changed URL parsing to use default ports for http and https schemes instead of raising an error.

8.3.0

Added

  • Added the current_page parameter to many APIs that support pagination.
  • Added the app_search.multi_search API for v8.x
  • Added the enterprise_search.get_search_engines API

Fixed

  • Fixed the overrides parameter of the app_search.get_top_queries_analytics and create_crawler_crawl_request APIs

Removed

  • Removed unused created_at parameters for various create_* APIs. These parameters weren't used by the server and were only generated due to issues with the API specification.

8.2.0

⚠️ This is a new major release and contains some breaking changes.

Client

Added

  • Added AsyncAppSearch, AsyncEnterpriseSearch, and AsyncWorkplaceSearch clients which have async API methods.
  • Added the top-level .options() method to all client classes for modifying transport options.
  • Added parameters corresponding to JSON request body fields for all APIs
  • Added basic_auth parameter for specifying username and password authentication
  • Added bearer_auth parameter for specifying an HTTP bearer tokens
  • Added the meta property to ApiError to access the HTTP response metadata of an error.
  • Added a check that a compatible version of the elastic-transport package is installed.

Changed

  • Changed responses to be objects with two properties, meta for response metadata (HTTP status, headers, node, etc) and body the raw deserialized body.

Removed

  • Removed support for Python 2.7 and Python 3.5, the library now supports only Python 3.6+
  • Removed the default URL of http://localhost:3002. URL must be specified explicitly.
  • Removed the ability to use positional arguments with API methods. Going forward all API parameters must be keyword-only parameters

... (truncated)

Commits
  • 70ddc9f Bump version to 8.4.0
  • 1608806 [8.4] Require elastic-transport 8.4.0+ for 'use_default_ports_for_scheme'
  • 1007ec5 [8.4] Add custom API method for Elasticsearch Search API
  • 530f258 Add release notes for 8.3.0
  • 0385745 Update APIs for 8.4.0-SNAPSHOT
  • 22aeedb Add release notes for 8.2.0
  • 216bdcd Add version bumping to .ci/make.sh
  • 2f4d20d Update APIs to 8.3.0-SNAPSHOT
  • be29dbc Update Jenkins jobs
  • fcdc590 Bump version to 8.3.0+dev
  • 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 [elastic-enterprise-search](https://github.com/elastic/enterprise-search-python) from 7.15.0 to 8.4.0.
- [Release notes](https://github.com/elastic/enterprise-search-python/releases)
- [Commits](elastic/enterprise-search-python@v7.15.0...v8.4.0)

---
updated-dependencies:
- dependency-name: elastic-enterprise-search
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency Automatic dependency bump by Dependabot label Aug 26, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2022

Dependabot tried to add @CorrosiveKid as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/infoxchange/django_elastic_appsearch/pulls/212/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the infoxchange/django_elastic_appsearch repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #212 (5fc5349) into master (6522958) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #212   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          196       196           
  Branches        26        36   +10     
=========================================
  Hits           196       196           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@flara-infoxchange flara-infoxchange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping up

@flara-infoxchange flara-infoxchange merged commit 0a3c085 into master Aug 31, 2022
@dependabot dependabot bot deleted the dependabot/pip/elastic-enterprise-search-8.4.0 branch August 31, 2022 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Automatic dependency bump by Dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant