Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type removal breaking changes #151

Merged

Conversation

VachaShah
Copy link
Collaborator

Description

This PR contains the first set of breaking changes for 2.0 related to OpenSearch 2.0 - opensearch-project/OpenSearch#2480

The following changes are included in this PR:

  1. A CI workflow integration-unreleased.yml which runs integ tests for the client against unreleased OpenSearch. This will help in future development to prepare clients with the latest unreleased OpenSearch versions. Currently this workflow will test against 2.0 OpenSearch.
  2. The CI workflow integration.yml is updated to work for released versions which the client is compatible with.
  3. Changes to .ci/run-tests to support testing against both released and unreleased OpenSearch versions.
  4. Type mapping removal across the APIs and related test changes.
  5. Remove indices.exists_type and indices.flush_synced and related files.

Issues Resolved

Part of #145

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@VachaShah VachaShah requested review from a team, axeoman and deztructor as code owners April 11, 2022 16:48
@VachaShah VachaShah force-pushed the type-removal-breaking-changes branch 2 times, most recently from 4c900f4 to b447fdc Compare April 11, 2022 18:08
Signed-off-by: Vacha Shah <[email protected]>
@VachaShah VachaShah force-pushed the type-removal-breaking-changes branch from b447fdc to 79f892f Compare April 11, 2022 18:29
.ci/run-opensearch.sh Outdated Show resolved Hide resolved
@VachaShah VachaShah requested a review from Shivamdhar April 11, 2022 20:24
@VachaShah VachaShah merged commit b1eaba0 into opensearch-project:main Apr 13, 2022
@VachaShah VachaShah deleted the type-removal-breaking-changes branch April 14, 2022 23:11
alantang888 added a commit to alantang888/curator-opensearch that referenced this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants