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

Add extensions documentation #4202

Merged
merged 10 commits into from
Jul 13, 2023
Merged

Add extensions documentation #4202

merged 10 commits into from
Jul 13, 2023

Conversation

kolchfa-aws
Copy link
Collaborator

Fixes #3243

Checklist

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

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
@kolchfa-aws kolchfa-aws self-assigned this May 29, 2023
@kolchfa-aws kolchfa-aws added v2.8.0 release-notes PR: Include this PR in the automated release notes labels May 29, 2023
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
@kolchfa-aws kolchfa-aws added experimental 3 - Tech review PR: Tech review in progress labels May 30, 2023

## What's new

New in version 2.8, OpenSearch introduces _extensions_---an easier to develop and more secure alternative to plugins, which simplifies creating custom functionality for OpenSearch. To learn more about building extensions using _OpenSearch SDK for Java_, see [Extensions]({{site.url}}{{site.baseurl}}/developer-documentation/extensions/).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we are looking at releasing extensions in 2.9 now

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryanbogan We're releasing extensions as an experimental feature in 2.8, correct? The header on the extensions page will say "experimental" so I think this can stay as is.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it got pushed back by one release

@ryanbogan
Copy link
Member

One minor suggestion but otherwise looks good to me!

Copy link
Contributor

@cwillum cwillum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. And I learned a thing or two!

_developer-documentation/extensions.md Outdated Show resolved Hide resolved

## What's new

New in version 2.8, OpenSearch introduces _extensions_---an easier to develop and more secure alternative to plugins, which simplifies creating custom functionality for OpenSearch. To learn more about building extensions using _OpenSearch SDK for Java_, see [Extensions]({{site.url}}{{site.baseurl}}/developer-documentation/extensions/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To my eye, "...an easier-to-develop and more secure alternative..." reads a little better.

kolchfa-aws and others added 2 commits May 31, 2023 20:21
Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
@kolchfa-aws kolchfa-aws added v2.9.0 2 - In progress Issue/PR: The issue or PR is in progress. and removed v2.8.0 3 - Tech review PR: Tech review in progress labels Jun 1, 2023
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Copy link
Collaborator

@vagimeli vagimeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

_developer-documentation/index.md Outdated Show resolved Hide resolved
kolchfa-aws and others added 2 commits June 21, 2023 12:57
Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
@kolchfa-aws kolchfa-aws added 6 - Done but waiting to merge PR: The work is done and ready to merge and removed 2 - In progress Issue/PR: The issue or PR is in progress. labels Jul 7, 2023
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
@kolchfa-aws kolchfa-aws merged commit fb84435 into main Jul 13, 2023
harshavamsi pushed a commit to harshavamsi/documentation-website that referenced this pull request Oct 31, 2023
* Add extensions documentation

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Editing

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Update _developer-documentation/extensions.md

Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>

* Implemented doc review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Add more links

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Update _developer-documentation/index.md

Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>

* Remove javadoc until the release

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Change links to hosted site

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

---------

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com>
Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
vagimeli added a commit that referenced this pull request Dec 21, 2023
* Add extensions documentation

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Editing

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Update _developer-documentation/extensions.md

Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>

* Implemented doc review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Add more links

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Update _developer-documentation/index.md

Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>

* Remove javadoc until the release

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Change links to hosted site

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

---------

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com>
Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
@Naarcha-AWS Naarcha-AWS deleted the extensions-doc branch March 28, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6 - Done but waiting to merge PR: The work is done and ready to merge experimental release-notes PR: Include this PR in the automated release notes v2.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC]Release Extensions with Version decoupling feature as Experimental feature
4 participants