Skip to content

Commit da62708

Browse files
Version Packages (#1165)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75f5f0a commit da62708

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/fix-r2-cache-upload.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- [#1159](https://github.com/opennextjs/opennextjs-cloudflare/pull/1159) [`75f5f0a`](https://github.com/opennextjs/opennextjs-cloudflare/commit/75f5f0a75a2ff15ccf3c84c6d66ca7675a99dcde) Thanks [@edmundhung](https://github.com/edmundhung)! - Use remote dev for R2 cache population
8+
9+
Using remote dev is not subject to the Cloudflare API rate limit of 1,200 requests per 5 minutes that caused failures for large applications with thousands of prerendered pages.
10+
311
## 1.17.3
412

513
### Patch 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.17.3",
4+
"version": "1.18.0",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)