Astro: @astrojs/[email protected] Release

Release date:
June 30, 2026
Previous version:
@astrojs/[email protected] (released March 26, 2026)
Magnitude:
39,009 Diff Delta
Contributors:
35 total committers
Data confidence:
Commits:

462 Commits in this Release

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

Authored April 1, 2026
Authored April 29, 2026
Authored April 16, 2026
Authored April 7, 2026
Authored May 7, 2026
Authored March 27, 2026
Authored May 13, 2026
Authored May 6, 2026
Authored April 6, 2026
Authored March 27, 2026
Authored May 18, 2026
Authored May 4, 2026
Authored May 5, 2026
Authored May 18, 2026
Authored June 9, 2026

Top Contributors in @astrojs/[email protected]

ematipico
matthewp
astrobot-houston
ocavue
Princesseuh
florian-lefebvre
ascorbic
delucis
rururux
fkatsuhiro

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

  • #17209 fbcfa03 Thanks @matthewp! - Hardens RSS feed generation by escaping the source and enclosure item fields. These fields are now serialized as structured XML values, ensuring that special characters in values like source.title and enclosure.type are always treated as text rather than markup, consistent with how other feed fields are handled.