Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 886fa42

Browse files
author
Natalie Davidson
authored
1.19.5 (#2130)
1 parent 5e1d241 commit 886fa42

File tree

5 files changed

+161
-69
lines changed

5 files changed

+161
-69
lines changed

CHANGELOG.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,97 @@
11
# Changelog
22

3+
## v1.19.5
4+
5+
- ## Features
6+
7+
- **add \_\_STATIC_CONTENT_MANIFEST as a text module for modules workers - [g45t345rt], [pull/2126]**
8+
9+
The `__STATIC_CONTENT_MANIFEST` is not accessible when using modules workers `[sites]`
10+
11+
This pr makes it possible to import the content of manifest as text.
12+
13+
It is also in favor of storing the manifest in vars
14+
https://github.com/cloudf
15+
... truncated
16+
17+
[g45t345rt]: https://github.com/g45t345rt
18+
[pull/2126]: https://github.com/cloudflare/wrangler/pull/2126
19+
20+
- ## Maintenance
21+
22+
- **Bump os-version to 0.2.0 - [a1ien], [pull/2122]**
23+
24+
In 0.2 `os-version` use new stable version of `plist`
25+
In plist 1.2.2(which is not published yet) remove chrono dependency and use time 0.3 which fix part of #2117
26+
27+
[a1ien]: https://github.com/a1ien
28+
[pull/2122]: https://github.com/cloudflare/wrangler/pull/2122
29+
30+
- **Fix missing fmt argument in error message - [dtolnay], [pull/2118]**
31+
32+
- The first commit fills in a missing argument to `{}` in config.rs. Without this, the error message would literally be 'Your token has status "{}"' with curly braces in it instead of the token status.
33+
34+
- The second commit closes an incon
35+
... truncated
36+
37+
[dtolnay]: https://github.com/dtolnay
38+
[pull/2118]: https://github.com/cloudflare/wrangler/pull/2118
39+
40+
- **Fix some migration errors - [xortive], [pull/2127]**
41+
42+
- Don't include migrations in Target for preview/dev uploads
43+
44+
[xortive]: https://github.com/xortive
45+
[pull/2127]: https://github.com/cloudflare/wrangler/pull/2127
46+
47+
- **Fixes wrangler.toml being incorrectly inserted into existing directory - [Scotsoo], [pull/2110]**
48+
49+
Fixes #2051 by passing new_name rather than name to config_path path
50+
51+
[scotsoo]: https://github.com/Scotsoo
52+
[pull/2110]: https://github.com/cloudflare/wrangler/pull/2110
53+
54+
- **Remove serde-hjson transitive dependency - [a1ien], [pull/2123]**
55+
56+
serde-hjson crate is not maintained anymore
57+
With removing this dependency we also remove duplicate of old serde
58+
Also in new version of `config` crate hjson also removed
59+
60+
[a1ien]: https://github.com/a1ien
61+
[pull/2123]: https://github.com/cloudflare/wrangler/pull/2123
62+
63+
- **Remove unneeded heartbeat logic with sketchy time addition - [nataliescottdavidson], [pull/2129]**
64+
65+
[nataliescottdavidson]: https://github.com/nataliescottdavidson
66+
[pull/2129]: https://github.com/cloudflare/wrangler/pull/2129
67+
68+
- **Remove unused eventual dependency - [a1ien], [pull/2119]**
69+
70+
This also fix part of #2117
71+
72+
[a1ien]: https://github.com/a1ien
73+
[pull/2119]: https://github.com/cloudflare/wrangler/pull/2119
74+
75+
- **Update hash comment to changed XxHash64 usage - [dcousens], [pull/2124]**
76+
77+
As introduced in https://github.com/cloudflare/wrangler/pull/1221
78+
79+
[dcousens]: https://github.com/dcousens
80+
[pull/2124]: https://github.com/cloudflare/wrangler/pull/2124
81+
82+
- **use --openssl-legacy-provider flag when running node 17 - [caass], [pull/2116]**
83+
84+
Closes #2108
85+
86+
Node 17 uses openssl 3 by default, which is not
87+
compatible with webpack 4. This change adds a check to see if
88+
the user is running node 17, and if they are, we add the appropriate
89+
flag to the call to node (https://github.com/no
90+
... truncated
91+
92+
[caass]: https://github.com/caass
93+
[pull/2116]: https://github.com/cloudflare/wrangler/pull/2116
94+
395
## v1.19.4
496

597
- ### Features

0 commit comments

Comments
 (0)