chore(main): release queryflux 0.3.0#79
Conversation
|
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:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (4)
📝 WalkthroughWalkthroughAdds a topmost Changesv0.3.0 Release
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
8a8085e to
ae4293d
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Line 9: Update the release note bullet on line containing "group default tags,
admin OpenAPI spec, and Studio Swagger UI" to explicitly state the action (e.g.,
"Add grouped default tags, add admin OpenAPI spec, and add Studio Swagger UI")
so the wording matches the shipped change and PR intent; edit the CHANGELOG.md
bullet text to include the verb "Add" before each feature phrase to make the
action explicit.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 0c298053-f9f2-44df-9c6f-4d2122c448a1
📒 Files selected for processing (4)
CHANGELOG.mdCargo.tomlrelease-please/.release-please-manifest.jsonversion.txt
| ### Features | ||
|
|
||
| * Add helm chart for QueryFlux ([#75](https://github.com/lakeops-org/queryflux/issues/75)) ([3c3acd4](https://github.com/lakeops-org/queryflux/commit/3c3acd4e8f5a3a4e9d46ad873ff8a88413c26d0a)) | ||
| * group default tags, admin OpenAPI spec, and Studio Swagger UI ([#78](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b)) |
There was a problem hiding this comment.
Clarify the feature bullet wording to match the shipped change.
Line 9 currently reads as a grouped noun phrase and drops the “add” action for the admin OpenAPI spec; this makes the release note less explicit than the PR objective text.
Suggested wording
-* group default tags, admin OpenAPI spec, and Studio Swagger UI ([`#78`](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b))
+* group default tags, add admin OpenAPI spec, and Studio Swagger UI ([`#78`](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b))📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| * group default tags, admin OpenAPI spec, and Studio Swagger UI ([#78](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b)) | |
| * group default tags, add admin OpenAPI spec, and Studio Swagger UI ([`#78`](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b)) |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CHANGELOG.md` at line 9, Update the release note bullet on line containing
"group default tags, admin OpenAPI spec, and Studio Swagger UI" to explicitly
state the action (e.g., "Add grouped default tags, add admin OpenAPI spec, and
add Studio Swagger UI") so the wording matches the shipped change and PR intent;
edit the CHANGELOG.md bullet text to include the verb "Add" before each feature
phrase to make the action explicit.
e3dbc7c to
c9caa6c
Compare
c9caa6c to
072b4cc
Compare
072b4cc to
abc8d57
Compare
There was a problem hiding this comment.
Pull request overview
Bumps QueryFlux’s release/version metadata to 0.3.0 and records the generated 0.3.0 release notes in the changelog, aligning the workspace version and Release Please manifest for the 0.3.0 cut.
Changes:
- Update repository version marker to
0.3.0(version.txt). - Update Release Please manifest to
0.3.0. - Add the
0.3.0entry toCHANGELOG.mdand bump the Cargo workspace package version.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| version.txt | Updates the repo’s version marker to 0.3.0. |
| release-please/.release-please-manifest.json | Bumps Release Please manifest version to 0.3.0. |
| CHANGELOG.md | Adds generated release notes section for 0.3.0. |
| Cargo.toml | Updates [workspace.package] version to 0.3.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🤖 I have created a release beep boop
0.3.0 (2026-07-02)
Features
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit