-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hi there!
I just ran into #3508 which was fixed in #3509. Based on the commit, this was merged on July 10th, a couple weeks after the last release (3.10.1) of pg-pool (June 18th, according to NPM)
Current main does seem to include API changes unfortunately, so I'm not sure what the best strategy is, and if this package follows semver.
The above commit is the only other change I can see (to pg-pool), though, so there's potential to release a version 3.10.2 that just cherry-picks 01fadd9.
Is there a timeline to release a version of pg-pool with the fix? For now, we'll hopefully just not run into this, and maybe set the min a bit higher to reduce the chances of a cold-start with slightly bursty load, but it would be cool to have a fix.
Thanks!
-- Moritz