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

Versioning of SDK #24

Open
kavilla opened this issue Dec 22, 2022 · 2 comments
Open

Versioning of SDK #24

kavilla opened this issue Dec 22, 2022 · 2 comments
Labels

Comments

@kavilla
Copy link
Member

kavilla commented Dec 22, 2022

Requirements:

  • Define versioning mechanism for SDK
  • Matrix and compatibility testing for OpenSearch Dashboards platform and SDK
  • Matrix and compatibility testing for extension and SDK
@kavilla kavilla added the mvp label Dec 22, 2022
@dblock
Copy link
Member

dblock commented Jan 2, 2023

The SDK itself should have its own versioning, follow semver, and ideally would be very broadly compatible with multiple major versions of OpenSearch Dashboards.

Per semver, if the SDK adds support for a new version of OpenSearch Dashboards, it's a minor version bump. If the SDK removes support for an existing version of OpenSearch Dashboards, it's a major version bump.

@kavilla kavilla added the m2 label Jan 4, 2023
@kavilla
Copy link
Member Author

kavilla commented Jan 6, 2023

Coming of this SDK should support multiple versions of OpenSearch as well for v1? And building out the interfaces.

Then v2 we can think about supporting different type of data sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants