| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sha256.sum | 2026-08-27 | 411 Bytes | |
| create-dagster-installer.sh | 2026-08-27 | 47.3 kB | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2026-08-27 | 114 Bytes | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2026-08-27 | 133.1 MB | |
| create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2026-08-27 | 109 Bytes | |
| create-dagster-x86_64-apple-darwin.tar.xz | 2026-08-27 | 54.1 MB | |
| create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2026-08-27 | 110 Bytes | |
| create-dagster-aarch64-apple-darwin.tar.xz | 2026-08-27 | 54.2 MB | |
| 1.13.20 (core) _ 0.29.20 (libraries) source code.tar.gz | 2026-08-27 | 142.5 MB | |
| 1.13.20 (core) _ 0.29.20 (libraries) source code.zip | 2026-08-27 | 149.7 MB | |
| README.md | 2026-08-27 | 736 Bytes | |
| Totals: 11 Items | 533.8 MB | 1 | |
New
- In Dagster+, dynamic partitions can now be wiped and deleted in a single action, clearing the asset's degraded health status. Multi-partitioned assets are not yet supported.
- Alert policies can now notify on successful code location deploys.
- [ui] Filter inputs now show your recent searches in the autocomplete dropdown before you start typing.
- [ui] Refreshed the Dagster and Dagster+ logos and favicons to the new branding.
- [ui] Updated the Google kind tag icons. (Thanks, @dragos-pop!)
Bugfixes
- [dagster-aws] Fixed an issue where an ECS run launch would fail instead of retrying when ECS reported a transient
AGENTfailure. (Thanks, @yishern!)