Skip to content

Commit f6c8f9c

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

File tree

13 files changed

+46
-20
lines changed

13 files changed

+46
-20
lines changed

.changeset/step-output-storage.md

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

.changeset/support-supabase-opaque-keys.md

Lines changed: 0 additions & 5 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.13.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [05738ed]
8+
- @pgflow/core@0.13.0
9+
310
## 0.12.0
411

512
### Minor 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.12.0",
3+
"version": "0.13.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/client/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [05738ed]
8+
- @pgflow/core@0.13.0
9+
- @pgflow/dsl@0.13.0
10+
311
## 0.12.0
412

513
### Minor 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.12.0",
3+
"version": "0.13.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

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.13.0
4+
5+
### Minor Changes
6+
7+
- 05738ed: Performance: Store step outputs atomically for 2x faster downstream task startup
8+
9+
Step outputs are now stored in step_states.output when steps complete, eliminating expensive aggregation queries. Benchmarks show 2.17x improvement for Map->Map chains. Includes data migration to backfill existing completed steps.
10+
11+
### Patch Changes
12+
13+
- @pgflow/dsl@0.13.0
14+
315
## 0.12.0
416

517
### Minor 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.12.0",
3+
"version": "0.13.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

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.13.0
4+
35
## 0.12.0
46

57
### Minor Changes

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.12.0",
3+
"version": "0.13.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)