[Backport main] [AUTO] Add release notes for 3.5.0#20592
Conversation
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> Co-authored-by: Andrew Ross <andrross@amazon.com> Co-authored-by: Sandesh Kumar <sandeshkr419@gmail.com> (cherry picked from commit 9d1f4fc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
📝 WalkthroughWalkthroughAdds OpenSearch/OpenSearch Dashboards version 3.5.0 release notes document. The document details new features, behavioral changes, bug fixes, dependency updates, and removals across Added, Changed, Fixed, Dependencies, and Removed categories with associated PR references. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@release-notes/opensearch.release-notes-3.5.0.md`:
- Line 53: Update the release note sentence "LeafReader should not remove
SubReaderWrappers incase IndexWriter encounters a non aborting Exception
([`#20193`])" by hyphenating "non-aborting" (i.e., change "non aborting" to
"non-aborting") so the line reads with correct hyphenation; locate the exact
string shown (including the reference [`#20193`]) and make the single-word
replacement.
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
release-notes/opensearch.release-notes-3.5.0.md
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2026-01-02T19:23:29.698Z
Learnt from: karenyrx
Repo: opensearch-project/OpenSearch PR: 20335
File: modules/transport-grpc/src/main/java/org/opensearch/transport/grpc/proto/request/search/SearchSourceBuilderProtoUtils.java:155-172
Timestamp: 2026-01-02T19:23:29.698Z
Learning: The gRPC search API in OpenSearch is marked as "experimental" in official documentation, so changes to proto schemas that remove previously unsupported fields (those throwing UnsupportedOperationException) are not considered breaking changes.
Applied to files:
release-notes/opensearch.release-notes-3.5.0.md
🪛 LanguageTool
release-notes/opensearch.release-notes-3.5.0.md
[grammar] ~53-~53: Use a hyphen to join words.
Context: ...pers incase IndexWriter encounters a non aborting Exception ([#20193](https://git...
(QB_NEW_EN_HYPHEN)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (19)
- GitHub Check: detect-breaking-change
- GitHub Check: assemble (21, windows-latest)
- GitHub Check: assemble (21, ubuntu-24.04-arm)
- GitHub Check: assemble (25, ubuntu-latest)
- GitHub Check: assemble (21, ubuntu-latest)
- GitHub Check: assemble (25, ubuntu-24.04-arm)
- GitHub Check: assemble (25, windows-latest)
- GitHub Check: precommit (25, windows-latest)
- GitHub Check: precommit (21, ubuntu-latest)
- GitHub Check: precommit (25, macos-15-intel)
- GitHub Check: precommit (21, windows-2025, true)
- GitHub Check: precommit (25, macos-15)
- GitHub Check: precommit (25, ubuntu-24.04-arm)
- GitHub Check: precommit (25, ubuntu-latest)
- GitHub Check: precommit (21, windows-latest)
- GitHub Check: precommit (21, ubuntu-24.04-arm)
- GitHub Check: precommit (21, macos-15-intel)
- GitHub Check: precommit (21, macos-15)
- GitHub Check: Analyze (java)
✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.
Backport 9d1f4fc from #20534.