[AUTO] Add release notes for 3.7.0 - #6165
Merged
cwperks merged 2 commits intoMay 27, 2026
Merged
Conversation
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
opensearch-ci-bot
requested review from
DarshitChanpura,
RyanL1997,
cwperks,
derek-ho,
finnegancarroll,
nibix,
reta,
shikharj05 and
willyborankin
as code owners
May 27, 2026 01:07
Contributor
PR Reviewer Guide 🔍(Review updated until commit b7cb607)Here are some key observations to aid the review process:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6165 +/- ##
==========================================
- Coverage 75.00% 74.97% -0.04%
==========================================
Files 452 451 -1
Lines 29115 29099 -16
Branches 4384 4383 -1
==========================================
- Hits 21839 21816 -23
- Misses 5250 5254 +4
- Partials 2026 2029 +3 🚀 New features to boost your workflow:
|
cwperks
reviewed
May 27, 2026
|
|
||
| * Add BCFKS keystore generation utilities and documentation ([#6087](https://github.com/opensearch-project/security/pull/6087)) | ||
| * Introduce an AGENTS.MD file for agentic development guidance ([#6156](https://github.com/opensearch-project/security/pull/6156)) | ||
| * Fix typo: occured → occurred in log and error messages ([#6141](https://github.com/opensearch-project/security/pull/6141)) |
Member
There was a problem hiding this comment.
Same as JS repo. Let's omit these typo fixes PRs from release notes.
cwperks
reviewed
May 27, 2026
| * Remove unnecessary debug log message for JWT authentication ([#6086](https://github.com/opensearch-project/security/pull/6086)) | ||
| * Cleanup SafeSerializationUtils to remove unused Guava classes ([#6152](https://github.com/opensearch-project/security/pull/6152)) | ||
| * Remove passay and Guava BaseEncoding dependencies, replace with JDK equivalents ([#6160](https://github.com/opensearch-project/security/pull/6160)) | ||
| * Update affiliation for shikharj05 ([#6139](https://github.com/opensearch-project/security/pull/6139)) |
Member
There was a problem hiding this comment.
Let's omit this one from release notes.
Signed-off-by: opensearch-ci <83309141+opensearch-ci-bot@users.noreply.github.com>
Contributor
|
Persistent review updated to latest commit b7cb607 |
RyanL1997
approved these changes
May 27, 2026
cwperks
approved these changes
May 27, 2026
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.
Add release notes for 3.7.0
Borderline Calls