chore: release v0.106.0#2111
Conversation
|
Warning Review limit reached
Next review available in: 45 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
✨ 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 |
There was a problem hiding this comment.
QA panel review — PASS
code-review-structural · head 19637031a75f · formal
[review-synthesizer completed: workflow code-review-structural:report]
The overall risk of this change is low, as the structural analysis pass flagged several dependency issues that were subsequently refuted by the verifier. No correctness or security defects were identified. The primary point of disagreement was the current state of PyPI versioning for LangChain, which the verifier resolved in favor of the PR's constraints. Verification resulted in the removal of all reported findings.
Gaps: The structural pass was performed but all its findings were refuted.
[]
Automated version bump to
v0.106.0. Review + merge through the normal CI/review gate, then push the tag to cut the release:git checkout main && git pull && git tag -a v0.106.0 -m 'Release v0.106.0' && git push origin v0.106.0. The tag push triggers release.yml (Docker tags + GitHub Release + Discord) — don't also workflow_dispatch release.yml afterward (redundant; 422s on the duplicate).