Skip to content

Releases: pgflow-dev/pgflow

[email protected]

07 Jan 22:23
b09543c

Choose a tag to compare

Patch Changes

[email protected]

07 Jan 11:42
f6c8f9c

Choose a tag to compare

Patch Changes

@pgflow/[email protected]

07 Jan 22:23
b09543c

Choose a tag to compare

Patch Changes

  • 199fbe1: Note: Version 0.13.0 was yanked due to broken local environment detection. This release (0.13.1) includes both the fix and the features from 0.13.0.

    • Fix local environment detection to use SUPABASE_URL instead of API keys
    • Add step output storage optimization for 2x faster Map chains (outputs now stored in step_states.output instead of aggregated on-demand)
  • Updated dependencies [199fbe1]

@pgflow/[email protected]

07 Jan 11:42
f6c8f9c

Choose a tag to compare

Patch Changes

@pgflow/[email protected]

07 Jan 22:23
b09543c

Choose a tag to compare

@pgflow/[email protected]

07 Jan 11:42
f6c8f9c

Choose a tag to compare

@pgflow/[email protected]

07 Jan 22:23
b09543c

Choose a tag to compare

Patch Changes

  • 199fbe1: Note: Version 0.13.0 was yanked due to broken local environment detection. This release (0.13.1) includes both the fix and the features from 0.13.0.

    • Fix local environment detection to use SUPABASE_URL instead of API keys
    • Add step output storage optimization for 2x faster Map chains (outputs now stored in step_states.output instead of aggregated on-demand)
    • @pgflow/[email protected]

@pgflow/[email protected]

07 Jan 11:42
f6c8f9c

Choose a tag to compare

Minor Changes

  • 05738ed: Performance: Store step outputs atomically for 2x faster downstream task startup

    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.

Patch Changes

@pgflow/[email protected]

07 Jan 22:23
b09543c

Choose a tag to compare

Patch Changes

@pgflow/[email protected]

07 Jan 11:42
f6c8f9c

Choose a tag to compare

Patch Changes