docs: bump install snippets to published 0.4, fix unresolvable memcached/file pins (LAB-742) - #45
Conversation
The generic install snippets said 0.2 — caret semver resolves that to 0.2.x, two minors behind the just-published 0.4.0 (no interop, no lock parity). The Memcached/File sections (#44) said 0.4, but those backends are not in 0.4.0 — they ship with the queued 0.5.0 release, and a 0.4 pin would never resolve their features. (LAB-742) Co-authored-by: multica-agent <github@multica.ai>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 36 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: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
… uniform floor 0.5.0 (Memcached/File + lock parity) landed on crates.io via release PR Co-authored-by: multica-agent <github@multica.ai> #40; a 0.4 caret pin would hold readers one minor behind it. (LAB-742)
What
Docs-only, part of the LAB-742 docs pass. Fixes stale/wrong version pins in the README install snippets — now uniformly
"0.5", matching the version published to crates.io today (release PR #40).cachekit-rs = "0.2"— caret semver resolves that to 0.2.x: no interop/v1 keys, no Workers lock/TTL parity, three minors behind the registry.version = "0.4", but those backends don't exist in 0.4.0 — that pin could never resolve their features. With 0.5.0 published,"0.5"is correct and installable everywhere.The README is the crate's registry landing page; these snippets are the first thing a new consumer copies.
LAB-742