* Background committing on `modal.Volume` mounts is now default behavior.
0.62.178
- Added a `modal container stop` CLI command that will kill an active container and reassign its current inputs.
0.62.175
* `modal.CloudBucketMount` now supports writing to Google Cloud Storage buckets.
0.62.174
- Using `memory=` to specify the type of `modal.gpu.A100` is deprecated in favor of `size=`. Note that `size` accepts a string type (`"40GB"` or `"80GB"`) rather than an integer, as this is a request for a specific variant of the A100 GPU.
0.62.173
- Added a `version` flag to the `modal.Volume` API and CLI, allow opting in to a new backend implementation.
0.62.172
* Fixed a bug where other functions weren't callable from within an `asgi_app` or `wsgi_app` constructor function and side effects of `enter` methods weren't available in that scope.