chore: bump utopia-php/cache to 2.0.0#876
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ 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 |
Greptile SummaryBumps
Confidence Score: 5/5This is a straightforward dependency bump with no source-code changes; the new cache major version keeps the same public API used by this repo. The only changed files are No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "chore: use caret constraint ^2.0 for uto..." | Re-trigger Greptile |
|
No critical/warning findings. |
|
No critical/warning findings. |
What
Bumps
utopia-php/cachefrom1.*to2.*, resolving to2.0.0.Why
utopia-php/cache2.0.0 (release notes) adds theCircuitBreakeradapter and aFeature\Telemetrycontract. The major bump is driven by:>=8.0to>=8.2(this repo already requires>=8.4, so no change needed here).utopia-php/circuit-breaker: 0.3.*.No source-level API was broken —
Cache,Adapter\None, andAdapter\Redis(the symbols used by this repo) keep the same signatures.Changes
composer.json:utopia-php/cache: "1.*"→"2.*".composer.lock: regenerated; pulls inutopia-php/circuit-breaker 0.3.0as a transitive.Test plan
Utopia\Cache\Feature\TelemetryorUtopia\Cache\Adapter\CircuitBreaker(additive APIs), so no source changes required.