Skip to content

release 1.0.0-beta.4 #609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/many-apples-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-hornets-call.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/serious-coats-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-turtles-trade.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @opennextjs/cloudflare

## 1.0.0-beta.4

### Changes

- [#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

- [#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

- [#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

Creating a custom worker enable adding DO, handlers (scheduled, queue, ...)

closes #207, #397, #589

- [#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

## 1.0.0-beta.3

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opennextjs/cloudflare",
"description": "Cloudflare builder for next apps",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"type": "module",
"scripts": {
"clean": "rimraf dist",
Expand Down