Tags: dstackai/dstack
Tags
Fix `probes=None` server incompatibility (#3543) This fixes server compatibility with clients prior to 0.20.8 that don't support `probes=None`, by replacing `None` with `[]` in responses for older clients. This incompatibility could be observed when there are both new and old clients in the same project, so old clients would fail when viewing runs submitted by new clients.
[Feature] Allow to see JSON state of runs/volumes/fleets/gateways via… … CLI/UI (#3445) * [Feature] Added `dstack inspect` CLI command * [Feature] Add `Inspect` tab to the run and fleet pages * PR review feedback. Replaced `dstack inspect run|fleet|volume|gateway` with seprate commands `datack run|fleet|volume|gateway list --json`. * PR review: `dstack run|fleet get --json` Updated how UUID format errors are handled * PR review: `dstack run|fleet get --json` Better handling edge case (empty ID)
Relax event message validation rules (#3394) Replace some message validation rules with implicit message transformations. Some event messages may include extracts from external sources (e.g., external error messages), that do not pass the validation rules. Such cases may be difficult to find during development, and we do not want them to break dstack in production.
PreviousNext