Skip to content

Commit bde16fd

Browse files
Version Packages
1 parent 25a8f4c commit bde16fd

File tree

11 files changed

+32
-53
lines changed

11 files changed

+32
-53
lines changed

.changeset/friendly-experts-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-penguins-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-jokes-hammer.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/silver-baboons-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-bugs-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-icons-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-mice-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-ways-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-houses-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cloudflare/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# @opennextjs/cloudflare
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#479](https://github.com/opennextjs/opennextjs-cloudflare/pull/479) [`0c93e8b`](https://github.com/opennextjs/opennextjs-cloudflare/commit/0c93e8b3e22960553c6537b6e83b84cbd8724423) Thanks [@james-elicx](https://github.com/james-elicx)! - feat: commands for cli actions
8+
9+
The OpenNext Cloudflare CLI now uses the following commands;
10+
11+
- `build`: build the application
12+
- `populateCache`: populate either the local or remote cache
13+
- `preview`: populate the local cache and start a dev server
14+
- `deploy`: populate the remote cache and deploy to production
15+
16+
### Patch Changes
17+
18+
- [#480](https://github.com/opennextjs/opennextjs-cloudflare/pull/480) [`e0ec01d`](https://github.com/opennextjs/opennextjs-cloudflare/commit/e0ec01d50d3ae9f15294735f8fd28d84d29140ca) Thanks [@conico974](https://github.com/conico974)! - fix deduplication for memory queue and add some log
19+
20+
- [#470](https://github.com/opennextjs/opennextjs-cloudflare/pull/470) [`2650043`](https://github.com/opennextjs/opennextjs-cloudflare/commit/26500437cd9e6cabf44f6308a124ca0687754bf8) Thanks [@conico974](https://github.com/conico974)! - feat: add a sharded SQLite Durable object implementation for the tag cache
21+
22+
- [#485](https://github.com/opennextjs/opennextjs-cloudflare/pull/485) [`ced7d46`](https://github.com/opennextjs/opennextjs-cloudflare/commit/ced7d4639209fd45f34c5109de89a0671b5d1874) Thanks [@conico974](https://github.com/conico974)! - add an option for disabling sqlite on the durable object queue
23+
24+
- [#460](https://github.com/opennextjs/opennextjs-cloudflare/pull/460) [`60171f5`](https://github.com/opennextjs/opennextjs-cloudflare/commit/60171f58a2817acb2ecef4ea67a3a60ab522bc0d) Thanks [@conico974](https://github.com/conico974)! - feat: durable object de-duping revalidation queue
25+
26+
- [#436](https://github.com/opennextjs/opennextjs-cloudflare/pull/436) [`86c0139`](https://github.com/opennextjs/opennextjs-cloudflare/commit/86c0139535350f5806c27a665f6ec8fcfb96e398) Thanks [@james-elicx](https://github.com/james-elicx)! - feat: auto-populating d1 cache data
27+
28+
- [#464](https://github.com/opennextjs/opennextjs-cloudflare/pull/464) [`acfc7f3`](https://github.com/opennextjs/opennextjs-cloudflare/commit/acfc7f35a387b84607674e93d8ef66db4e634669) Thanks [@conico974](https://github.com/conico974)! - Implement next mode for d1 tag cache that will reduce write
29+
30+
- [#486](https://github.com/opennextjs/opennextjs-cloudflare/pull/486) [`25a8f4c`](https://github.com/opennextjs/opennextjs-cloudflare/commit/25a8f4c82c71cbf0c3dedd79d9a4f52e012bc95e) Thanks [@conico974](https://github.com/conico974)! - auto create table for D1NextModeTagCache
31+
32+
- [#443](https://github.com/opennextjs/opennextjs-cloudflare/pull/443) [`54508ff`](https://github.com/opennextjs/opennextjs-cloudflare/commit/54508ffc613cc12d27e014c472632a59db7d7833) Thanks [@james-elicx](https://github.com/james-elicx)! - feat: r2 adapter for the incremental cache
33+
334
## 0.5.12
435

536
### Patch Changes

0 commit comments

Comments
 (0)