Skip to content

Commit f226570

Browse files
authored
Bump version to 2.5.0 (#703)
* Bump version to 2.5.0 Signed-off-by: saimedhi <[email protected]> * Bump version to 2.5.0 Signed-off-by: saimedhi <[email protected]> --------- Signed-off-by: saimedhi <[email protected]>
1 parent c770d88 commit f226570

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

.github/workflows/unified-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
stack_version: ['2.4.3']
12+
stack_version: ['2.5.0']
1313

1414
steps:
1515
- name: Checkout

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

44
## [Unreleased]
55
### Added
6+
### Changed
7+
### Deprecated
8+
### Removed
9+
### Fixed
10+
### Updated APIs
11+
### Security
12+
### Dependencies
13+
14+
## [2.5.0]
15+
### Added
616
- Added pylint `assignment-from-no-return` and `unused-variable` (([#658](https://github.com/opensearch-project/opensearch-py/pull/658))
717
- Added pylint `unnecessary-dunder-calls` (([#655](https://github.com/opensearch-project/opensearch-py/pull/655))
818
- Changed to use .pylintrc files in root and any directory with override requirements (([#654](https://github.com/opensearch-project/opensearch-py/pull/654))
@@ -215,7 +225,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
215225
- Fixed Wrong return type hint in `async_scan` ([520](https://github.com/opensearch-project/opensearch-py/pull/520))
216226
### Security
217227

218-
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.2...HEAD
228+
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/v2.5.0...HEAD
229+
[2.5.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.2...v2.5.0
219230
[2.4.2]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.0...v2.4.2
220231
[2.4.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.0...v2.4.1
221232
[2.4.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.2...v2.4.0

COMPATIBILITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The below matrix shows the compatibility of the [`opensearch-py`](https://pypi.o
99
| --- | --- | --- |
1010
| 1.0.0 | 1.0.0-1.2.4 | |
1111
| 1.1.0 | 1.3.0-1.3.7 | |
12-
| 2.x.x | 1.0.0-2.11.0 | client works against OpenSearch 1.x as long as features removed in 2.0 are not used |
12+
| 2.x.x | 1.0.0-2.11.1 | client works against OpenSearch 1.x as long as features removed in 2.0 are not used |
1313

1414
## Upgrading
1515

benchmarks/poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opensearchpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# specific language governing permissions and limitations
2525
# under the License.
2626

27-
__versionstr__: str = "2.4.3"
27+
__versionstr__: str = "2.5.0"

0 commit comments

Comments
 (0)