Skip to content

Commit 7ef59ef

Browse files
authored
release 1.0.0-beta.4 (#609)
1 parent 055a61b commit 7ef59ef

File tree

6 files changed

+17
-25
lines changed

6 files changed

+17
-25
lines changed

.changeset/many-apples-matter.md

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

.changeset/neat-hornets-call.md

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

.changeset/serious-coats-speak.md

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

.changeset/twelve-turtles-trade.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.0.0-beta.4
4+
5+
### Changes
6+
7+
- [#595](https://github.com/opennextjs/opennextjs-cloudflare/pull/595) [`b0c14e1`](https://github.com/opennextjs/opennextjs-cloudflare/commit/b0c14e15ed886dd8f21489b89361feb05c244d23) Thanks [@vicb](https://github.com/vicb)! - drop support for wrangler v3
8+
9+
- [#608](https://github.com/opennextjs/opennextjs-cloudflare/pull/608) [`055a61b`](https://github.com/opennextjs/opennextjs-cloudflare/commit/055a61b17c78ac87d0b66dee8e6416e334e01d98) Thanks [@conico974](https://github.com/conico974)! - Add a new `withFilter` tag cache to allow to filter the tags used
10+
11+
- [#591](https://github.com/opennextjs/opennextjs-cloudflare/pull/591) [`0361672`](https://github.com/opennextjs/opennextjs-cloudflare/commit/03616723ee775c31fed9cb1a048e7b0a9bd1e63c) Thanks [@vicb](https://github.com/vicb)! - Add an example of creating a custom worker
12+
13+
Creating a custom worker enable adding DO, handlers (scheduled, queue, ...)
14+
15+
closes #207, #397, #589
16+
17+
- [#607](https://github.com/opennextjs/opennextjs-cloudflare/pull/607) [`15f1160`](https://github.com/opennextjs/opennextjs-cloudflare/commit/15f11607d7cb5820e34164e887f18cef6d84a6b4) Thanks [@conico974](https://github.com/conico974)! - fix page router shared context to use the correct one
18+
319
## 1.0.0-beta.3
420

521
### Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
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": "1.0.0-beta.3",
4+
"version": "1.0.0-beta.4",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)