Version Packages (beta)#1377
Open
workflow-devkit-release-bot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
Contributor
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests🐘 Local Postgres (2 failed)express-stable (1 failed):
nitro-stable (1 failed):
🌍 Community Worlds (55 failed)mongodb (3 failed):
redis (2 failed):
turso (50 failed):
Details by Category✅ 💻 Local Development
✅ 📦 Local Production
❌ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
✅ 📋 Other
❌ Some E2E test jobs failed:
Check the workflow run for details. |
Contributor
📊 Benchmark Results
workflow with no steps💻 Local Development
workflow with 1 step💻 Local Development
workflow with 10 sequential steps💻 Local Development
workflow with 25 sequential steps💻 Local Development
workflow with 50 sequential steps💻 Local Development
Promise.all with 10 concurrent steps💻 Local Development
Promise.all with 25 concurrent steps💻 Local Development
Promise.all with 50 concurrent steps💻 Local Development
Promise.race with 10 concurrent steps💻 Local Development
Promise.race with 25 concurrent steps💻 Local Development
Promise.race with 50 concurrent steps💻 Local Development
Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
SummaryFastest Framework by WorldWinner determined by most benchmark wins
Fastest World by FrameworkWinner determined by most benchmark wins
Column Definitions
Worlds:
❌ Some benchmark jobs failed:
Check the workflow run for details. |
594aee1 to
34f512a
Compare
35f77fd to
fc336b1
Compare
fc336b1 to
fdc45b8
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/ai@4.1.0-beta.57
Minor Changes
74aea7bThanks @pranaygp! - BREAKING CHANGE: Migrate to AI SDK v6. Drop AI SDK v5 support.LanguageModelV2*→LanguageModelV3*)ai^5 || ^6→^6,@ai-sdk/provider^2 || ^3→^3CompatibleLanguageModelfrom V2|V3 union toLanguageModelV3providerExecutedguard on tool-result stream parts (V3: all tool-results are provider-executed)instructionsconstructor option (replaces deprecatedsystem)onStepFinishandonFinishon constructor (merged with stream callbacks)timeoutstream optiononFinishevent withtext,finishReason,totalUsage@workflow/ai/testexport withmockTextModelandmockSequenceModelfor workflow e2e testingOutputSpecificationto match AI SDK v6 Output interfaceWorkflowChatTransportto forwardbodyandheadersfromChatRequestOptionstoprepareSendMessagesRequestand the default request bodyPatch Changes
@workflow/astro@4.0.0-beta.45
Patch Changes
@workflow/builders@4.0.1-beta.62
Patch Changes
@workflow/cli@4.2.0-beta.71
Patch Changes
d6e8727,7b9b3c1,0f07403,e902980]:@workflow/core@4.2.0-beta.71
Patch Changes
d6e8727,0f07403,e902980]:@workflow/nest@0.0.0-beta.20
Patch Changes
@workflow/next@4.0.1-beta.67
Patch Changes
@workflow/nitro@4.0.1-beta.66
Patch Changes
@workflow/nuxt@4.0.1-beta.55
Patch Changes
@workflow/rollup@4.0.0-beta.28
Patch Changes
@workflow/sveltekit@4.0.0-beta.60
Patch Changes
@workflow/vite@4.0.0-beta.21
Patch Changes
@workflow/vitest@4.0.1-beta.8
Patch Changes
#1359
0f07403Thanks @VaguelySerious! - Write workflow data for vitest to the same folder as other local world runs, allowing them to be visible in observability tooling. Use a suffix-based system to ensure clearing runs on test start only affects vitest-related data.Updated dependencies [
0f07403]:@workflow/web@4.1.0-beta.43
Patch Changes
7b9b3c1Thanks @karthikscale3! - web-shared: Timestamp tooltips, toast adapter, improved skeletons, and encrypted data detection for lazy-loaded eventsweb: Add toast for decryption
@workflow/web-shared@4.1.0-beta.66
Patch Changes
7b9b3c1Thanks @karthikscale3! - web-shared: Timestamp tooltips, toast adapter, improved skeletons, and encrypted data detection for lazy-loaded eventsweb: Add toast for decryption
workflow@4.2.0-beta.71
Patch Changes
@workflow/world-local@4.1.0-beta.44
Patch Changes
0f07403Thanks @VaguelySerious! - Write workflow data for vitest to the same folder as other local world runs, allowing them to be visible in observability tooling. Use a suffix-based system to ensure clearing runs on test start only affects vitest-related data.@workflow/world-postgres@4.1.0-beta.46
Patch Changes
0f07403]:@workflow/world-testing@4.1.0-beta.72
Patch Changes
@workflow/world-vercel@4.1.0-beta.44
Patch Changes
#1378
d6e8727Thanks @TooTallNate! - Reorder token resolution infetchRunKeyandresolveLatestDeploymentIdto preferoptions.token/VERCEL_TOKENbefore calling OIDC, skipping the OIDC network call when a token is already available#1335
e902980Thanks @VaguelySerious! - Use undici dispatcher for queue client