Skip to content

Commit 1a6ac18

Browse files
claudearclaude
andcommitted
Update utopia-php/pools to include pool exhaustion resilience fix
Bump utopia-php/pools from 0.8.x to dev-main (pending 1.x release) which includes the fix from utopia-php/pools#29: retry on connection creation failure instead of immediately throwing, and improved diagnostic error messages with active/idle counts. Also bump utopia-php/cache from 0.13.x to 1.x for pools 1.x compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b7720d7 commit 1a6ac18

2 files changed

Lines changed: 63 additions & 49 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"ext-mongodb": "*",
3939
"ext-mbstring": "*",
4040
"utopia-php/framework": "0.33.*",
41-
"utopia-php/cache": "0.13.*",
42-
"utopia-php/pools": "0.8.*",
41+
"utopia-php/cache": "1.*",
42+
"utopia-php/pools": "dev-main#8bb77d46 as 1.0.99",
4343
"utopia-php/mongo": "0.11.*"
4444
},
4545
"require-dev": {

composer.lock

Lines changed: 61 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)