Skip to content

docs: bump install snippets to published 0.4, fix unresolvable memcached/file pins (LAB-742) - #45

Merged
27Bslash6 merged 3 commits into
mainfrom
lab-742-docs-version-pins
Jul 24, 2026
Merged

docs: bump install snippets to published 0.4, fix unresolvable memcached/file pins (LAB-742)#45
27Bslash6 merged 3 commits into
mainfrom
lab-742-docs-version-pins

Conversation

@27Bslash6

@27Bslash6 27Bslash6 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

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).

  • Generic snippets said 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.
  • The Memcached/File sections (added in feat(backend): add Memcached and File backends (LAB-429) #44) said 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

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>
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 36 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 20752369-0409-4bb4-bef6-b635abb2996a

📥 Commits

Reviewing files that changed from the base of the PR and between 494d578 and 7aef39a.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch lab-742-docs-version-pins

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

@27Bslash6

Copy link
Copy Markdown
Contributor Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

27Bslash6 and others added 2 commits July 25, 2026 00:26
… 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)
@27Bslash6
27Bslash6 merged commit 43c6f42 into main Jul 24, 2026
9 checks passed
@27Bslash6
27Bslash6 deleted the lab-742-docs-version-pins branch July 24, 2026 14:39
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.

1 participant