Skip to content

docs: add plugin dependencies report for v3.4.0#1779

Merged
tkykenmt merged 1 commit intomainfrom
docs/plugin-dependencies-v3.4.0
Jan 11, 2026
Merged

docs: add plugin dependencies report for v3.4.0#1779
tkykenmt merged 1 commit intomainfrom
docs/plugin-dependencies-v3.4.0

Conversation

@tkykenmt
Copy link
Copy Markdown
Owner

Summary

This PR adds documentation for the Plugin Dependencies feature in OpenSearch v3.4.0.

Changes

PR #19939 extends range semver support to the dependencies field in plugin-descriptor.properties. Previously, range version notation (e.g., [2.0.0, 3.0.0)) only worked for the opensearch.version field. Now plugins can specify compatible OpenSearch version ranges in their dependencies.

Reports Created

  • Release report: docs/releases/v3.4.0/features/opensearch/plugin-dependencies.md
  • Feature report: docs/features/opensearch/plugin-dependencies.md

Key Changes in v3.4.0

  • SemverRange.RANGE_PATTERN made public for use in PluginInfo
  • PluginInfo.readFromProperties() now detects and parses range expressions in dependencies
  • Plugins can now use range notation like dependencies={ opensearch: "[2.0.0, 3.0.0)" }

Related PRs

Related Issues

Closes #1704

@tkykenmt tkykenmt merged commit aaec9fb into main Jan 11, 2026
@tkykenmt tkykenmt deleted the docs/plugin-dependencies-v3.4.0 branch January 11, 2026 07:36
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.

1 participant