Skip to content

Commit c63b16a

Browse files
Version Packages (#75)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87f4fb5 commit c63b16a

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/slow-dolphins-sparkle.md

-7
This file was deleted.

.changeset/yellow-cougars-explain.md

-7
This file was deleted.

packages/cloudflare/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @opennextjs/cloudflare
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 87f4fb5: feat: configure kv binding name with env var
8+
9+
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`.
10+
11+
### Patch Changes
12+
13+
- 83abcfe: refactor: retrieve cache handler kv instance inside constructor
14+
15+
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.
16+
317
## 0.0.3
418

519
### Patch Changes

packages/cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opennextjs/cloudflare",
33
"description": "Cloudflare builder for next apps",
4-
"version": "0.0.3",
4+
"version": "0.1.0",
55
"scripts": {
66
"build": "tsup",
77
"build:watch": "tsup --watch src",

0 commit comments

Comments
 (0)