Version Packages (beta)#3087
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Contributor
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 19:30
c9f67d0 to
fc81f45
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 21:31
f983d07 to
3069b49
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 22:22
b36a5ee to
706b6c4
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@workflow/cli@5.0.0-beta.37
Major Changes
62d570eThanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.Patch Changes
cfe7570,b406a04,fd05393,313a074,fc81f45,62d570e,62d570e,62d570e,62d570e,b610c46]:@workflow/core@5.0.0-beta.37
Major Changes
62d570eThanks @NathanColosimo! - Remove the retired step route runtime and make queue health checks target the combined flow handler.Patch Changes
#3069
fd05393Thanks @TooTallNate! - Fix a false "exceeded max retries" run failure: the retry-ceiling guard counted duplicatestep_startedevents written by invocations racing on the same pending batch as real attempts. The owned-recovery ceiling now counts only the owning message's own starts, and the background-step ceiling counts only bare (queue-delivered) starts.#3088
fc81f45Thanks @karthikscale3! - Stream writes dispatch the first chunk of an idle stream immediately (flush window default 0 instead of 10ms). Fast producers keep full batching via in-flight accumulation; setstreamFlushIntervalMs(World option) orWORKFLOW_STREAM_FLUSH_INTERVAL_MS(env, takes precedence) above 0 to opt into a windowed leading edge.#3078
b610c46Thanks @karthikscale3! - Stream write batching now lives in the server writable itself (group commit), so rawReadableStreams piped across workflow/step boundaries batch the same asgetWritable()instead of sending one request per chunk.Updated dependencies [
313a074,fc81f45,62d570e,62d570e,62d570e]:@workflow/utils@5.0.0-beta.7
Major Changes
62d570eThanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.@workflow/web-shared@5.0.0-beta.37
Major Changes
62d570eThanks @NathanColosimo! - Check only the combined workflow endpoint in the observability health check.Patch Changes
#3060
45a56a3Thanks @mitul-s! - Animate the new trace viewer's zoom controls consistently with span focus.Updated dependencies [
fd05393,fc81f45,62d570e,62d570e,62d570e,b610c46]:workflow@5.0.0-beta.37
Major Changes
62d570eThanks @NathanColosimo! - Remove the retired step route runtime and make queue health checks target the combined flow handler.Patch Changes
f11e9fe,fd05393,fc81f45,3069b49,62d570e,62d570e,b610c46]:@workflow/world@5.0.0-beta.23
Major Changes
62d570eThanks @NathanColosimo! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler.Patch Changes
fc81f45Thanks @karthikscale3! - Stream writes dispatch the first chunk of an idle stream immediately (flush window default 0 instead of 10ms). Fast producers keep full batching via in-flight accumulation; setstreamFlushIntervalMs(World option) orWORKFLOW_STREAM_FLUSH_INTERVAL_MS(env, takes precedence) above 0 to opt into a windowed leading edge.@workflow/world-local@5.0.0-beta.31
Major Changes
62d570eThanks @NathanColosimo! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler.Patch Changes
fc81f45,62d570e,62d570e,62d570e]:@workflow/world-postgres@5.0.0-beta.29
Major Changes
62d570eThanks @NathanColosimo! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler.Patch Changes
#3064
cdb3db4Thanks @joeyhotz! - On shutdown, abort stalled workflow and step HTTP deliveries after Graphile Worker's grace period so their Postgres job rows are unlocked through normal failure handling instead of waiting for stale-lock recovery; aborted deliveries still consume an attempt and retry only when budget remains. Add opt-in application-managed shutdown throughapplicationManagedShutdownorWORKFLOW_POSTGRES_APPLICATION_MANAGED_SHUTDOWN=1so applications can awaitworld.close()before closing their HTTP server and caller-owned pool.Updated dependencies [
fc81f45,62d570e,62d570e,62d570e]:@workflow/world-vercel@5.0.0-beta.33
Major Changes
62d570eThanks @NathanColosimo! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler.Patch Changes
#3062
313a074Thanks @karthikscale3! - AddWORKFLOW_DISABLE_ANALYTICS_READS=1to opt the world'sanalyticsread namespace off, forcingworkflow inspectlist paths onto strongly consistent primary storage. Intended for tests and tooling that read entities immediately after writing them, where the analytics store's asynchronous ingestion can return stale pages.Updated dependencies [
fc81f45,62d570e,62d570e]:@workflow/builders@5.0.0-beta.37
Minor Changes
cfe7570Thanks @VaguelySerious! - Add adiscoverWorkflowsInNodeModulesoption (andWORKFLOW_DISCOVER_NODE_MODULESenv var) to stop workflow discovery from descending intonode_modules, skipping the cost of scanning third-party dependencies for workflow/step/serde code.Patch Changes
#3052
b406a04Thanks @copilot-swe-agent! - Hoist theshouldFollowImportsFromFilecheck out ofprocessImportSpecifierso it is computed once per file instead of once per import specifier.#3061
62d570eThanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.Updated dependencies [
fd05393,313a074,fc81f45,62d570e,62d570e,62d570e,b610c46]:@workflow/astro@5.0.0-beta.37
Patch Changes
cfe7570,b406a04,62d570e]:@workflow/errors@5.0.0-beta.13
Patch Changes
#3061
62d570eThanks @NathanColosimo! - Remove the retired step route runtime and make queue health checks target the combined flow handler.Updated dependencies [
62d570e]:@workflow/nest@5.0.0-beta.37
Patch Changes
cfe7570,b406a04,62d570e]:@workflow/next@5.0.0-beta.37
Patch Changes
#3071
f11e9feThanks @TooTallNate! - UpdatenextdevDependency to 16.2.11 to address CVE-2026-64641#3085
3069b49Thanks @VaguelySerious! - Dev watcher now respects.gitignoreand aWORKFLOW_DEV_WATCH_IGNORED_PATHSenv var, avoidingEMFILE: too many open fileson large monorepos.#3061
62d570eThanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.Updated dependencies [
cfe7570,b406a04,fd05393,fc81f45,62d570e,62d570e,b610c46]:@workflow/nitro@5.0.0-beta.37
Patch Changes
#3061
62d570eThanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.Updated dependencies [
cfe7570,b406a04,fd05393,fc81f45,62d570e,62d570e,62d570e,b610c46]:@workflow/nuxt@5.0.0-beta.37
Patch Changes
cfe7570,b406a04,62d570e]:@workflow/rollup@5.0.0-beta.37
Patch Changes
cfe7570,b406a04,62d570e]:@workflow/sveltekit@5.0.0-beta.37
Patch Changes
cfe7570,b406a04,62d570e]:@workflow/vite@5.0.0-beta.37
Patch Changes
cfe7570,b406a04,62d570e]:@workflow/vitest@5.0.0-beta.37
Patch Changes
cfe7570,b406a04,fd05393,fc81f45,62d570e,62d570e,62d570e,b610c46]:@workflow/web@5.0.0-beta.37
Patch Changes
#3061
62d570eThanks @NathanColosimo! - Check only the combined workflow endpoint in the observability health check.Updated dependencies [
62d570e]:@workflow/world-testing@5.0.0-beta.37
Patch Changes
#3055
6670e08Thanks @VaguelySerious! - Fix flaky Local World tests caused by concurrent test servers sharing one data directory and re-enqueuing each other's in-flight runs on startup#3061
62d570eThanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.Updated dependencies [
fd05393,fc81f45,62d570e,62d570e,62d570e,b610c46]: