- Output from `Sandbox.exec` can now be directed to `/dev/null`, `stdout`, or stored for consumption. This behavior can be controlled via the new `StreamType` arguments.
0.65.8
- Fixed a bug where the `Image.imports` context manager would not correctly propagate ImportError when using a `modal.Cls`.
0.65.2
* Fixed an issue where `modal run` would pause for 10s before exiting if there was a failure during app creation.
0.65
0.64.227
- The `modal container list` CLI command now shows the containers within a specific environment: the active profile's environment if there is one, otherwise the workspace's default environment. You can pass `--env` to list containers in other environments.
0.64.223
* Fixed `modal serve` not showing progress when reloading apps on file changes since v0.63.79.