Skip to content

Commit b59c014

Browse files
committed
docs: add Deno 2.1.x requirement to pgflow 0.8.0 release notes (#400)
# Add Deno 2.1.x requirement to pgflow 0.8.0 documentation This PR updates the pgflow 0.8.0 release documentation to include Deno 2.1.x as a new dependency requirement. The changes: - Add Deno 2.1.x or higher as the fourth breaking dependency change in the list - Include a new "Check Your Deno Version" section with instructions on how to verify the Deno version - Add a reference to the Deno installation guide for users who need to upgrade This ensures users are aware of all requirements before upgrading to pgflow 0.8.0.
1 parent de1b897 commit b59c014

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pkgs/website/src/content/docs/news/pgflow-0-8-0-modernizing-dependencies-pgmq-1-5-0-and-postgresql-17.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pgflow 0.8.0 introduces breaking dependency changes:
3030
1. **pgmq version**: Now requires 1.5.0 or higher (previously supported 1.4.x)
3131
2. **PostgreSQL version**: Upgrades to PostgreSQL 17 (from 15)
3232
3. **Supabase CLI**: Requires version 2.34.3 or higher (includes pgmq 1.5.0+)
33+
4. **Deno version**: Now requires 2.1.x or higher (previously 1.45.x)
3334

3435
The migration will fail safely if these requirements are not met - no partial upgrades or corrupted state.
3536

@@ -51,6 +52,16 @@ SELECT extversion FROM pg_extension WHERE extname = 'pgmq';
5152

5253
You need version 1.5.0 or higher to upgrade to pgflow 0.8.0.
5354

55+
### Check Your Deno Version
56+
57+
Verify your Deno installation meets the minimum requirement:
58+
59+
```bash frame="none"
60+
deno --version
61+
```
62+
63+
You need Deno 2.1.x or higher (previously 1.45.x). If you need to upgrade, see the [Deno installation guide](https://docs.deno.com/runtime/getting_started/installation/).
64+
5465
### Compatibility Check Built-In
5566

5667
The migration includes a pre-check that inspects the pgmq schema before making any changes. If pgmq 1.5.0 is not detected, the migration aborts with this error:

0 commit comments

Comments
 (0)