-
Notifications
You must be signed in to change notification settings - Fork 188
Version Packages (beta) #971
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
Conversation
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests▲ Vercel Production (4 failed)example (1 failed):
nextjs-turbopack (1 failed):
vite (2 failed):
🌍 Community Worlds (169 failed)mongodb (42 failed):
redis (42 failed):
starter (43 failed):
turso (42 failed):
Details by Category❌ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
✅ 📋 Other
❌ Some E2E test jobs failed:
Check the workflow run for details. |
📊 Benchmark Results
workflow with no steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro workflow with 1 step💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) workflow with 10 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) workflow with 25 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) workflow with 50 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro Promise.all with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) Promise.all with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro Promise.all with 50 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) Promise.race with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro Promise.race with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro Promise.race with 50 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Nitro Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) 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. |
4a1ca71 to
4941c08
Compare
53f0cd4 to
2f8a44b
Compare
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/astro@4.0.0-beta.28
Patch Changes
2d1d69f,ef23b0b,fcfaf8b]:@workflow/builders@4.0.1-beta.45
Patch Changes
#972
2d1d69fThanks @ijjk! - Fix getImportPath package handlingUpdated dependencies [
fcfaf8b,d9e9859,ef23b0b,f7fd88e,fcfaf8b]:@workflow/cli@4.1.0-beta.54
Patch Changes
2d1d69f,fcfaf8b,d9e9859,aa448c2,ef23b0b,f7fd88e,fcfaf8b]:@workflow/core@4.1.0-beta.54
Patch Changes
#924
fcfaf8bThanks @TooTallNate! - SetstepIdproperty on function inregisterStepFunctionfor serialization support#954
d9e9859Thanks @TooTallNate! - Generate runId client-side in start() and simplify runId typesThe
runIdis now generated client-side using ULID before serialization, rather than waiting for the server response. This simplifies theStreamerinterface andWorkflowServerWritableStreamto acceptstringinstead ofstring | Promise<string>forrunId.#951
f7fd88eThanks @VaguelySerious! - Tidy health check latency calculationUpdated dependencies [
d9e9859,aa448c2]:@workflow/nest@0.0.0-beta.3
Patch Changes
2d1d69f,ef23b0b,fcfaf8b]:@workflow/next@4.0.1-beta.50
Patch Changes
2d1d69f,fcfaf8b,d9e9859,ef23b0b,f7fd88e,fcfaf8b]:@workflow/nitro@4.0.1-beta.49
Patch Changes
#974
5b5b36aThanks @TooTallNate! - Fix Nitro prod builds: use a physical handler file with inlined manifest content instead of a virtual module withreadFileSyncthat referenced an absolute build-machine pathUpdated dependencies [
2d1d69f,fcfaf8b,d9e9859,ef23b0b,f7fd88e,fcfaf8b]:@workflow/nuxt@4.0.1-beta.38
Patch Changes
5b5b36a]:@workflow/rollup@4.0.0-beta.11
Patch Changes
2d1d69f,ef23b0b,fcfaf8b]:@workflow/sveltekit@4.0.0-beta.43
Patch Changes
2d1d69f,ef23b0b,fcfaf8b]:@workflow/swc-plugin@4.1.0-beta.17
Patch Changes
#923
ef23b0bThanks @TooTallNate! - Fix step functions nested multiple levels deep in an object#924
fcfaf8bThanks @TooTallNate! - SetstepIdproperty on step functions in "client" mode for serialization support@workflow/vite@4.0.0-beta.4
Patch Changes
2d1d69f]:@workflow/web-shared@4.1.0-beta.49
Patch Changes
#951
f7fd88eThanks @VaguelySerious! - Tidy health check latency calculationUpdated dependencies [
fcfaf8b,d9e9859,f7fd88e]:workflow@4.1.0-beta.54
Patch Changes
fcfaf8b,d9e9859,5b5b36a,f7fd88e]:@workflow/world@4.1.0-beta.3
Patch Changes
#954
d9e9859Thanks @TooTallNate! - Generate runId client-side in start() and simplify runId typesThe
runIdis now generated client-side using ULID before serialization, rather than waiting for the server response. This simplifies theStreamerinterface andWorkflowServerWritableStreamto acceptstringinstead ofstring | Promise<string>forrunId.@workflow/world-local@4.1.0-beta.30
Patch Changes
d9e9859]:@workflow/world-postgres@4.1.0-beta.32
Patch Changes
d9e9859]:@workflow/world-testing@4.1.0-beta.55
Patch Changes
d9e9859]:@workflow/world-vercel@4.1.0-beta.31
Patch Changes
#985
aa448c2Thanks @VaguelySerious! - Allow overwriting backend URL via env variableUpdated dependencies [
d9e9859]: