Minor Changes
-
#526
8b40268
Thanks @vicb! - Prepare for release 1.0.0-beta.0Bump
@opennextjs/aws
to 3.5.4BREAKING CHANGES
DurableObjectQueueHandler
renamed toDOQueueHandler
NEXT_CACHE_DO_QUEUE_MAX_NUM_REVALIDATIONS
renamed toNEXT_CACHE_DO_QUEUE_MAX_RETRIES
D1TagCache
has been removed, useD1NextModeTagCache
instead.- The
enableShardReplication
andshardReplicationOptions
options passed toShardedDOTagCache
have been folded intoshardReplication
. A value forshardReplication
must be specified to enable
replications. The value must be an object with the number of soft and hard replicas.