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 from 2.5.0 to 2.8.0 #311

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps opensearch-py from 2.5.0 to 2.8.0.

Release notes

Sourced from opensearch-py's releases.

v2.8.0

What's Changed

New Contributors

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

v2.7.1

What's Changed

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

v2.7.0

What's Changed

... (truncated)

Changelog

Sourced from opensearch-py's changelog.

[2.8.0]

Added

  • Added AsyncSearch#collapse (827)
  • Added pool_maxsize to AsyncOpenSearch (845)
  • Added ssl_assert_hostname to AsyncOpenSearch (843)

Updated APIs

Fixed

  • Fix Transport.perform_request's arguments timeout and ignore variable usage (810)
  • Fix Index.save not passing through aliases to the underlying index (823)
  • Fix AuthorizationException with AWS OpenSearch when the doc ID contains : (848)

Dependencies

  • Bump pytest-asyncio from <=0.23.8 to <=0.24.0 (#812)
  • Bump sphinx from <8.1 to <8.2 (#832)

[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)

[2.6.0]

Added

  • Added support for urllib3 2+ in Python 3.10+ (#719)
  • Added support for Python 3.12 (#717)
  • Added service time metrics (#716)
  • Added search_pipeline APIs and notifications plugin APIs (#724)
  • Added Transforms APIs (#749)
  • Added Index rollups APIs (#742)

... (truncated)

Commits
  • a74aab4 Preparing for release, 2.8.0. (#858)
  • 9ba694e Updated opensearch-py to reflect the latest OpenSearch API spec (2024-11-29) ...
  • 6c9d8f4 Added async AWS sample. (#857)
  • b9e48dc Fix AuthorizationException with AWSV4SignerAsyncAuth when the doc ID has spec...
  • bf9add4 Fix /cluster/stats in a backwards compatible way (#851)
  • 12c379d Implement AsyncOpenSearch() parameter ssl_assert_hostname (#843)
  • 1269cdc feat(AsyncOpenSearch): consistent pool_maxsize setting (#845)
  • 6fa54a7 Updated YAML REST tests known to fail. (#838)
  • ad1048b fix proxy.md (#837)
  • 9dd7bf7 Update sphinx requirement from <8.1 to <8.2 (#832)
  • 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](https://github.com/opensearch-project/opensearch-py) from 2.5.0 to 2.8.0.
- [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.5.0...v2.8.0)

---
updated-dependencies:
- dependency-name: opensearch-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

The following labels could not be found: dependencies, python.

Copy link

github-actions bot commented Jan 9, 2025

This issue has been automatically marked as stale because it has not had any activity in the last 30 days. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jan 9, 2025
@github-actions github-actions bot closed this Jan 15, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/opensearch-py-2.8.0 branch January 15, 2025 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants