Skip to content

chore: bump utopia-php/cache to 2.0.0#876

Merged
loks0n merged 2 commits into
mainfrom
chore/bump-cache-2.0.0
May 12, 2026
Merged

chore: bump utopia-php/cache to 2.0.0#876
loks0n merged 2 commits into
mainfrom
chore/bump-cache-2.0.0

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

What

Bumps utopia-php/cache from 1.* to 2.*, resolving to 2.0.0.

Why

utopia-php/cache 2.0.0 (release notes) adds the CircuitBreaker adapter and a Feature\Telemetry contract. The major bump is driven by:

  • PHP floor raised from >=8.0 to >=8.2 (this repo already requires >=8.4, so no change needed here).
  • New required runtime dependency on utopia-php/circuit-breaker: 0.3.*.

No source-level API was broken — Cache, Adapter\None, and Adapter\Redis (the symbols used by this repo) keep the same signatures.

Changes

  • composer.json: utopia-php/cache: "1.*""2.*".
  • composer.lock: regenerated; pulls in utopia-php/circuit-breaker 0.3.0 as a transitive.

Test plan

  • CI passes on PHP 8.4.
  • No call sites use Utopia\Cache\Feature\Telemetry or Utopia\Cache\Adapter\CircuitBreaker (additive APIs), so no source changes required.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

Warning

Rate limit exceeded

@ChiragAgg5k has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 12 minutes and 42 seconds before requesting another review.

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

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 54dee365-1ef6-490a-826f-b5dd19a2f525

📥 Commits

Reviewing files that changed from the base of the PR and between eb35e68 and 79e9304.

⛔ Files ignored due to path filters (1)
  • composer.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • composer.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-cache-2.0.0

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.

❤️ Share

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

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 12, 2026

Greptile Summary

Bumps utopia-php/cache from 1.0.1 to 2.0.0, pulling in utopia-php/circuit-breaker 0.3.0 as a new transitive dependency, and incidentally advancing several Symfony contracts packages from 3.6.x to 3.7.x.

  • composer.json: version constraint updated from \"1.*\" to \"^2.0\" (note: the PR description mentions \"2.*\", but the actual committed constraint is \"^2.0\" — these are functionally equivalent ranges).
  • composer.lock: utopia-php/cache pinned to 2.0.0; new entry added for utopia-php/circuit-breaker 0.3.0 (PHP-only, no additional transitive deps); Symfony contracts bumped to 3.7.0 as a side effect; Composer plugin-api-version updated from 2.6.0 to 2.9.0, changing stability-flags and platform-dev from arrays to objects.
  • No source-level API changes are required — Cache, Adapter\\None, and Adapter\\Redis retain the same signatures in 2.0.0.

Confidence Score: 5/5

This 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 composer.json and composer.lock. The upstream library's public API (Cache, Adapter\None, Adapter\Redis) is unchanged, the new transitive dependency (utopia-php/circuit-breaker) has no runtime deps of its own, and the PHP floor remains well within this repo's >=8.4 requirement.

No files require special attention.

Important Files Changed

Filename Overview
composer.json Bumps utopia-php/cache constraint from "1.*" to "^2.0"; no other runtime dependencies changed.
composer.lock Regenerated lock: utopia-php/cache 1.0.1 → 2.0.0, adds transitive dep utopia-php/circuit-breaker 0.3.0, bumps several Symfony contracts from 3.6.x to 3.7.x, and updates Composer plugin-api-version metadata from 2.6.0 to 2.9.0.

Reviews (2): Last reviewed commit: "chore: use caret constraint ^2.0 for uto..." | Re-trigger Greptile

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 12, 2026

No critical/warning findings.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 12, 2026

No critical/warning findings.

@loks0n loks0n merged commit 3391c97 into main May 12, 2026
45 of 46 checks passed
@loks0n loks0n deleted the chore/bump-cache-2.0.0 branch May 12, 2026 12:52
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