Download Latest Version 0.19.21 source code.tar.gz (31.4 MB)
Email in envelope

Get an email when there's a new version of dstack

Home / 0.19.21
Name Modified Size InfoDownloads / Week
Parent folder
0.19.21 source code.tar.gz 2025-07-29 31.4 MB
0.19.21 source code.zip 2025-07-29 32.2 MB
README.md 2025-07-29 1.8 kB
Totals: 3 Items   63.6 MB 0

Runs

Scheduled runs

Runs get a new schedule property that allows starting runs periodically by specifying a cron expression:

:::yaml
type: task
nodes: 1
schedule:
  cron: "*/15 * * * *"
commands:
  - ...

dstack will start a scheduled run at cron times unless the run is already running. It can then be stopped manually to prevent it from starting again. Learn more about scheduled runs in the docs.

CLI

Startup time

The CLI startup time was significantly improved up to 4 times by optimizing Python imports.

Server

Optimized DB queries

We optimized DB queries issues by the dstack server. This improves API response times and decreases the load on the DB, which was previously noticeable on small Postgres instances.

What's Changed

Full Changelog: https://github.com/dstackai/dstack/compare/0.19.20...0.19.21

Source: README.md, updated 2025-07-29