Astro: @astrojs/[email protected] Release

Release date:
January 18, 2024
Previous version:
@astrojs/[email protected] (released January 2, 2024)
Magnitude:
6,522 Diff Delta
Contributors:
16 total committers
Data confidence:
Commits:

81 Commits in this Release

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

Authored January 4, 2024
Authored January 4, 2024
Authored January 4, 2024
Authored January 11, 2024
Authored January 9, 2024
Authored January 17, 2024
Authored January 8, 2024
Authored January 3, 2024
Authored January 3, 2024
Authored January 17, 2024
Authored January 17, 2024
Authored January 5, 2024

Top Contributors in @astrojs/[email protected]

ematipico
Princesseuh
patdx
aleksandrjet
rossrobino
alex-sherwin
bholmesdev
wtto00
ElianCodes
sarah11918

Directory Browser for @astrojs/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Major Changes

  • #9661 d6edc7540864cf5d294d7b881eb886a3804f6d05 Thanks @ematipico! - If host is unset in standalone mode, the server host will now fallback to localhost instead of 127.0.0.1. When localhost is used, the operating system can decide to use either ::1 (ipv6) or 127.0.0.1 (ipv4) itself. This aligns with how the Astro dev and preview server works by default.

    If you relied on 127.0.0.1 (ipv4) before, you can set the HOST environment variable to 127.0.0.1 to explicitly use ipv4. For example, HOST=127.0.0.1 node ./dist/server/entry.mjs.

  • #9661 d6edc7540864cf5d294d7b881eb886a3804f6d05 Thanks @ematipico! - Breaking: Minimum required Astro version is now 4.2.0. Reorganizes internals to be more maintainable.

Patch Changes