Version Packages - #681
Open
jumski wants to merge 1 commit into
Open
Version Packages#681jumski wants to merge 1 commit into
jumski wants to merge 1 commit into
Conversation
|
View your CI Pipeline Execution ↗ for commit 87e72f7
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
jumski
force-pushed
the
changeset-release/main
branch
from
September 14, 2026 14:22
ee1da18 to
87e72f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
pgflow@0.17.0
Minor Changes
01147fe: Persist physical queue identity on steps and tasks. A queued task's message identity is now
(queue_name, message_id), notmessage_idalone, preparing pgflow for private per-step queues while keeping one-flow/one-queue behavior.pgflow.stepsandpgflow.step_tasksgain a canonical lowercasequeue_name(snapshot at task creation),(queue_name, message_id)is unique per queue, and two flows can no longer share a normalized default queue. Breaking:pgflow.start_tasks()now requires thequeue_nameargument - the queue's canonical identity,lower(flow_slug)today - and the released three-argument form and the NULL default are gone, andstartTasks()onIPgflowClient/PgflowSqlClientrequires the queue argument as well. pgflow's own workers poll and claim through that canonical name; custom callers must pass it explicitly. There is no mixed-version rolling upgrade: stop and drain workers, pause producers and definition/maintenance/recovery writers, apply the transactional migration through Supabase's migration runner against the production database (--linkedor--db-url, not the local default), replace the optionalprune_data_older_than()helper, then deploy matching packages and workers together, restoring the exact workerenabledstates recorded before the window (see the 0.17.0 upgrade guide). Message ids are exact decimal strings at the JavaScript boundary. Existing mixed-case queue names keep working through their original pgmq spelling - PGMQ's public message API normalizes names, so no message or queue migration is needed.Patch Changes
@pgflow/client@0.17.0
Minor Changes
01147fe: Persist physical queue identity on steps and tasks. A queued task's message identity is now
(queue_name, message_id), notmessage_idalone, preparing pgflow for private per-step queues while keeping one-flow/one-queue behavior.pgflow.stepsandpgflow.step_tasksgain a canonical lowercasequeue_name(snapshot at task creation),(queue_name, message_id)is unique per queue, and two flows can no longer share a normalized default queue. Breaking:pgflow.start_tasks()now requires thequeue_nameargument - the queue's canonical identity,lower(flow_slug)today - and the released three-argument form and the NULL default are gone, andstartTasks()onIPgflowClient/PgflowSqlClientrequires the queue argument as well. pgflow's own workers poll and claim through that canonical name; custom callers must pass it explicitly. There is no mixed-version rolling upgrade: stop and drain workers, pause producers and definition/maintenance/recovery writers, apply the transactional migration through Supabase's migration runner against the production database (--linkedor--db-url, not the local default), replace the optionalprune_data_older_than()helper, then deploy matching packages and workers together, restoring the exact workerenabledstates recorded before the window (see the 0.17.0 upgrade guide). Message ids are exact decimal strings at the JavaScript boundary. Existing mixed-case queue names keep working through their original pgmq spelling - PGMQ's public message API normalizes names, so no message or queue migration is needed.Patch Changes
@pgflow/core@0.17.0
Minor Changes
01147fe: Persist physical queue identity on steps and tasks. A queued task's message identity is now
(queue_name, message_id), notmessage_idalone, preparing pgflow for private per-step queues while keeping one-flow/one-queue behavior.pgflow.stepsandpgflow.step_tasksgain a canonical lowercasequeue_name(snapshot at task creation),(queue_name, message_id)is unique per queue, and two flows can no longer share a normalized default queue. Breaking:pgflow.start_tasks()now requires thequeue_nameargument - the queue's canonical identity,lower(flow_slug)today - and the released three-argument form and the NULL default are gone, andstartTasks()onIPgflowClient/PgflowSqlClientrequires the queue argument as well. pgflow's own workers poll and claim through that canonical name; custom callers must pass it explicitly. There is no mixed-version rolling upgrade: stop and drain workers, pause producers and definition/maintenance/recovery writers, apply the transactional migration through Supabase's migration runner against the production database (--linkedor--db-url, not the local default), replace the optionalprune_data_older_than()helper, then deploy matching packages and workers together, restoring the exact workerenabledstates recorded before the window (see the 0.17.0 upgrade guide). Message ids are exact decimal strings at the JavaScript boundary. Existing mixed-case queue names keep working through their original pgmq spelling - PGMQ's public message API normalizes names, so no message or queue migration is needed.Patch Changes
@pgflow/dsl@0.17.0
Minor Changes
01147fe: Persist physical queue identity on steps and tasks. A queued task's message identity is now
(queue_name, message_id), notmessage_idalone, preparing pgflow for private per-step queues while keeping one-flow/one-queue behavior.pgflow.stepsandpgflow.step_tasksgain a canonical lowercasequeue_name(snapshot at task creation),(queue_name, message_id)is unique per queue, and two flows can no longer share a normalized default queue. Breaking:pgflow.start_tasks()now requires thequeue_nameargument - the queue's canonical identity,lower(flow_slug)today - and the released three-argument form and the NULL default are gone, andstartTasks()onIPgflowClient/PgflowSqlClientrequires the queue argument as well. pgflow's own workers poll and claim through that canonical name; custom callers must pass it explicitly. There is no mixed-version rolling upgrade: stop and drain workers, pause producers and definition/maintenance/recovery writers, apply the transactional migration through Supabase's migration runner against the production database (--linkedor--db-url, not the local default), replace the optionalprune_data_older_than()helper, then deploy matching packages and workers together, restoring the exact workerenabledstates recorded before the window (see the 0.17.0 upgrade guide). Message ids are exact decimal strings at the JavaScript boundary. Existing mixed-case queue names keep working through their original pgmq spelling - PGMQ's public message API normalizes names, so no message or queue migration is needed.@pgflow/edge-worker@0.17.0
Minor Changes
01147fe: Persist physical queue identity on steps and tasks. A queued task's message identity is now
(queue_name, message_id), notmessage_idalone, preparing pgflow for private per-step queues while keeping one-flow/one-queue behavior.pgflow.stepsandpgflow.step_tasksgain a canonical lowercasequeue_name(snapshot at task creation),(queue_name, message_id)is unique per queue, and two flows can no longer share a normalized default queue. Breaking:pgflow.start_tasks()now requires thequeue_nameargument - the queue's canonical identity,lower(flow_slug)today - and the released three-argument form and the NULL default are gone, andstartTasks()onIPgflowClient/PgflowSqlClientrequires the queue argument as well. pgflow's own workers poll and claim through that canonical name; custom callers must pass it explicitly. There is no mixed-version rolling upgrade: stop and drain workers, pause producers and definition/maintenance/recovery writers, apply the transactional migration through Supabase's migration runner against the production database (--linkedor--db-url, not the local default), replace the optionalprune_data_older_than()helper, then deploy matching packages and workers together, restoring the exact workerenabledstates recorded before the window (see the 0.17.0 upgrade guide). Message ids are exact decimal strings at the JavaScript boundary. Existing mixed-case queue names keep working through their original pgmq spelling - PGMQ's public message API normalizes names, so no message or queue migration is needed.Patch Changes