Bump version to 2.5.0 (#703)
* Bump version to 2.5.0 Signed-off-by: saimedhi <saimedhi@amazon.com> * Bump version to 2.5.0 Signed-off-by: saimedhi <saimedhi@amazon.com> --------- Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
committed by
GitHub
parent
c770d88dc9
commit
f2265701a4
@@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
stack_version: ['2.4.3']
|
||||
stack_version: ['2.5.0']
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
+12
-1
@@ -3,6 +3,16 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
### Updated APIs
|
||||
### Security
|
||||
### Dependencies
|
||||
|
||||
## [2.5.0]
|
||||
### Added
|
||||
- Added pylint `assignment-from-no-return` and `unused-variable` (([#658](https://github.com/opensearch-project/opensearch-py/pull/658))
|
||||
- Added pylint `unnecessary-dunder-calls` (([#655](https://github.com/opensearch-project/opensearch-py/pull/655))
|
||||
- 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/)
|
||||
- Fixed Wrong return type hint in `async_scan` ([520](https://github.com/opensearch-project/opensearch-py/pull/520))
|
||||
### Security
|
||||
|
||||
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.2...HEAD
|
||||
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/v2.5.0...HEAD
|
||||
[2.5.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.2...v2.5.0
|
||||
[2.4.2]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.0...v2.4.2
|
||||
[2.4.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.0...v2.4.1
|
||||
[2.4.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.2...v2.4.0
|
||||
|
||||
+1
-1
@@ -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.11.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.11.1 | client works against OpenSearch 1.x as long as features removed in 2.0 are not used |
|
||||
|
||||
## Upgrading
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -515,7 +515,7 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "opensearch-py"
|
||||
version = "2.4.3"
|
||||
version = "2.5.0"
|
||||
description = "Python client for OpenSearch"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4"
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
__versionstr__: str = "2.4.3"
|
||||
__versionstr__: str = "2.5.0"
|
||||
|
||||
Reference in New Issue
Block a user