Astro: @astrojs/[email protected] Release

Release date:
March 19, 2026
Previous version:
@astrojs/[email protected] (released March 16, 2026)
Magnitude:
2,180 Diff Delta
Contributors:
10 total committers
Data confidence:
Commits:

26 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 19, 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/[email protected]

matthewp
astrobot-houston
ematipico
ljharb
florian-lefebvre
Desel72
dataCenter430
Princesseuh
dario-piotrowicz
alexanderdombroski

Directory Browser for @astrojs/[email protected]

All files are compared to previous version, @astrojs/[email protected]. 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().