Skip to content

Commit 991536c

Browse files
Version Packages
1 parent bb17205 commit 991536c

File tree

10 files changed

+47
-38
lines changed

10 files changed

+47
-38
lines changed

.changeset/clever-grapes-sparkle.md

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

.changeset/nasty-monkeys-heal.md

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

.changeset/shaggy-monkeys-visit.md

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

.changeset/tricky-bottles-bow.md

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

packages/vitest-pool-workers/CHANGELOG.md

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

3+
## 0.5.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b6cbfbd`](https://github.com/cloudflare/workers-sdk/commit/b6cbfbdd10dfbb732ec12a5c69bd4a74b07de8a0), [`e2e6912`](https://github.com/cloudflare/workers-sdk/commit/e2e6912bcb7a1f6b7f8081b889a4e08be8a740a1), [`b4a0e74`](https://github.com/cloudflare/workers-sdk/commit/b4a0e74680440084342477fc9373f9f76ab91c0b)]:
8+
9+
10+
311
## 0.5.28
412

513
### 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.28",
3+
"version": "0.5.29",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

packages/workflows-shared/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#7225](https://github.com/cloudflare/workers-sdk/pull/7225) [`bb17205`](https://github.com/cloudflare/workers-sdk/commit/bb17205f1cc357cabc857ab5cad61b6a4f3b8b93) Thanks [@bruxodasilva](https://github.com/bruxodasilva)! - - Fix workflows binding to create a workflow without arguments
8+
- Fix workflows instance.id not working the same way in wrangler local dev as it does in production
9+
310
## 0.1.1
411

512
### Patch Changes

packages/workflows-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workflows-shared",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"description": "Package that is used at Cloudflare to power some internal features of Cloudflare Workflows.",
66
"keywords": [

packages/wrangler/CHANGELOG.md

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

3+
## 3.88.0
4+
5+
### Minor Changes
6+
7+
- [#7173](https://github.com/cloudflare/workers-sdk/pull/7173) [`b6cbfbd`](https://github.com/cloudflare/workers-sdk/commit/b6cbfbdd10dfbb732ec12a5c69bd4a74b07de8a0) Thanks [@Ankcorn](https://github.com/Ankcorn)! - Adds [observability.logs] settings to wrangler. This setting lets developers control the settings for logs as an independent dataset enabling more dataset types in the future. The most specific setting will win if any of the datasets are not enabled.
8+
9+
It also adds the following setting to the logs config
10+
11+
- `invocation_logs` - set to false to disable invocation logs. Defaults to true.
12+
13+
```toml
14+
[observability.logs]
15+
enabled = true
16+
invocation_logs = false
17+
```
18+
19+
### Patch Changes
20+
21+
- [#7038](https://github.com/cloudflare/workers-sdk/pull/7038) [`e2e6912`](https://github.com/cloudflare/workers-sdk/commit/e2e6912bcb7a1f6b7f8081b889a4e08be8a740a1) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: only show fetch warning if on old compatibility_date
22+
23+
Now that we have the `allow_custom_ports` compatibility flag, we only need to show the fetch warnings when that flag is not enabled.
24+
25+
Fixes https://github.com/cloudflare/workerd/issues/2955
26+
27+
- [#7081](https://github.com/cloudflare/workers-sdk/pull/7081) [`b4a0e74`](https://github.com/cloudflare/workers-sdk/commit/b4a0e74680440084342477fc9373f9f76ab91c0b) Thanks [@penalosa](https://github.com/penalosa)! - Default the file based registry (`--x-registry`) to on. This should improve stability of multi-worker development
28+
29+
- Updated dependencies []:
30+
31+
332
## 3.87.0
433

534
### Minor Changes

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "3.87.0",
3+
"version": "3.88.0",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)