Replies: 1 comment
-
|
This has now been resolved with https://github.com/supabase/postgres/releases/tag/17.6.1.021 and we'll update our docs asap where needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We recently rolled out a change that updates pgmq version from 1.4.4 to 1.5.1 for new projects created with release version https://github.com/supabase/postgres/releases/tag/17.6.1.016 and newer.
There is a potential breaking change for users of the
delayparameter as discussed here https://github.com/pgmq/pgmq/releases/tag/v1.5.0 for versions 1.5.0 and newerHowever, there is a temporary issue with upgrade of existing projects with just the pgmq extension. At the moment if you trigger an upgrade, your pgmq extension will remain on version 1.4.4 until we fix this upgrade issue. We'll report back here when this is fixed. It will likely be fixed by an upstream contribution or fix of the extension itself, and a release of a version newer than 1.5.1
Again, once this issue is resolved we'll update this changelog issue, although users should still be aware of the potential breaking change
Beta Was this translation helpful? Give feedback.
All reactions