Prepare 4.0.0 release#333
Open
xluo-aws wants to merge 1 commit into
Open
Conversation
xluo-aws
requested review from
VachaShah,
VijayanB,
harshavamsi,
nhtruong,
robsears and
vamshin
as code owners
July 15, 2026 10:27
Cut the final 4.0.0 release, superseding 4.0.0-beta.5. - Bump gem version from 4.0.0-beta.5 to 4.0.0. - Finalize the 4.0.0 CHANGELOG entry, consolidating all changes merged since 3.3.0. - Regenerate the API against the latest OpenSearch API spec, adding ml memory container, agentic memory, and streaming actions, search_relevance scheduled experiment actions, and the msearch allow_partial_results parameter. No per-action tests are added, consistent with the existing convention for generated API actions (validated by rubocop and the generic API specs and unit suite). Signed-off-by: Xuesong Luo <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Cuts the final 4.0.0 release, superseding
4.0.0-beta.5, and brings the client up to date with the latest OpenSearch API spec.4.0.0-beta.5→4.0.0(lib/opensearch/version.rb).4.0.0CHANGELOG entry, consolidating all changes merged since3.3.0(folding in the priorUnreleaseditems).mlactions: memory container, agentic memory, and streaming (create_memory_container,add_agentic_memory,search_agentic_memory,execute_agent_stream,predict_model_stream,execute_tool, and related — 18 new actions).search_relevancescheduled experiment actions (get/post/delete_scheduled_experiments).msearchgains anallow_partial_resultsparameter; twosearch_relevancequery-set actions get doc improvements.Issues Resolved
N/A — release preparation.
Testing
bundle exec rubocop lib/opensearch/api→ 483 files, no offenses (includes all newly generated actions).bundle exec rake test:unit→ all unit suites pass (15 + 640 RSpec examples, 116 runs, 107 tests, 0 failures).No per-action tests are added, consistent with the existing convention for generated API actions (the generator emits no test template; the generated API is covered by the generic API specs and rubocop).
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.