Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.19.20 source code.tar.gz | 2025-07-21 | 31.4 MB | |
0.19.20 source code.zip | 2025-07-21 | 32.2 MB | |
README.md | 2025-07-21 | 1.2 kB | |
Totals: 3 Items | 63.6 MB | 0 |
User interface
Logs
This is a hotfix release addressing three major issues related to the UI:
- The UI didn’t display newer AWS CloudWatch logs if there was a long gap between old and new logs.
- Logs received before the 19th appeared as base64-encoded in the UI. The UI now includes a button to decode them automatically.
- Logs were loaded from start to end, which made viewing very slow for long runs.
[!NOTE] The dstack logs CLI command may still be affected by the issues above. However, it’s less critical and will be addressed separately.
What's changed
- [chore]: Drop duplicate utility
split_chunks
by @jvstme in https://github.com/dstackai/dstack/pull/2912 - [backends/CloudRift] Fixed issue with terminating inactive instance by @6erun in https://github.com/dstackai/dstack/pull/2918
- Expose GPU metrics collected by runner as Prometheus metrics by @un-def in https://github.com/dstackai/dstack/pull/2916
- [UI] Query logs using descending by @peterschmidt85 in https://github.com/dstackai/dstack/pull/2915
- [UI] Fix logs loading [#2892] by @olgenn in https://github.com/dstackai/dstack/pull/2920
Full changelog: https://github.com/dstackai/dstack/compare/0.19.19...0.19.20