| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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 1.20.3, for the open-feature/java-sdk. It primarily involves updating the project's version across its configuration and documentation files, and includes a minor chore to update a GitHub CodeQL action dependency. Highlights
The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.
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 .gemini/ folder in the base of the repository. Detailed instructions can be found here. 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
|
Sorry, something went wrong.
There was a problem hiding this comment.
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.
Sorry, something went wrong.
| @@ -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) | |||
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ 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.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
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 reviews.auto_review.auto_pause_after_reviewed_commits setting. Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughVersion bumped from 1.20.2 to 1.21.0 across pom.xml, version.txt, .release-please-manifest.json, and README.md (badge, Maven, and Gradle snippets). A new [1.21.0] section is prepended to CHANGELOG.md covering bug fixes, new features, chores, documentation, and performance entries. 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 @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details{}
|
Sorry, something went wrong.
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
|
@coderabbitai full review this release PR. Sanity check all changes. |
Sorry, something went wrong.
|
Tip For best results, initiate chat on the files or code changes. 🏁 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 @toddbaert Here's the sanity check for this v1.21.0 release PR: ✅ Version ConsistencyAll 5 files are consistently updated from 1.20.2 → 1.21.0:
✅ 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 (v1.20.2...v1.21.0) is correct. ⚠️ Minor: Duplicate Entries in Performance Section (cosmetic)There are two duplicate entries — a known release-please artifact where both the PR merge commit and the raw commit SHA appear as separate entries:
These are cosmetic and don't block the release, but if they bother you, the CHANGELOG can be manually edited before merging. SummaryEverything looks correct and consistent. The release PR is safe to merge. 🚀 |
Sorry, something went wrong.
|
🤖 Created releases: 🌻 |
Sorry, something went wrong.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
🤖 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.