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 opensearch-py[async] from 2.6.0 to 2.7.1 #509

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2024

Bumps opensearch-py[async] from 2.6.0 to 2.7.1.

Release notes

Sourced from opensearch-py[async]'s releases.

v2.7.1

What's Changed

Full Changelog: opensearch-project/opensearch-py@v2.7.0...v2.7.1

v2.7.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from opensearch-py[async]'s changelog.

[2.7.1]

Fixed

  • Fix indices.put_alias parameter order regression (#804)

[2.7.0]

Added

  • Added support for the multi_terms bucket aggregation (#797)

Changed

  • Removed deprecated numpy.float_ and update NumPy/Pandas imports (#762)
  • Removed workaround for aiohttp#1769 (#794)

Removed

  • Removed redundant dependency on six (#781)
  • Removed redundant dependency on mock and upgrade Python syntax (#785)

Fixed

  • Fixed Search helper to ensure proper retention of the _collapse attribute in chained operations. (#771)
  • Fixed the use of minimum_should_match with Bool to allow the use of string-based value (percent string, combination). (#780)
  • Fixed incorrect retry_on_conflict type (#795)

Updated APIs

Dependencies

  • Bump pytest-asyncio from <=0.23.7 to <=0.23.8 (#787)
  • Bump sphinx from <7.4 to <8.1 (#788, #791)
  • Bump urllib3 from >=1.26.18 to >=1.26.19 (#793)
  • Bump requests from >=2.4.0 to >=2.32.0 (#793)
  • Bump certifi from >=2022.12.07 to >=2024.07.04 (#793)
Commits
  • d54aab4 Preparing for 2.7.1 release. (#805)
  • e26f3fc Add override for code generator to change indices.put_alias argument order ...
  • b994dc4 Preparing for next developer iteration, 2.7.1. (#802)
  • dbc1137 Prepare for release, 2.7.0. (#799)
  • 6382c15 Fix integration tests with unreleased versions of OpenSearch. (#798)
  • 377a7f4 Finished guide for working with snapshots. (#796)
  • def00fa Added support for the bucket aggregation. (#797)
  • be56ae8 fix: retry_on_conflicts is not bool (#795)
  • 55f9940 Remove HEAD-handling hack. (#794)
  • 19a9113 Update sphinx requirement from <7.5 to <8.1 (#791)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [opensearch-py[async]](https://github.com/opensearch-project/opensearch-py) from 2.6.0 to 2.7.1.
- [Release notes](https://github.com/opensearch-project/opensearch-py/releases)
- [Changelog](https://github.com/opensearch-project/opensearch-py/blob/main/CHANGELOG.md)
- [Commits](opensearch-project/opensearch-py@v2.6.0...v2.7.1)

---
updated-dependencies:
- dependency-name: opensearch-py[async]
  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 python Pull requests that update Python code labels Aug 23, 2024
@SimonThordal SimonThordal merged commit 63ba375 into main Sep 2, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/opensearch-py-async--2.7.1 branch September 2, 2024 08:27
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant