Skip to content

Commit 9a2f553

Browse files
authored
Require containers 0.2.1 for sleepAfter streams (#544)
* Require containers 0.2.1 for stream activity Update sandbox to require the containers release that tracks in-flight proxy work for sleepAfter. Add an E2E regression so long-running quiet execStream calls do not get terminated while the container is still active. * Trim quiet stream assertion output * Add idle sleepAfter regression test * Avoid rearming idle sleepAfter in test * Reduce idle sleepAfter test flakiness * Disconnect idle WebSocket transport * Bump containers to 0.2.2 Switch the sandbox dependency to the released containers package and update the pending changeset text to match the minimum supported version.
1 parent 41fa013 commit 9a2f553

File tree

7 files changed

+188
-19
lines changed

7 files changed

+188
-19
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@cloudflare/sandbox': patch
3+
---
4+
5+
Require `@cloudflare/containers` 0.2.2 or newer so long-running streamed commands stay alive past `sleepAfter` while work is still in progress.

package-lock.json

Lines changed: 42 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "A sandboxed environment for running commands",
99
"type": "module",
1010
"dependencies": {
11-
"@cloudflare/containers": "^0.2.0",
11+
"@cloudflare/containers": "^0.2.2",
1212
"aws4fetch": "^1.0.20"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)