Skip to content

Releases: withastro/adapters

@astrojs/[email protected]

15 Aug 19:06
a29ca3d
Compare
Choose a tag to compare

Patch Changes

  • #350 2248bc7 Thanks @matthewp! - Apply polyfills immediately on function execution

    This moves up when the polyfills are applied so that they are present before Astro runs, preventing a race condition that can cause crypto to not be defined early enough in Node 18.

@astrojs/[email protected]

04 Aug 05:53
cd4c084
Compare
Choose a tag to compare

Patch Changes

  • #344 8d7766e Thanks @Fryuni! - Updates a dependency to align the peer dependency version for Astro

@astrojs/[email protected]

03 Aug 06:11
e031aed
Compare
Choose a tag to compare

Minor Changes

@astrojs/[email protected]

03 Aug 06:24
1831bd6
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

03 Aug 06:11
e031aed
Compare
Choose a tag to compare

Patch Changes

  • #340 45d0abb Thanks @alexanderniebuhr! - Fixes an issue if environment variables where used inside the middleware and a prerendering occured.

@astrojs/[email protected]

10 Jul 04:59
eef25b9
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #286 e2ecf64 Thanks @theoephraim! - Allows support for node: prefixed imports if using the Adapter with edgeMiddleware: true

@astrojs/[email protected]

01 Jul 16:36
5a5f27b
Compare
Choose a tag to compare

Patch Changes

  • #316 d81806a Thanks @ascorbic! - Fixes a regression where edge middleware tried to bundle node builtins

@astrojs/[email protected]

01 Jul 12:07
1f781f2
Compare
Choose a tag to compare

Patch Changes

  • #313 55a3e1a Thanks @ascorbic! - Fixes an issue where files were not included in the SSR function when built in a monorepo

@astrojs/[email protected]

27 Jun 14:43
c19fc35
Compare
Choose a tag to compare

Patch Changes

  • #296 8a00cad Thanks @ascorbic! - Improves performance for serverless function builds by not bundling dependencies

@astrojs/[email protected]

25 Jun 11:13
b3861c9
Compare
Choose a tag to compare

Patch Changes