-
Notifications
You must be signed in to change notification settings - Fork 39
release: v0.7.1 #537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: v0.7.1 #537
Conversation
WalkthroughThe changelog was updated to announce the release of version 0.7.1 on 2025-07-10, detailing new features, flag default adjustments, and documentation improvements. The "Unreleased" section now compares changes from version 0.7.1 onward. Changes
Sequence Diagram(s)No sequence diagram generated as the changes are documentation-only. 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
CHANGELOG.md (2)
4-6: Trim super-fluous blank lines between sectionsThree consecutive blank lines artificially stretch the file and break the “one blank line between blocks” convention used elsewhere in the changelog.
-#### [Unreleased](https://github.com/openfga/cli/compare/v0.7.1...HEAD) - - -#### [0.7.1](https://github.com/openfga/cli/compare/v0.7.0...v0.7.1) (2025-07-10) +#### [Unreleased](https://github.com/openfga/cli/compare/v0.7.1...HEAD) + +#### [0.7.1](https://github.com/openfga/cli/compare/v0.7.0...v0.7.1) (2025-07-10)
10-14: Replace bare URLs with reference-style links to satisfy MD034
markdownlintflags the naked PR links. Switching to reference-style keeps the prose compact and silences the linter without altering content.-- Added `jsonl` tuple import support (https://github.com/openfga/cli/pull/530) -- Added support for multiple tuple files in the store file (https://github.com/openfga/cli/pull/506) +- Added `jsonl` tuple import support ([#530](https://github.com/openfga/cli/pull/530)) +- Added support for multiple tuple files in the store file ([#506](https://github.com/openfga/cli/pull/506)) @@ -- Added support for grouping user/object in store tests (https://github.com/openfga/cli/pull/513) +- Added support for grouping user/object in store tests ([#513](https://github.com/openfga/cli/pull/513))Repeat the same pattern for line 20 (
[#518]).
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
CHANGELOG.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md
3-3: Heading levels should only increment by one level at a time
Expected: h2; Actual: h4
(MD001, heading-increment)
10-10: Bare URL used
(MD034, no-bare-urls)
11-11: Bare URL used
(MD034, no-bare-urls)
13-13: Bare URL used
(MD034, no-bare-urls)
20-20: Bare URL used
(MD034, no-bare-urls)
🔇 Additional comments (1)
CHANGELOG.md (1)
3-3: (FYI) Heading-level jump still violates MD001Jumping from H1 to H4 has existed since earlier versions; the new lines keep the pattern but the linter will continue to complain.
No action required if you consciously accept the style.Also applies to: 7-7
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
Documentation
New Features
Chores
--max-rps.