Skip to content

Commit 793044d

Browse files
Version Packages
1 parent aabc0d3 commit 793044d

File tree

16 files changed

+76
-34
lines changed

16 files changed

+76
-34
lines changed

.changeset/auto-compile-on-startup.md

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

.changeset/structured-logging-dx.md

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

.changeset/worker-management.md

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

pkgs/cli/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0b84bb0]
8+
- Updated dependencies [90276ce]
9+
- @pgflow/core@0.10.0
10+
311
## 0.9.1
412

513
### 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.9.1",
3+
"version": "0.10.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/client/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0b84bb0]
8+
- Updated dependencies [90276ce]
9+
- @pgflow/core@0.10.0
10+
- @pgflow/dsl@0.10.0
11+
312
## 0.9.1
413

514
### 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.9.1",
3+
"version": "0.10.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"scripts": {

pkgs/core/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 90276ce: Add automatic worker restart via `ensure_workers()` cron job that keeps edge functions running. Add `worker_functions` table for tracking registered edge functions and their health status. Add `stopped_at` column to workers table for graceful shutdown detection. Integrate `trackWorkerFunction` and `markWorkerStopped` into edge worker lifecycle for automatic registration and shutdown signaling.
8+
9+
### Patch Changes
10+
11+
- 0b84bb0: Add automatic flow compilation at worker startup. Workers now call ensure_flow_compiled to verify flows are up-to-date. In development, mismatched flows are recompiled automatically. In production, mismatches cause errors. Use ensureCompiledOnStartup: false to opt-out.
12+
- Updated dependencies [0b84bb0]
13+
- @pgflow/dsl@0.10.0
14+
315
## 0.9.1
416

517
### 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.9.1",
3+
"version": "0.10.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

pkgs/dsl/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Patch Changes
6+
7+
- 0b84bb0: Add automatic flow compilation at worker startup. Workers now call ensure_flow_compiled to verify flows are up-to-date. In development, mismatched flows are recompiled automatically. In production, mismatches cause errors. Use ensureCompiledOnStartup: false to opt-out.
8+
39
## 0.9.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)