| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.19.39 source code.tar.gz | 2025-11-27 | 31.6 MB | |
| 0.19.39 source code.zip | 2025-11-27 | 32.5 MB | |
| README.md | 2025-11-27 | 3.0 kB | |
| Totals: 3 Items | 64.1 MB | 0 | |
This release includes several important bug fixes, performance improvements, and updated documentation.
Documentation
Contributing
External contributors can now build the dstack documentation locally!
Previously, this wasn’t possible because dstack relied on the premium MKDocs Material Insider theme. Since the maintainers of MKDocs Material recently made the full edition free, we've updated the repository accordingly.
To help contributors get started, we've added a new guide: contributing/DOCS.md.
We welcome and encourage community contributions - whether that's reporting issues or submitting pull requests.
/llms.txt
As more users rely on LLMs to interact with tools, we've added support for /llms.txt to help guide models using dstack.
You can now use: * https://dstack.ai/llms.txt * https://dstack.ai/llms-full.txt
These files help LLMs better understand how dstack works and enable them to generate more accurate commands, configurations, and answers.
AGENTS.md
We’ve also added AGENTS.md to help modern AI agents automatically understand how to interact with the repository and tooling.
[!WARNING] Be sure to update to 0.19.40, which includes an additional important fix.
What's changed
- [Experimental] Added
LEGACY_REPO_DIRfeature flag (to drop the legacy repo dir) by @un-def in https://github.com/dstackai/dstack/pull/3305 - [UX] Minor improvement for
dstack serverby @peterschmidt85 in https://github.com/dstackai/dstack/pull/3308 - [Bug] Fix
LEGACY_REPO_DIR_DISABLEDfeature flag by @un-def in https://github.com/dstackai/dstack/pull/3314 - [Docs] Add
sglang_routerdetails in examples, gateway and refs by @Bihan in https://github.com/dstackai/dstack/pull/3313 - [Docs] Add
llms.txtandllms-full.txtby @peterschmidt85 in https://github.com/dstackai/dstack/pull/3312 - Assert not authenticated 401 by @r4victor in https://github.com/dstackai/dstack/pull/3318
- [Performance] Optimize per fleet offers by @r4victor in https://github.com/dstackai/dstack/pull/3316
- [Docs] Add
AGENTS.mdby @r4victor in https://github.com/dstackai/dstack/pull/3319 - [Docs] Generate external links CSS decoration automatically by @peterschmidt85 in https://github.com/dstackai/dstack/pull/3320
- [Blog] SGLang router integration and disaggregated inference roadmap by @peterschmidt85 in https://github.com/dstackai/dstack/pull/3323
- [Bug] Implement users soft-deletion by @r4victor in https://github.com/dstackai/dstack/pull/3326
- [Bug] Fix gateway router field backward compatibility by @Bihan in https://github.com/dstackai/dstack/pull/3327
Full changelog: https://github.com/dstackai/dstack/compare/0.19.38...0.19.39