Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 27, 2025

3.30.0 is the next minor release.

👀 Highlights

The biggest change in this release is that we drop the built-in proxy server which we previously used.

this will mean that there's not a persistent connection, but it avoids a lot of the pain and potential problematic behaviour with having a proxy (either over socket, which can be flaky on different oses/runtimes - or over network, which is slow on windows).

we're also continuing to focus on performance, including dropping some dependencies, and migrating where possible to new unjs libraries like h3 v2 and srvx.

👉 Changelog

compare changes

🚀 Enhancements

  • dev: Experimentally support nitro v3 + inline h3 (11f8bf7)

🔥 Performance

  • info: Migrate from clipboardy to copy-paste (#1087)
  • preview: Inline port description (2b40c32)

🩹 Fixes

  • build,dev: Support showing nitro version (70dcc9b)
  • dev: Use proxy instead of web fetch handler (#1104)
  • module,upgrade: Allow adding module/nuxt version to pnpm workspace root (#1109)

💅 Refactors

  • analyze: Use srvx to serve analysis results (97d8172)
  • dev: Remove proxy server in favour of direct listening (#1105)

📦 Build

  • Use tsdown + isolated declarations (#1095)

🏡 Chore

  • Update knip config (c23e915)
  • Clean up playground console logging (3a92d84)
  • Add verifyDepsBeforeRun: install (#1106)
  • Update ignoredBuiltDependencies (#1107)

✅ Tests

  • Remove separate socket runtime tests (df17ad4)

🤖 CI

  • Migrate release workflow to push trigger (f9de385)

❤️ Contributors

@danielroe danielroe marked this pull request as ready for review November 3, 2025 12:39
@danielroe danielroe self-requested a review as a code owner November 3, 2025 12:39
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 3, 2025

CodSpeed Performance Report

Merging #1103 will not alter performance

Comparing v3.30.0 (0a28734) with main (e74ca0c)

Summary

✅ 2 untouched

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 3, 2025

nuxt-cli-playground

npm i https://pkg.pr.new/create-nuxt@1103
npm i https://pkg.pr.new/nuxi@1103
npm i https://pkg.pr.new/@nuxt/cli@1103

commit: 0a28734

@github-actions
Copy link
Contributor Author

github-actions bot commented Nov 3, 2025

📦 Bundle Size Comparison

➡️ nuxi

Metric Base Head Diff
Rendered 4307.85 KB 4307.85 KB 0.00 KB (0.00%)

➡️ nuxt-cli

Metric Base Head Diff
Rendered 121.07 KB 121.07 KB 0.00 KB (0.00%)

➡️ create-nuxt

Metric Base Head Diff
Rendered 2329.33 KB 2329.33 KB 0.00 KB (0.00%)

@danielroe danielroe merged commit a82954d into main Nov 3, 2025
12 checks passed
@danielroe danielroe deleted the v3.30.0 branch November 3, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants