Skip to content

Update dependency opensearch-py to v2.5.0

renovate-token-rw-2 requested to merge renovate/opensearch-py-2.x into main

This MR contains the following updates:

Package Update Change
opensearch-py minor ==2.4.2 -> ==2.5.0

Release Notes

opensearch-project/opensearch-py (opensearch-py)

v2.5.0

Compare Source

Added
  • Added pylint assignment-from-no-return and unused-variable ((#​658)
  • Added pylint unnecessary-dunder-calls ((#​655)
  • Changed to use .pylintrc files in root and any directory with override requirements ((#​654)
  • Added pylint unspecified-encoding and missing-function-docstring and ignored opensearchpy for lints ((#​643))
  • Added pylint line-too-long and invalid-name (#​590)
  • Added pylint pointless-statement (#​611)
  • Added a log collection guide (#​579)
  • Added GHA release (#​614)
  • Incorporated API generation into CI workflow and fixed 'generate' nox session (#​660)
  • Added an automated api update bot for opensearch-py (#​664)
  • Enhance generator to generate plugins (#​700)
  • Enhance generator to update changelog only if generated code differs from existing (#​684)
  • Added guide for configuring ssl_assert_hostname (#​694)
Changed
  • Updated the get_policy API in the index_management plugin to allow the policy_id argument as optional (#​633)
  • Updated the point_in_time.md guide with examples demonstrating the usage of the new APIs as alternatives to the deprecated ones. (#​661)
Deprecated
Removed
  • Removed unnecessary # -*- coding: utf-8 -*- headers from .py files (#​615, #​617)
Fixed
  • Fix KeyError when scroll return no hits (#​616)
  • Fix reuse of OpenSearch using Urllib3HttpConnection and AsyncOpenSearch after calling close (#​639)
Updated APIs
Security
Dependencies
  • Bumps pytest-asyncio from <=0.21.1 to <=0.23.5
  • Bumps urllib3 from >=1.26.18 to >=1.26.18, <2 (#​632)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports