Astro: @astrojs/rss@4.0.19 Release

Release date:
June 30, 2026
Previous version:
@astrojs/rss@4.0.18 (released March 26, 2026)
Magnitude:
39,084 Diff Delta
Contributors:
35 total committers
Data confidence:
Commits:

465 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 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/rss@4.0.19

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

Directory Browser for @astrojs/rss@4.0.19

All files are compared to previous version, @astrojs/rss@4.0.18. 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.