chore(main): release 1.21.0#1905
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new release, version Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the project version to 1.20.3 across various configuration and documentation files. The changes are primarily automated version bumps, reflecting a chore update related to github/codeql-action. The changes are straightforward and consistent across the files.
| @@ -1,5 +1,12 @@ | |||
| # Changelog | |||
|
|
|||
| ## [1.20.3](https://github.com/open-feature/java-sdk/compare/v1.20.2...v1.20.3) (2026-03-19) | |||
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1905 +/- ##
============================================
+ Coverage 92.23% 93.21% +0.97%
- Complexity 669 672 +3
============================================
Files 59 59
Lines 1635 1635
Branches 186 186
============================================
+ Hits 1508 1524 +16
+ Misses 80 66 -14
+ Partials 47 45 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
d18b235 to
d3add5c
Compare
aac90bf to
67ee35d
Compare
0b7adf1 to
5f8facc
Compare
888ba99 to
9d25ded
Compare
041c30f to
ae0b593
Compare
|
ae0b593 to
bd6d352
Compare
a5b4386 to
1fd9929
Compare
f29a5bf to
46cdda9
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughVersion bumped from ChangesRelease 1.21.0
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
c3a2b99 to
c75abc6
Compare
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
c75abc6 to
db17b63
Compare
|
@coderabbitai full review this release PR. Sanity check all changes. |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "=== PR `#1905` Details ==="
gh pr view 1905 --repo open-feature/java-sdk --json title,body,state,baseRefName,headRefName,mergedAt,author
echo ""
echo "=== PR Files Changed ==="
gh pr diff 1905 --repo open-feature/java-sdk --name-only
echo ""
echo "=== Full Diff ==="
gh pr diff 1905 --repo open-feature/java-sdkLength of output: 35106 🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "=== Merged PRs since last release (v1.20.2) ==="
# Find the last release tag date and list PRs merged since then
gh pr list --repo open-feature/java-sdk --state merged --limit 50 --json number,title,mergedAt,labels \
--jq '.[] | select(.mergedAt > "2026-01-01") | {number: .number, title: .title, mergedAt: .mergedAt, labels: [.labels[].name]}'Length of output: 7470
✅ Version ConsistencyAll 5 files are consistently updated from
✅ README Coordinates
✅ CHANGELOG vs. Merged PRsCross-referenced all merged PRs since v1.20.2 (2026-03-19). All 50 retrievable PRs are accounted for in the CHANGELOG, including:
The CHANGELOG comparison link (
|
|
🤖 Created releases: 🌻 |
|



🤖 I have created a release beep boop
1.21.0 (2026-06-22)
🐛 Bug Fixes
✨ New Features
🧹 Chore
📚 Documentation
🚀 Performance
This PR was generated with Release Please. See documentation.