Skip to content

Releases: withastro/astro

@astrojs/[email protected]

18 Jan 10:32
2292d0b

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

18 Jan 10:32
2292d0b

Choose a tag to compare

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

@astrojs/[email protected]

18 Jan 10:32
2292d0b

Choose a tag to compare

@astrojs/[email protected]

18 Jan 10:32
2292d0b

Choose a tag to compare

Minor Changes

@astrojs/[email protected]

18 Jan 10:31
2292d0b

Choose a tag to compare

Patch Changes

[email protected]

16 Jan 11:46
6c64b14

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

16 Jan 11:46
6c64b14

Choose a tag to compare

Patch Changes

[email protected]

11 Jan 08:33
7a275c1

Choose a tag to compare

Patch Changes

[email protected]

11 Jan 08:33
7a275c1

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

11 Jan 08:33
7a275c1

Choose a tag to compare

Patch Changes