Skip to content

Commit 8d70140

Browse files
Version Packages (#8867)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b6d1d26 commit 8d70140

File tree

5 files changed

+32
-37
lines changed

5 files changed

+32
-37
lines changed

.changeset/sharp-bottles-agree.md

-7
This file was deleted.

.changeset/silent-keys-bake.md

-13
This file was deleted.

.changeset/sour-things-run.md

-16
This file was deleted.

packages/wrangler/CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# wrangler
22

3+
## 3.114.6
4+
5+
### Patch Changes
6+
7+
- [#8783](https://github.com/cloudflare/workers-sdk/pull/8783) [`7bcf352`](https://github.com/cloudflare/workers-sdk/commit/7bcf3527684b085effff895383b2c8a96c2d4943) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Improve error message when request to obtain membership info fails
8+
9+
Wrangler now informs user that specific permission might be not granted when fails to obtain membership info. The same information is provided when Wrangler is unable to fetch user's email.
10+
11+
- [#8866](https://github.com/cloudflare/workers-sdk/pull/8866) [`db673d6`](https://github.com/cloudflare/workers-sdk/commit/db673d67adbd7edb3e08f46784de4e147f0a300b) Thanks [@edmundhung](https://github.com/edmundhung)! - improve error message when redirected config contains environments
12+
13+
this change improves that validation error message that users see
14+
when a redirected config file contains environments, by:
15+
16+
- cleaning the message formatting and displaying the
17+
offending environments in a list
18+
- prompting the user to report the issue to the author
19+
of the tool which has generated the config
20+
21+
- [#8600](https://github.com/cloudflare/workers-sdk/pull/8600) [`91cf028`](https://github.com/cloudflare/workers-sdk/commit/91cf02893e3653db564c58ef079b51d93448978a) Thanks [@workers-devprod](https://github.com/workers-devprod)! - add validation to redirected configs in regards to environments
22+
23+
add the following validation behaviors to wrangler deploy commands, that relate
24+
to redirected configs (i.e. config files specified by `.wrangler/deploy/config.json` files):
25+
26+
- redirected configs are supposed to be already flattened configurations without any
27+
environment (i.e. a build tool should generate redirected configs already targeting specific
28+
environments), so if wrangler encounters a redirected config with some environments defined
29+
it should error
30+
- given the point above, specifying an environment (`--env=my-env`) when using redirected
31+
configs is incorrect, so these environments should be ignored and a warning should be
32+
presented to the user
33+
334
## 3.114.5
435

536
### Patch Changes

packages/wrangler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "3.114.5",
3+
"version": "3.114.6",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)