Skip to content

changelog fixes (#4149) - #4150

Merged
akshaydeo merged 1 commit into
mainfrom
dev
Jun 8, 2026
Merged

changelog fixes (#4149)#4150
akshaydeo merged 1 commit into
mainfrom
dev

Conversation

@akshaydeo

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@akshaydeo, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 1 hour, 59 minutes, and 22 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: c4cfac52-f24f-409e-a130-fc961a4aa4d9

📥 Commits

Reviewing files that changed from the base of the PR and between 1e1d75b and c9bb67e.

📒 Files selected for processing (3)
  • docs/changelogs/ent-v1.4.7.mdx
  • docs/changelogs/v1.5.11.mdx
  • transports/changelog.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Comment @coderabbitai help to get the list of available commands and usage tips.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@akshaydeo
akshaydeo merged commit fed6ab2 into main Jun 8, 2026
15 of 16 checks passed
@greptile-apps

greptile-apps Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 3/5

The <Warning>> tag in ent-v1.4.7.mdx is invalid JSX/MDX and will either break page rendering or display a stray > character; the misspelled endpoint path also gives users incorrect information about where the fix applies.

The malformed <Warning>> opening tag in ent-v1.4.7.mdx is a real defect that will affect how (or whether) the component renders in Mintlify, and the typo /virtua-key/quota points users to a non-existent endpoint. The other two files look fine, but these two errors in the same new Warning block need to be fixed before merging.

docs/changelogs/ent-v1.4.7.mdx — the new Warning block has a broken opening tag and a misspelled API path.

Important Files Changed

Filename Overview
docs/changelogs/ent-v1.4.7.mdx Adds a Warning block about a known v1.4.7 issue, but the opening tag is <Warning>> (double >) and the endpoint path is misspelled as /virtua-key/quota instead of /virtual-key/quota.
docs/changelogs/v1.5.11.mdx Adds an upgrade Warning, fixes a heading space, and wraps rollback sections in AccordionGroup/Accordion components — changes look correct.
transports/changelog.md Adds changelog entry for VK Budget Quota & Reload API fix; missing trailing newline.

Reviews (1): Last reviewed commit: "changelog fixes (#4149)" | Re-trigger Greptile

Comment on lines +14 to +16
<Warning>>
v1.4.7 has a known `/virtua-key/quota` issue which is fixed in v1.4.8.
</Warning>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 The opening tag has a stray > (<Warning>>), which is invalid JSX/MDX syntax. Mintlify will either fail to parse the component or render the literal > character as content inside the warning box instead of treating the tag correctly.

Suggested change
<Warning>>
v1.4.7 has a known `/virtua-key/quota` issue which is fixed in v1.4.8.
</Warning>
<Warning>
v1.4.7 has a known `/virtual-key/quota` issue which is fixed in v1.4.8.
</Warning>

akhsaul pushed a commit to akhsaul/bifrost that referenced this pull request Aug 27, 2026
occcat pushed a commit to occcat/bifrost that referenced this pull request Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants