Skip to content

Commit 96aef8b

Browse files
Version Packages
1 parent c74195c commit 96aef8b

File tree

11 files changed

+37
-35
lines changed

11 files changed

+37
-35
lines changed

.changeset/blue-laws-bathe.md

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

.changeset/early-baboons-fly.md

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

.changeset/selfish-yaks-hope.md

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

.changeset/strange-tips-lick.md

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

.changeset/thirty-windows-prove.md

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

packages/cloudflare-workers-bindings-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cloudflare-workers-bindings-extension
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [#7560](https://github.com/cloudflare/workers-sdk/pull/7560) [`59eef4f`](https://github.com/cloudflare/workers-sdk/commit/59eef4fe5b3fc0a730fe6c8db318e94db72425ed) Thanks [@penalosa](https://github.com/penalosa)! - Load Wrangler in extension
8+
39
## 0.0.6
410

511
### Patch Changes

packages/cloudflare-workers-bindings-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloudflare-workers-bindings-extension",
33
"displayName": "Cloudflare Workers",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "Manage your Cloudflare Worker's bindings",
66
"categories": [
77
"Other"

packages/vitest-pool-workers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudflare/vitest-pool-workers
22

3+
## 0.5.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fb819f9`](https://github.com/cloudflare/workers-sdk/commit/fb819f9970285d3fc4ca8e98d652238c554d568b), [`5124b5d`](https://github.com/cloudflare/workers-sdk/commit/5124b5da4f8c12bbb6192f2d89241a9c54ab73c7), [`42b9429`](https://github.com/cloudflare/workers-sdk/commit/42b942916efbd4eb8060e4d61c2e805ec78a1a89), [`72935f9`](https://github.com/cloudflare/workers-sdk/commit/72935f9b25416ff6d1d350e058f0d2a11864fb36)]:
8+
9+
310
## 0.5.38
411

512
### Patch Changes

packages/vitest-pool-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vitest-pool-workers",
3-
"version": "0.5.38",
3+
"version": "0.5.39",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

packages/wrangler/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# wrangler
22

3+
## 3.98.0
4+
5+
### Minor Changes
6+
7+
- [#7476](https://github.com/cloudflare/workers-sdk/pull/7476) [`5124b5d`](https://github.com/cloudflare/workers-sdk/commit/5124b5da4f8c12bbb6192f2d89241a9c54ab73c7) Thanks [@WalshyDev](https://github.com/WalshyDev)! - feat: allow routing to Workers with Assets on any HTTP route, not just the root. For example, `example.com/blog/*` can now be used to serve assets.
8+
These assets will be served as though the assets directly were mounted to the root.
9+
For example, if you have `assets = { directory = "./public/" }`, a route like `"example.com/blog/*"` and a file `./public/blog/logo.png`, this will be available at `example.com/blog/logo.png`. Assets outside of directories which match the configured HTTP routes can still be accessed with the [Assets binding](https://developers.cloudflare.com/workers/static-assets/binding/#binding) or with a [Service binding](https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/) to this Worker.
10+
11+
- [#7380](https://github.com/cloudflare/workers-sdk/pull/7380) [`72935f9`](https://github.com/cloudflare/workers-sdk/commit/72935f9b25416ff6d1d350e058f0d2a11864fb36) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - Add Workers + Assets support in `wrangler dev --remote`
12+
13+
### Patch Changes
14+
15+
- [#7573](https://github.com/cloudflare/workers-sdk/pull/7573) [`fb819f9`](https://github.com/cloudflare/workers-sdk/commit/fb819f9970285d3fc4ca8e98d652238c554d568b) Thanks [@emily-shen](https://github.com/emily-shen)! - feat: add experimental_readRawConfig()
16+
17+
Adds a Wrangler API to find and read a config file
18+
19+
- [#7549](https://github.com/cloudflare/workers-sdk/pull/7549) [`42b9429`](https://github.com/cloudflare/workers-sdk/commit/42b942916efbd4eb8060e4d61c2e805ec78a1a89) Thanks [@penalosa](https://github.com/penalosa)! - Expand metrics collection to:
20+
21+
- Detect Pages & Workers CI
22+
- Filter out default args (e.g. `--x-versions`, `--x-dev-env`, and `--latest`) by only including args that were in `argv`
23+
324
## 3.97.0
425

526
### Minor Changes

0 commit comments

Comments
 (0)