You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking changes
utopia-php/pools is now 2.* and utopia-php/cache is now ^4.0.0.
Database\Adapter\Pool::__construct() takes a Utopia\Pools\Pool in its public signature, so callers must construct a pools 2 pool: timeout is a required constructor argument, the setRetry* / setReconnect* / setTelemetry setters are gone, and Connection is final readonly. See the pools upgrade guide.
The database API itself is unchanged — the adapter only ever calls $pool->use().
What's Changed
chore(deps)!: upgrade to utopia-php/pools 2.x by @loks0n in #928