Astro: @astrojs/node@10.0.3 Release

Release date:
March 19, 2026
Previous version:
@astrojs/node@10.0.2 (released March 16, 2026)
Magnitude:
2,030 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

24 Commits in this Release

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

Authored March 19, 2026
Authored March 18, 2026
Authored March 17, 2026
Authored March 18, 2026
Authored March 16, 2026
Authored March 16, 2026
Authored March 17, 2026
Authored March 16, 2026

Top Contributors in @astrojs/node@10.0.3

ematipico
florian-lefebvre
Desel72
Princesseuh
trueberryless
felmonon
dataCenter430
alexanderdombroski
dario-piotrowicz

Directory Browser for @astrojs/node@10.0.3

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

Loading File Browser...

Release Notes Published

Patch Changes

  • #15735 9685e2d Thanks @fa-sharp! - Fixes an EventEmitter memory leak when serving static pages from Node.js middleware.

    When using the middleware handler, requests that were being passed on to Express / Fastify (e.g. static files / pre-rendered pages / etc.) weren't cleaning up socket listeners before calling next(), causing a memory leak warning. This fix makes sure to run the cleanup before calling next().