Version Packages (beta)#340
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 17, 2026 17:07
ea4bb93 to
c43e721
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 19, 2026 20:21
9e3825c to
fc6a265
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 20, 2026 18:49
8322a96 to
9d2a926
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 23, 2026 16:21
253b141 to
a490f58
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 24, 2026 14:18
0d23250 to
503a929
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 26, 2026 09:35
c875ba4 to
c58cae6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 26, 2026 18:41
050f484 to
8633ebb
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 27, 2026 04:20
974eac2 to
b0d0561
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 28, 2026 10:50
3c8356c to
234412a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 29, 2026 02:41
6278396 to
55e1765
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 2, 2026 22:39
be0cb86 to
7994629
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 4, 2026 22:23
7aac31d to
b8a337c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 5, 2026 21:56
c2713b6 to
ddc8a79
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 6, 2026 20:17
a9dafb2 to
d674d6f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 7, 2026 16:10
5e0ca84 to
a51910b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 04:18
5d22311 to
5b448ce
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 22:17
6a4bbb2 to
3ae0ae2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 10, 2026 21:46
04e3465 to
bb6ff9a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 13, 2026 19:34
9277095 to
8262c2d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 14, 2026 17:55
3fc0b05 to
011d482
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]: