Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/lakeops-org/queryflux/compare/queryflux-v0.2.0...queryflux-v0.3.0) (2026-07-02)


### Features

* Add helm chart for QueryFlux ([#75](https://github.com/lakeops-org/queryflux/issues/75)) ([3c3acd4](https://github.com/lakeops-org/queryflux/commit/3c3acd4e8f5a3a4e9d46ad873ff8a88413c26d0a))
* Add Python and webhook guardrail execution ([#81](https://github.com/lakeops-org/queryflux/issues/81)) ([0af87cd](https://github.com/lakeops-org/queryflux/commit/0af87cdb8f94e67da2408e8dec46728488c9b944))
* add query result cache with OpenDAL storage backend ([#90](https://github.com/lakeops-org/queryflux/issues/90)) ([5109d49](https://github.com/lakeops-org/queryflux/commit/5109d495b4c7e4971ce58cc7795657093bcdbce0))
* distributed multi replica ([#84](https://github.com/lakeops-org/queryflux/issues/84)) ([1b55ced](https://github.com/lakeops-org/queryflux/commit/1b55cedba3c27a61e673b77ce2e7e50c4eaf19a4))
* 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))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

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.

Suggested change
* 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.


## [0.2.0](https://github.com/lakeops-org/queryflux/compare/queryflux-v0.1.2...queryflux-v0.2.0) (2026-06-02)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lakeops-org/queryflux"
Expand Down
2 changes: 1 addition & 1 deletion release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
Loading