From 1d306a876fa8bc8073836b211cb200c3e154180b Mon Sep 17 00:00:00 2001 From: dblock Date: Fri, 29 Nov 2024 16:05:47 -0500 Subject: [PATCH] Preparing for next developer iteration, 2.8.1. Signed-off-by: dblock --- .github/workflows/unified-release.yml | 2 +- CHANGELOG.md | 9 +++++++++ COMPATIBILITY.md | 2 +- benchmarks/poetry.lock | 2 +- opensearchpy/_version.py | 2 +- samples/poetry.lock | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index c4b484c3..9be376a6 100644 --- a/.github/workflows/unified-release.yml +++ b/.github/workflows/unified-release.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - stack_version: ["2.8.0"] + stack_version: ["2.8.1"] steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 041cebad..d336adc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [Unreleased] +### Added +### Updated APIs +### Changed +### Deprecated +### Removed +### Fixed +### Security + ## [2.8.0] ### Added - Added `AsyncSearch#collapse` ([827](https://github.com/opensearch-project/opensearch-py/pull/827)) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 60419c89..ae90681b 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -9,7 +9,7 @@ The below matrix shows the compatibility of the [`opensearch-py`](https://pypi.o | --- | --- | --- | | 1.0.0 | 1.0.0-1.2.4 | | | 1.1.0 | 1.3.0-1.3.7 | | -| 2.x.x | 1.0.0-2.16.0 | client works against OpenSearch 1.x as long as features removed in 2.0 are not used | +| 2.x.x | 1.0.0-2.x | client works against OpenSearch 1.x as long as features removed in 2.0 are not used | ## Upgrading diff --git a/benchmarks/poetry.lock b/benchmarks/poetry.lock index ede0b01e..678e3960 100644 --- a/benchmarks/poetry.lock +++ b/benchmarks/poetry.lock @@ -505,7 +505,7 @@ files = [ [[package]] name = "opensearch-py" -version = "2.7.2" +version = "2.8.1" description = "Python client for OpenSearch" optional = false python-versions = ">=3.8, <4" diff --git a/opensearchpy/_version.py b/opensearchpy/_version.py index 4b726f26..b1a4a727 100644 --- a/opensearchpy/_version.py +++ b/opensearchpy/_version.py @@ -24,4 +24,4 @@ # specific language governing permissions and limitations # under the License. -__versionstr__: str = "2.8.0" +__versionstr__: str = "2.8.1" diff --git a/samples/poetry.lock b/samples/poetry.lock index b83f9d3f..ce14538e 100644 --- a/samples/poetry.lock +++ b/samples/poetry.lock @@ -522,7 +522,7 @@ files = [ [[package]] name = "opensearch-py" -version = "2.7.2" +version = "2.8.1" description = "Python client for OpenSearch" optional = false python-versions = ">=3.8, <4"