Skip to content

Releases: opennextjs/opennextjs-cloudflare

@opennextjs/[email protected]

14 Apr 19:34
4c8178b

Choose a tag to compare

Pre-release

Changes

@opennextjs/[email protected]

08 Apr 20:23
31b31dd

Choose a tag to compare

Pre-release

Changes

@opennextjs/[email protected]

07 Apr 14:55
efc8f25

Choose a tag to compare

Pre-release

Changes

@opennextjs/[email protected]

03 Apr 07:08
4ff160f

Choose a tag to compare

Pre-release

Minor Changes

  • #526 8b40268 Thanks @vicb! - Prepare for release 1.0.0-beta.0

    Bump @opennextjs/aws to 3.5.4

    BREAKING CHANGES

    • DurableObjectQueueHandler renamed to DOQueueHandler
    • NEXT_CACHE_DO_QUEUE_MAX_NUM_REVALIDATIONS renamed to NEXT_CACHE_DO_QUEUE_MAX_RETRIES
    • D1TagCache has been removed, use D1NextModeTagCache instead.
    • The enableShardReplication and shardReplicationOptions options passed to ShardedDOTagCache
      have been folded into shardReplication. A value for shardReplication must be specified to enable
      replications. The value must be an object with the number of soft and hard replicas.

@opennextjs/[email protected]

01 Apr 16:12
197b1a5

Choose a tag to compare

Patch Changes

  • #520 3bd200a Thanks @vicb! - Define process.version and process.versions.node

  • #522 79fadc4 Thanks @vicb! - Log exceptions in requirePage and NodeModuleLoader when OPEN_NEXT_DEBUG=1

  • #523 19dedc7 Thanks @vicb! - fix: process.env has a higher loading priority than .env files

  • #469 aef8e51 Thanks @Juuldamen! - Adds support for passing options to initOpenNextCloudflareForDev(). This allows you to configure how your Cloudflare bindings will behave during local development.

    For example, the below configuration will persist the local state of bindings to a custom directory. Which can be useful if you want to share the state between different apps that reuse the same bindings in a monorepo.

    initOpenNextCloudflareForDev({
      persist: {
        path: "../../.wrangler/state/v3/custom-dir",
      },
    });

    You can find the configuration type with it's available options here in the Wrangler source code.

@opennextjs/[email protected]

28 Mar 18:28
fafadaa

Choose a tag to compare

Patch Changes

@opennextjs/[email protected]

28 Mar 13:13
22e1e47

Choose a tag to compare

Patch Changes

@opennextjs/[email protected]

27 Mar 13:20
c195019

Choose a tag to compare

Patch Changes

@opennextjs/[email protected]

26 Mar 23:07
bdc95fb

Choose a tag to compare

Patch Changes

@opennextjs/[email protected]

26 Mar 18:59
81af13b

Choose a tag to compare

Patch Changes