github opennextjs/opennextjs-cloudflare @opennextjs/cloudflare@0.1.0

latest releases: @opennextjs/cloudflare@1.8.2, @opennextjs/cloudflare@1.8.1, @opennextjs/cloudflare@1.8.0...
11 months ago

Minor Changes

  • 87f4fb5: feat: configure kv binding name with env var

    The Workers KV binding used in the Next.js cache handler can be given a custom name with the __OPENNEXT_KV_BINDING_NAME environment variable at build-time, instead of defaulting to NEXT_CACHE_WORKERS_KV.

Patch Changes

  • 83abcfe: refactor: retrieve cache handler kv instance inside constructor

    The cache handler was retrieving it's KV instance as a static property on the class that was defined at some point during the execution of the Next.js server. This moves the retrieval of the KV instance to happen inside the constructor for the class, so that it is retrieved during instantiation instead.

Don't miss a new opennextjs-cloudflare release

NewReleases is sending notifications on new releases.