Releases: pgflow-dev/pgflow
Releases · pgflow-dev/pgflow
pgflow@0.11.0
Patch Changes
- Updated dependencies [0cb5500]
- @pgflow/core@0.11.0
@pgflow/edge-worker@0.11.0
@pgflow/dsl@0.11.0
@pgflow/dsl@0.11.0
@pgflow/core@0.11.0
Minor Changes
- 0cb5500: New compilation config with allowDataLoss option for rapid iteration platforms. Breaking: ensureCompiledOnStartup removed in favor of compilation option.
Patch Changes
- @pgflow/dsl@0.11.0
@pgflow/client@0.11.0
Patch Changes
- Updated dependencies [0cb5500]
- @pgflow/core@0.11.0
- @pgflow/dsl@0.11.0
pgflow@0.10.0
@pgflow/edge-worker@0.10.0
Minor Changes
- 90276ce: Add automatic worker restart via
ensure_workers()cron job that keeps edge functions running. Addworker_functionstable for tracking registered edge functions and their health status. Addstopped_atcolumn to workers table for graceful shutdown detection. IntegratetrackWorkerFunctionandmarkWorkerStoppedinto edge worker lifecycle for automatic registration and shutdown signaling.
Patch Changes
-
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.
-
e368e08: Major developer experience improvements with structured logging:
- Add verbose log level between info and debug for task outcomes
- Auto-detect local vs hosted environment for log format and level defaults
- Fancy formatter for local dev with colored icons, worker-prefixed lines, and flow/step paths
- Simple formatter for production with structured key=value output for log aggregators
- Display task duration, retry information with exponential backoff delay calculation
- Support NO_COLOR standard and EDGE_WORKER_LOG_LEVEL/EDGE_WORKER_LOG_FORMAT env vars
-
Updated dependencies [0b84bb0]
-
Updated dependencies [90276ce]
- @pgflow/core@0.10.0
- @pgflow/dsl@0.10.0
@pgflow/dsl@0.10.0
Patch Changes
- 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.
@pgflow/core@0.10.0
Minor Changes
- 90276ce: Add automatic worker restart via
ensure_workers()cron job that keeps edge functions running. Addworker_functionstable for tracking registered edge functions and their health status. Addstopped_atcolumn to workers table for graceful shutdown detection. IntegratetrackWorkerFunctionandmarkWorkerStoppedinto edge worker lifecycle for automatic registration and shutdown signaling.
Patch Changes
- 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.
- Updated dependencies [0b84bb0]
- @pgflow/dsl@0.10.0