Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 17 Nov 15:55
· 4641 commits to main since this release
bbb329e

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