Bump version to 2.6.0 (#752)

Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
Sai Medhini Reddy Maryada
2024-05-24 09:16:19 -07:00
committed by GitHub
parent 343690ad63
commit 188b6561e7
5 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
stack_version: ['2.5.0']
stack_version: ['2.6.0']
steps:
- name: Checkout
+14 -1
View File
@@ -3,10 +3,22 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Updated APIs
### Security
### Dependencies
## [2.6.0]
### Added
- Added support for urllib3 2+ in Python 3.10+ ([#719](https://github.com/opensearch-project/opensearch-py/pull/719))
- Added support for Python 3.12 ([#717](https://github.com/opensearch-project/opensearch-py/pull/717))
- Added service time metrics ([#716](https://github.com/opensearch-project/opensearch-py/pull/716))
- Added `search_pipeline` APIs and `notifications` plugin APIs ([#724](https://github.com/opensearch-project/opensearch-py/pull/724))
- Added `Transforms` APIs ([#749](https://github.com/opensearch-project/opensearch-py/pull/749))
- Added `Index rollups` APIs ([#742](https://github.com/opensearch-project/opensearch-py/pull/742))
### Changed
### Deprecated
### Removed
@@ -246,7 +258,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.5.0...HEAD
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/v2.6.0...HEAD
[2.6.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.5.0...v2.6.0
[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
+1 -1
View File
@@ -463,7 +463,7 @@ files = [
[[package]]
name = "opensearch-py"
version = "2.5.0"
version = "2.6.0"
description = "Python client for OpenSearch"
optional = false
python-versions = ">=3.8, <4"
+1 -1
View File
@@ -24,4 +24,4 @@
# specific language governing permissions and limitations
# under the License.
__versionstr__: str = "2.5.0"
__versionstr__: str = "2.6.0"
+1 -1
View File
@@ -480,7 +480,7 @@ files = [
[[package]]
name = "opensearch-py"
version = "2.5.0"
version = "2.6.0"
description = "Python client for OpenSearch"
optional = false
python-versions = ">=3.8, <4"