Astro: @astrojs/node@10.0.4 Release

Release date:
March 26, 2026
Previous version:
@astrojs/node@10.0.3 (released March 19, 2026)
Magnitude:
6,311 Diff Delta
Contributors:
14 total committers
Data confidence:
Commits:

56 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored March 25, 2026
Authored March 24, 2026
Authored March 23, 2026
Authored March 25, 2026
Authored March 25, 2026
Authored March 24, 2026

Top Contributors in @astrojs/node@10.0.4

ematipico
seroperson
renovate-bot
trueberryless
merlinnot
crutchcorn
pierreeurope
kylemclean
oliverlynch
alexanderniebuhr

Directory Browser for @astrojs/node@10.0.4

All files are compared to previous version, @astrojs/node@10.0.3. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #16002 846f27f Thanks @buley! - Fixes file descriptor leaks from read streams that were not destroyed on client disconnect or read errors

  • #15941 f41584a Thanks @ematipico! - Fixes an infinite loop in resolveClientDir() when the server entry point is bundled with esbuild or similar tools. The function now throws a descriptive error instead of hanging indefinitely when the expected server directory segment is not found in the file path.