-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,65 @@ | ||
# create-cloudflare | ||
|
||
## 2.10.0 | ||
|
||
### Minor Changes | ||
|
||
- [#4754](https://github.com/cloudflare/workers-sdk/pull/4754) [`06f85613`](https://github.com/cloudflare/workers-sdk/commit/06f85613228066ccb323c2818b443e9460b02c94) Thanks [@jculvey](https://github.com/jculvey)! - Adds C3 support for external templates hosted in git repositories via the `--template <source>` option. | ||
|
||
The source may be specified as any of the following: | ||
|
||
- `user/repo` | ||
- `[email protected]:user/repo` | ||
- `https://github.com/user/repo` | ||
- `user/repo/some-template` (subdirectories) | ||
- `user/repo#canary` (branches) | ||
- `user/repo#1234abcd` (commit hash) | ||
- `bitbucket:user/repo` (BitBucket) | ||
- `gitlab:user/repo` (GitLab) | ||
|
||
See the `degit` [docs](https://github.com/Rich-Harris/degit) for more details. | ||
|
||
At a minimum, templates must contain the following: | ||
|
||
- `package.json` | ||
- `wrangler.toml` | ||
- `src/` containing a worker script referenced from `wrangler.toml` | ||
|
||
See the [templates folder](https://github.com/cloudflare/workers-sdk/tree/main/templates) of this repo for more examples. | ||
|
||
### Patch Changes | ||
|
||
- [#4828](https://github.com/cloudflare/workers-sdk/pull/4828) [`99bf5f86`](https://github.com/cloudflare/workers-sdk/commit/99bf5f8653bd026555cceffa61ee9120eb2c4645) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `gatsby` from `5.13.1` to `5.13.2` | ||
|
||
* [#4836](https://github.com/cloudflare/workers-sdk/pull/4836) [`6d7d00a8`](https://github.com/cloudflare/workers-sdk/commit/6d7d00a835152fc241781fdca8eda41a00f53a40) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `@angular/create` from `17.1.0` to `17.1.1` | ||
|
||
- [#4842](https://github.com/cloudflare/workers-sdk/pull/4842) [`9fb39e63`](https://github.com/cloudflare/workers-sdk/commit/9fb39e63506bdd28f29cf387543978ebf85263cd) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-qwik` from `1.4.0` to `1.4.1` | ||
|
||
* [#4843](https://github.com/cloudflare/workers-sdk/pull/4843) [`b3c5566c`](https://github.com/cloudflare/workers-sdk/commit/b3c5566c0988c0cdd4e285bfe5792baa4127af94) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `gatsby` from `5.13.2` to `5.13.3` | ||
|
||
- [#4834](https://github.com/cloudflare/workers-sdk/pull/4834) [`0123eef1`](https://github.com/cloudflare/workers-sdk/commit/0123eef14a071492354f46fb212d78f793e1bb14) Thanks [@jculvey](https://github.com/jculvey)! - Fixed an issue where commands were sometimes formatted with un-needed escape characters (ex. 'pages:\dev') | ||
|
||
* [#4754](https://github.com/cloudflare/workers-sdk/pull/4754) [`06f85613`](https://github.com/cloudflare/workers-sdk/commit/06f85613228066ccb323c2818b443e9460b02c94) Thanks [@jculvey](https://github.com/jculvey)! - C3: Fix a bug where the "Pre-existing Worker (from Dashboard)" option was hidden in the dialog but still selectable | ||
|
||
- [#4711](https://github.com/cloudflare/workers-sdk/pull/4711) [`fa91ff54`](https://github.com/cloudflare/workers-sdk/commit/fa91ff546ceb30207245518d4b38e6a416de9ed3) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - update the solidStart logic to work with their latest (beta-2) implementation | ||
|
||
* [#4771](https://github.com/cloudflare/workers-sdk/pull/4771) [`f4f38fc7`](https://github.com/cloudflare/workers-sdk/commit/f4f38fc7d58347b7e69eab013685798d90bb633a) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: correctly find the latest version of create-cloudflare | ||
|
||
When create-cloudflare starts up, it checks to see if the version being run | ||
is the latest available on npm. | ||
|
||
Previously this check used `npm info` to look up the version. | ||
But was prone to failing if that command returned additional unexpected output | ||
such as warnings. | ||
|
||
Now we make a fetch request to the npm REST API directly for the latest version, | ||
which does not have the problem of unexpected warnings. | ||
|
||
Since the same approach is used to compute the latest version of workerd, the | ||
function to do this has been put into a helper. | ||
|
||
Fixes #4729 | ||
|
||
## 2.9.3 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @cloudflare/pages-shared | ||
|
||
## 0.11.9 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`8166eefc`](https://github.com/cloudflare/workers-sdk/commit/8166eefc11ff3b5ce6ede41fe9d6224d945a2cde)]: | ||
- [email protected] | ||
|
||
## 0.11.8 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,52 @@ | ||
# wrangler | ||
|
||
## 3.25.0 | ||
|
||
### Minor Changes | ||
|
||
- [#4815](https://github.com/cloudflare/workers-sdk/pull/4815) [`030360d6`](https://github.com/cloudflare/workers-sdk/commit/030360d6572ec9ec09f8bb9dfe6ec7ce198e394b) Thanks [@jonesphillip](https://github.com/jonesphillip)! - feature: adds support for configuring Sippy with Google Cloud Storage (GCS) provider. | ||
|
||
Sippy (https://developers.cloudflare.com/r2/data-migration/sippy/) now supports Google Cloud Storage. | ||
This change updates the `wrangler r2 sippy` commands to take a provider (AWS or GCS) and appropriate configuration arguments. | ||
If you don't specify `--provider` argument then the command will enter an interactive flow for the user to set the configuration. | ||
Note that this is a breaking change from the previous behaviour where you could configure AWS as the provider without explictly specifying the `--provider` argument. | ||
(This breaking change is allowed in a minor release because the Sippy feature and `wrangler r2 sippy` commands are marked as beta.) | ||
|
||
### Patch Changes | ||
|
||
- [#4841](https://github.com/cloudflare/workers-sdk/pull/4841) [`10396125`](https://github.com/cloudflare/workers-sdk/commit/103961250f959a69f5c5137ad27196558ab7e549) Thanks [@rozenmd](https://github.com/rozenmd)! - fix: replace D1's dashed time-travel endpoints with underscored ones | ||
|
||
D1 will maintain its `d1/database/${databaseId}/time-travel/*` endpoints until GA, at which point older versions of wrangler will start throwing errors to users, asking them to upgrade their wrangler version to continue using Time Travel via CLI. | ||
|
||
* [#4656](https://github.com/cloudflare/workers-sdk/pull/4656) [`77b0bce3`](https://github.com/cloudflare/workers-sdk/commit/77b0bce3d9a4ca6c2246547d1c30757f2a97e01f) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: ensure upstream_protocol is passed to the Worker | ||
|
||
In `wrangler dev` it is possible to set the `upstream_protocol`, | ||
which is the protocol under which the User Worker believes it has been | ||
requested, as recorded in the `request.url` that can be used for | ||
forwarding on requests to the origin. | ||
|
||
Previously, it was not being passed to `wrangler dev` in local mode. | ||
Instead it was always set to `http`. | ||
|
||
Note that setting `upstream_protocol` to `http` is not supported in | ||
`wrangler dev` remote mode, which is the case since Wrangler v2.0. | ||
|
||
This setting now defaults to `https` in remote mode (since that is the only option), | ||
and to the same as `local_protocol` in local mode. | ||
|
||
Fixes #4539 | ||
|
||
- [#4810](https://github.com/cloudflare/workers-sdk/pull/4810) [`6eb2b9d1`](https://github.com/cloudflare/workers-sdk/commit/6eb2b9d10e154e64aff5ad5eafd35d44592275eb) Thanks [@gabivlj](https://github.com/gabivlj)! - fix: Cloudchamber command shows json error message on load account if --json specified | ||
|
||
If the user specifies a json option, we should see a more detailed error on why `loadAccount` failed. | ||
|
||
* [#4820](https://github.com/cloudflare/workers-sdk/pull/4820) [`b01c1548`](https://github.com/cloudflare/workers-sdk/commit/b01c154889d9d10b2ccf0193f453f947479263fc) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: show up-to-date sources in DevTools when saving source files | ||
|
||
Previously, DevTools would never refresh source contents after opening a file, even if it was updated on-disk. This could cause issues with step-through debugging as breakpoints set in source files would map to incorrect locations in bundled Worker code. This change ensures DevTools' source cache is cleared on each reload, preventing outdated sources from being displayed. | ||
|
||
* Updated dependencies [[`8166eefc`](https://github.com/cloudflare/workers-sdk/commit/8166eefc11ff3b5ce6ede41fe9d6224d945a2cde)]: | ||
- [email protected] | ||
|
||
## 3.24.0 | ||
|
||
### Minor Changes | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.