Skip to content

[AUTO] Add release notes for 3.6.0 Draft 2#21115

Merged
andrross merged 1 commit into
3.6from
release-chores/release-notes-3.6.0
Apr 4, 2026
Merged

[AUTO] Add release notes for 3.6.0 Draft 2#21115
andrross merged 1 commit into
3.6from
release-chores/release-notes-3.6.0

Conversation

@opensearch-ci-bot
Copy link
Copy Markdown
Collaborator

Add release notes for 3.6.0

Borderline Calls

Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
@opensearch-ci-bot opensearch-ci-bot requested a review from a team as a code owner April 4, 2026 02:21
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2026

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

🧪 No relevant tests
🔒 No security concerns identified
✅ No TODO sections
🔀 No multiple PR themes
⚡ Recommended focus areas for review

Missing Entry

The old version included a bump for com.netflix.nebula:gradle-info-plugin to 16.2.1 (PR #20825), but this entry was removed in the new version without any mention in the PR description or borderline calls. Verify whether this was intentionally excluded.

* Bump Apache Lucene from 10.3.2 to 10.4.0 ([#20735](https://github.com/opensearch-project/OpenSearch/pull/20735))
* Update Netty to 4.2.12.Final ([#20586](https://github.com/opensearch-project/OpenSearch/pull/20586)), ([#20997](https://github.com/opensearch-project/OpenSearch/pull/20997)), ([#20998](https://github.com/opensearch-project/OpenSearch/pull/20998))
* Update Jackson to 2.21.2 ([#20989](https://github.com/opensearch-project/OpenSearch/pull/20989))
* Bump OpenTelemetry to 1.60.1 and OpenTelemetry Semconv to 1.40.0 ([#20737](https://github.com/opensearch-project/OpenSearch/pull/20737)), ([#20797](https://github.com/opensearch-project/OpenSearch/pull/20797))
* Bump Project Reactor to 3.8.4 and Reactor Netty to 1.3.4 ([#20589](https://github.com/opensearch-project/OpenSearch/pull/20589)), ([#20834](https://github.com/opensearch-project/OpenSearch/pull/20834))
* Bump `ch.qos.logback:logback-classic` to 1.5.32 and `logback-core` to 1.5.27 ([#20525](https://github.com/opensearch-project/OpenSearch/pull/20525)), ([#20761](https://github.com/opensearch-project/OpenSearch/pull/20761))
* Bump `com.nimbusds:nimbus-jose-jwt` from 10.7 to 10.8 ([#20715](https://github.com/opensearch-project/OpenSearch/pull/20715))
* Bump `com.sun.xml.bind:jaxb-impl` from 4.0.6 to 4.0.7 ([#20886](https://github.com/opensearch-project/OpenSearch/pull/20886))
* Bump `com.netflix.nebula.ospackage-base` from 12.2.0 to 12.3.0 ([#20799](https://github.com/opensearch-project/OpenSearch/pull/20799))
* Bump `org.apache.commons:commons-text` from 1.14.0 to 1.15.0 ([#20576](https://github.com/opensearch-project/OpenSearch/pull/20576))
* Bump `org.jline:jline` from 3.30.6 to 4.0.0 ([#20800](https://github.com/opensearch-project/OpenSearch/pull/20800))
* Bump `org.jruby.jcodings:jcodings` from 1.0.63 to 1.0.64 ([#20713](https://github.com/opensearch-project/OpenSearch/pull/20713))
* Bump `org.jruby.joni:joni` from 2.2.3 to 2.2.7 ([#20714](https://github.com/opensearch-project/OpenSearch/pull/20714)), ([#20759](https://github.com/opensearch-project/OpenSearch/pull/20759))
* Bump `org.tukaani:xz` from 1.11 to 1.12 ([#20760](https://github.com/opensearch-project/OpenSearch/pull/20760))
* Bump shadow-gradle-plugin from 8.3.9 to 9.3.1 ([#20569](https://github.com/opensearch-project/OpenSearch/pull/20569))
Misplaced Entry

The entry for mapper_settings support (#20722) was moved from the Enhancements section to the Features section. Verify this categorization is intentional, as it appears to be an enhancement to pull-based ingestion rather than a new feature.

* Add mapper_settings support and field_mapping mapper type for pull-based ingestion ([#20722](https://github.com/opensearch-project/OpenSearch/pull/20722))
Misplaced Entry

The entry for ReadAdviseByContext for MMapDirectory (#21062) was moved from Bug Fixes to Enhancements. The PR description categorizes it as an Enhancement, but the old notes had it under Bug Fixes. Confirm the correct section placement.

* Use `ReadAdviseByContext` for MMapDirectory instead of Lucene default read advise ([#21062](https://github.com/opensearch-project/OpenSearch/pull/21062))

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2026

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Fix inconsistent multi-PR link formatting

The formatting for multiple PR links is inconsistent with the rest of the file.
Other entries with multiple PRs use a comma-separated list within a single set of
parentheses, but this line wraps each additional PR in its own parentheses preceded
by a comma. This should be standardized to match the original format used by other
multi-PR entries.

release-notes/opensearch.release-notes-3.6.0.md [73]

-* Update Netty to 4.2.12.Final ([#20586](https://github.com/opensearch-project/OpenSearch/pull/20586)), ([#20997](https://github.com/opensearch-project/OpenSearch/pull/20997)), ([#20998](https://github.com/opensearch-project/OpenSearch/pull/20998))
+* Update Netty to 4.2.12.Final ([#20586](https://github.com/opensearch-project/OpenSearch/pull/20586), [#20997](https://github.com/opensearch-project/OpenSearch/pull/20997), [#20998](https://github.com/opensearch-project/OpenSearch/pull/20998))
Suggestion importance[1-10]: 5

__

Why: The Netty entry uses ), ( between PR links while other multi-PR entries like OpenTelemetry, Project Reactor, and logback use , within a single set of parentheses. This is a valid consistency fix for the release notes formatting.

Low
Verify correct section categorization for entry

This entry appears under "Enhancements" but the removed lines show it was previously
listed under "Bug Fixes". Moving it to Enhancements changes the categorization of
this change, which may be misleading to users reading the release notes. Verify the
correct section for this entry.

release-notes/opensearch.release-notes-3.6.0.md [34]

+* Use `ReadAdviseByContext` for MMapDirectory instead of Lucene default read advise ([#21062](https://github.com/opensearch-project/OpenSearch/pull/21062))
 
-
Suggestion importance[1-10]: 3

__

Why: The suggestion correctly identifies that the ReadAdviseByContext entry moved from "Bug Fixes" to "Enhancements", but since the improved_code is identical to existing_code, this is only a verification request rather than a concrete fix, limiting its score.

Low

@peterzhuamazon peterzhuamazon changed the title [AUTO] Add release notes for 3.6.0 [AUTO] Add release notes for 3.6.0 Draft 2 Apr 4, 2026
@peterzhuamazon
Copy link
Copy Markdown
Member

peterzhuamazon commented Apr 4, 2026

@andrross @jainankitk

This is the second PR on OS core release notes, that have changes right after

I think mostly it is just rotating a few entries.

Let me know if these changes are legit.

Thanks.

@andrross andrross merged commit 4ca747d into 3.6 Apr 4, 2026
26 of 27 checks passed
@github-actions github-actions Bot deleted the release-chores/release-notes-3.6.0 branch April 4, 2026 02:29
opensearch-trigger-bot Bot pushed a commit that referenced this pull request Apr 4, 2026
(cherry picked from commit 4ca747d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
peterzhuamazon pushed a commit that referenced this pull request Apr 4, 2026
(cherry picked from commit 4ca747d)

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
aparajita31pandey pushed a commit to aparajita31pandey/OpenSearch that referenced this pull request Apr 18, 2026
…oject#21116)

(cherry picked from commit 4ca747d)

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Aparajita Pandey <aparajita31pandey@gmail.com>
pradeep-L pushed a commit to pradeep-L/OpenSearch that referenced this pull request Apr 21, 2026
…oject#21116)

(cherry picked from commit 4ca747d)

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants