Skip to content

Commit de1b897

Browse files
Version Packages (#399)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ddce5c5 commit de1b897

File tree

14 files changed

+102
-29
lines changed

14 files changed

+102
-29
lines changed

.changeset/modernize-dependencies-0-8-0.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

pkgs/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# pgflow
22

3+
## 0.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7380237]
8+
- @pgflow/core@0.8.0
9+
310
## 0.7.3
411

512
### Patch Changes

pkgs/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgflow",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/client/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @pgflow/client
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 7380237: BREAKING CHANGE: pgflow 0.8.0 requires pgmq 1.5.0+, PostgreSQL 17, and Supabase CLI 2.34.3+
8+
9+
This version modernizes infrastructure dependencies and will NOT work with pgmq 1.4.x or earlier. The migration includes a compatibility check that aborts with a clear error message if requirements are not met.
10+
11+
**Requirements:**
12+
13+
- pgmq 1.5.0 or higher (previously supported 1.4.x)
14+
- PostgreSQL 17 (from 15)
15+
- Supabase CLI 2.34.3 or higher (includes pgmq 1.5.0+)
16+
17+
**For Supabase users:** Upgrade your Supabase CLI to 2.34.3+ which includes pgmq 1.5.0 by default.
18+
19+
**For self-hosted users:** Upgrade pgmq to 1.5.0+ and PostgreSQL to 17 before upgrading pgflow.
20+
21+
**If you cannot upgrade immediately:** Stay on pgflow 0.7.x until your infrastructure is ready. The migration safety check ensures you cannot accidentally upgrade to an incompatible version.
22+
23+
### Patch Changes
24+
25+
- Updated dependencies [7380237]
26+
- @pgflow/core@0.8.0
27+
- @pgflow/dsl@0.8.0
28+
329
## 0.7.3
430

531
### Patch Changes

pkgs/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/client",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"scripts": {

pkgs/core/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @pgflow/core
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 7380237: BREAKING CHANGE: pgflow 0.8.0 requires pgmq 1.5.0+, PostgreSQL 17, and Supabase CLI 2.34.3+
8+
9+
This version modernizes infrastructure dependencies and will NOT work with pgmq 1.4.x or earlier. The migration includes a compatibility check that aborts with a clear error message if requirements are not met.
10+
11+
**Requirements:**
12+
13+
- pgmq 1.5.0 or higher (previously supported 1.4.x)
14+
- PostgreSQL 17 (from 15)
15+
- Supabase CLI 2.34.3 or higher (includes pgmq 1.5.0+)
16+
17+
**For Supabase users:** Upgrade your Supabase CLI to 2.34.3+ which includes pgmq 1.5.0 by default.
18+
19+
**For self-hosted users:** Upgrade pgmq to 1.5.0+ and PostgreSQL to 17 before upgrading pgflow.
20+
21+
**If you cannot upgrade immediately:** Stay on pgflow 0.7.x until your infrastructure is ready. The migration safety check ensures you cannot accidentally upgrade to an incompatible version.
22+
23+
### Patch Changes
24+
25+
- @pgflow/dsl@0.8.0
26+
327
## 0.7.3
428

529
### Patch Changes

pkgs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/core",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/dsl/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @pgflow/dsl
22

3+
## 0.8.0
4+
35
## 0.7.3
46

57
## 0.7.2

pkgs/dsl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/dsl",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/edge-worker/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @pgflow/edge-worker
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 7380237: BREAKING CHANGE: pgflow 0.8.0 requires pgmq 1.5.0+, PostgreSQL 17, and Supabase CLI 2.34.3+
8+
9+
This version modernizes infrastructure dependencies and will NOT work with pgmq 1.4.x or earlier. The migration includes a compatibility check that aborts with a clear error message if requirements are not met.
10+
11+
**Requirements:**
12+
13+
- pgmq 1.5.0 or higher (previously supported 1.4.x)
14+
- PostgreSQL 17 (from 15)
15+
- Supabase CLI 2.34.3 or higher (includes pgmq 1.5.0+)
16+
17+
**For Supabase users:** Upgrade your Supabase CLI to 2.34.3+ which includes pgmq 1.5.0 by default.
18+
19+
**For self-hosted users:** Upgrade pgmq to 1.5.0+ and PostgreSQL to 17 before upgrading pgflow.
20+
21+
**If you cannot upgrade immediately:** Stay on pgflow 0.7.x until your infrastructure is ready. The migration safety check ensures you cannot accidentally upgrade to an incompatible version.
22+
23+
### Patch Changes
24+
25+
- Updated dependencies [7380237]
26+
- @pgflow/core@0.8.0
27+
- @pgflow/dsl@0.8.0
28+
329
## 0.7.3
430

531
### Patch Changes

0 commit comments

Comments
 (0)