Astro: @astrojs/internal-helpers@0.8.0-beta.3 Release

Release date:
March 6, 2026
Previous version:
@astrojs/internal-helpers@0.8.0-beta.2 (released March 5, 2026)
Magnitude:
2,917 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

19 Commits in this Release

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

Top Contributors in @astrojs/internal-helpers@0.8.0-beta.3

ematipico
florian-lefebvre
Princesseuh

Directory Browser for @astrojs/internal-helpers@0.8.0-beta.3

All files are compared to previous version, @astrojs/internal-helpers@0.8.0-beta.2. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Minor Changes

  • #15778 4ebc1e3 Thanks @ematipico! - Added a new entry point called /request, which exposes utilities to work with the Request type:
    • getFirstForwardedValue: retrieves the first value of a multi-value header.
    • isValidIpAddress: checks whether a string contains only characters valid in IPv4/IPv6 addresses.
    • getValidatedIpFromHeader: extracts the first value from a header and validates it as an IP address.
    • getClientIpAddress: retrieves and validates the first IP from the x-forwarded-for header.

Patch Changes

  • #15700 4e7f3e8 Thanks @ocavue! - Adds a fork of createFilter from @rollup/pluginutils without Node.js APIs.