Skip to content

Releases: withastro/adapters

@astrojs/[email protected]

07 Feb 18:26
0a87e38
Compare
Choose a tag to compare

Minor Changes

  • #152 816bdc42e0665904e418dd0137bd6a7c8c74307f Thanks @lilnasy! - Implements verification for edge middleware. This is a security measure to ensure that your serverless functions are only ever called by your edge middleware and not by a third party.

    When edgeMiddleware is enabled, the serverless function will now respond with 403 Forbidden for requests that are not verified to have come from the generated edge middleware. No user action is necessary.

@astrojs/[email protected]

01 Feb 17:48
7a5c3b0
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

23 Jan 21:47
3854812
Compare
Choose a tag to compare

Major Changes

@astrojs/[email protected]

23 Jan 21:47
3854812
Compare
Choose a tag to compare

Major Changes

Patch Changes

@astrojs/[email protected]

11 Jan 12:51
32ce15b
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

09 Jan 15:29
09306d5
Compare
Choose a tag to compare

Minor Changes

  • #58 ecdb8f5bc21b19cc86e581711a1c360fc723a007 Thanks @alexanderniebuhr! - Adds the option to only run image optimization on images during build-time. Warning: This mode does not work with on-demand (SSR) image optimization.

    import {defineConfig} from "astro/config";
    import cloudflare from '@astrojs/cloudflare';
    
    export default defineConfig({
      output: 'server'
      adapter: cloudflare({
    +   imageService: 'compile'
      }),
    })

@astrojs/[email protected]

05 Jan 13:19
1d0efcf
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

03 Jan 16:10
c365926
Compare
Choose a tag to compare

Minor Changes

@astrojs/[email protected]

28 Dec 18:26
4055ff0
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

28 Dec 18:26
4055ff0
Compare
Choose a tag to compare

Patch Changes