* Disabling background commits on `modal.Volume` volumes is now deprecated. Background commits will soon become mandatory behavior.
0.62.165
- Deprecated `wait_for_response=False` on web endpoints. See [the docs](https://modal.com/docs/guide/webhook-timeouts#polling-solutions) for alternatives.
0.62.162
- A deprecation warning is now raised when using `modal.Stub`, which has been renamed to `modal.App`. Additionally, it is recommended to use `app` as the variable name rather than `stub`, which matters when using the automatic app discovery feature in the `modal run` CLI command.
0.62.159
- Added a `--stream-logs` flag to `modal deploy` that, if True, begins streaming the app logs once deployment is complete.
0.62.156
- Added support for looking up a deployed App by its deployment name in `modal app logs`
0.62.150
- Added validation that App `name`, if provided, is a string.