-
Notifications
You must be signed in to change notification settings - Fork 100
Version Packages (beta) #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
37a04e2 to
2ce2024
Compare
2ce2024 to
a6db35b
Compare
9558cee to
e41f36f
Compare
e41f36f to
dc20e45
Compare
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/world-local@5.0.0-beta.8
Major Changes
aa015af: BREAKING: Change
createEmbeddedWorldAPI signature from positional parameters to config object. Add baseUrl configuration support.Breaking change:
createEmbeddedWorld(dataDir?, port?)→createEmbeddedWorld(args?: Partial<Config>)New features:
baseUrlconfig option for HTTPS and custom hostnames (via config orWORKFLOW_EMBEDDED_BASE_URLenv var)Patch Changes
@workflow/ai@4.0.1-beta.14
Patch Changes
modelas a step function initializertoolsoptional in DurableAgent@workflow/builders@4.0.1-beta.10
Patch Changes
@workflow/cli@4.0.1-beta.14
Patch Changes
@workflow/core@4.0.1-beta.12
Patch Changes
5eb588a: Remove step function identifier transform out of swc-plugin and into
useStep()runtime function00b0bb9: Implement the world's structured error interface
85ce8e0: add waitUntil wrapping for toplevel commands for transaction-like behavior
when deployed on Vercel or other serverless providers, we must signal that we need to wait until operations are done before the function can halt the request.
This means that we can't rely on discrete operations (like Queue.queue or Storage calls), and instead wrap the entire
startfunction (which calls multiple discrete operations) in a singleawait waitUntilcall.b97b6bf: Lock all dependencies in our packages
f8e5d10: Support serializing step function references
6be03f3: Use "stepId" instead of
Symbol.for("STEP_FUNCTION_NAME_SYMBOL")for annotating step functionsf07b2da: Transform step functions to single
useStep()callsUpdated dependencies [aa015af]
Updated dependencies [00b0bb9]
Updated dependencies [b97b6bf]
Updated dependencies [00b0bb9]
Updated dependencies [00b0bb9]
Updated dependencies [00b0bb9]
Updated dependencies [79480f2]
@workflow/errors@4.0.1-beta.5
Patch Changes
@workflow/next@4.0.1-beta.14
Patch Changes
@workflow/nitro@4.0.1-beta.14
Patch Changes
@workflow/nuxt@4.0.1-beta.3
Patch Changes
@workflow/sveltekit@4.0.0-beta.8
Patch Changes
@workflow/swc-plugin@4.0.1-beta.6
Patch Changes
useStep()runtime functionuseStep()calls@workflow/utils@4.0.1-beta.3
Patch Changes
@workflow/web@4.0.1-beta.11
Patch Changes
@workflow/web-shared@4.0.1-beta.13
Patch Changes
workflow@4.0.1-beta.14
Patch Changes
workflow/apiin a workflow context with functions that fail immediately, so they can be referenced in workflow-related code but not invoked@workflow/world@4.0.1-beta.5
Patch Changes
@workflow/world-postgres@4.1.0-beta.10
Patch Changes
@workflow/world-testing@4.0.1-beta.15
Patch Changes
@workflow/world-vercel@4.0.1-beta.8
Patch Changes