Astro: @astrojs/[email protected] Release

Release date:
November 17, 2022
Previous version:
@astrojs/[email protected] (released November 7, 2022)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/[email protected]

Could not determine top contributors for this release.

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

Minor Changes

  • #5418 aa16b6ceb Thanks @jbanety! - Sometimes Astro sends a ReadableStream as a response and it raise an error TypeError: body is not async iterable.

    I added a function to get a response iterator from different response types (sourced from apollo-client).

    With this, node adapter can handle all the Astro response types.

  • #5421 12236dbc0 Thanks @Scttpr! - Allow HOST env variable to be provided at runtime

Patch Changes