You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
⚠️⚠️⚠️⚠️⚠️⚠️
main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.
#77649f650c Thanks @Timer! - Fix race condition where step would stay pending forever if process crashed between database write and queue write
#67839e5774 Thanks @TooTallNate! - Fix stream serialization to resolve when user releases lock instead of waiting for stream to close. This prevents Vercel functions from hanging when users incrementally write to streams within steps (e.g., await writer.write(data); writer.releaseLock()). Uses a polling approach to detect when the stream lock is released and all pending writes are flushed.
The reason will be displayed to describe this comment to others. Learn more.
🔧 Build Fix:
Property 'omit' does not exist on the ZodType returned from a Zod schema. This is a TypeScript compilation error indicating that the code is trying to call a method that doesn't exist on the Zod type.
The reason will be displayed to describe this comment to others. Learn more.
🔧 Build Fix:
The property omit does not exist on the Zod type Hook. This is a TypeScript compilation error where a method is being called that doesn't exist on the type.
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
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/[email protected]
Patch Changes
@workflow/[email protected]
Patch Changes
@workflow/[email protected]
Patch Changes
61fdb41,3dd5b27,49f650c,39e5774]:@workflow/[email protected]
Patch Changes
#765
44dfafeThanks @VaguelySerious! - Read .env and .env.local files on startupUpdated dependencies [
adb9312,61fdb41,61fdb41,3dd5b27,0aa835f,49f650c,39e5774]:@workflow/[email protected]
Patch Changes
#743
61fdb41Thanks @TooTallNate! - Add queue-based health check feature#773
3dd5b27Thanks @TooTallNate! - MakeresumeHook()accept aHookobject or string#776
49f650cThanks @Timer! - Fix race condition where step would stay pending forever if process crashed between database write and queue write#678
39e5774Thanks @TooTallNate! - Fix stream serialization to resolve when user releases lock instead of waiting for stream to close. This prevents Vercel functions from hanging when users incrementally write to streams within steps (e.g.,await writer.write(data); writer.releaseLock()). Uses a polling approach to detect when the stream lock is released and all pending writes are flushed.Updated dependencies [
61fdb41,0aa835f]:@workflow/[email protected]
Patch Changes
61fdb41,3dd5b27,49f650c,39e5774]:@workflow/[email protected]
Patch Changes
61fdb41,3dd5b27,49f650c,39e5774]:@workflow/[email protected]
Patch Changes
@workflow/[email protected]
Patch Changes
@workflow/[email protected]
Patch Changes
adb9312Thanks @VaguelySerious! - Tidy up wake-up and re-enqueue controls@workflow/[email protected]
Patch Changes
61fdb41,61fdb41,3dd5b27,0aa835f,49f650c,39e5774]:[email protected]
Patch Changes
61fdb41,3dd5b27,44dfafe,49f650c,39e5774]:@workflow/[email protected]
Patch Changes
#743
61fdb41Thanks @TooTallNate! - AddHealthCheckPayloadSchema#772
0aa835fThanks @TooTallNate! - Add typedoc comments toHookinterface@workflow/[email protected]
Patch Changes
61fdb41,0aa835f]:@workflow/[email protected]
Patch Changes
61fdb41,0aa835f]:@workflow/[email protected]
Patch Changes
61fdb41,0aa835f,44dfafe]:@workflow/[email protected]
Patch Changes
61fdb41,0aa835f]:@workflow/[email protected]
Patch Changes
61fdb41,3dd5b27,49f650c,39e5774]: