File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.7.2 (Upcoming)
3+ ## 0.7.2
44
5- - ` OutputDefinition ` takes a ` is_required ` rather than a ` is_optional ` argument. This is to
5+ ** Docs**
6+ - New docs site at docs.dagster.io.
7+ - dagster.readthedocs.io is currently stale due to availability issues.
8+
9+ ** New**
10+
11+ - Improvements to S3 Resource. (Thanks @dwallace0723 !)
12+ - Better error messages in Dagit.
13+ - Better font/styling support in Dagit.
14+ - Changed ` OutputDefinition ` to take ` is_required ` rather than ` is_optional ` argument. This is to
615 remain consistent with changes to ` Field ` in 0.7.1 and to avoid confusion
716 with python's typing and dagster's definition of ` Optional ` , which indicates None-ability,
817 rather than existence. ` is_optional ` is deprecated and will be removed in a future version.
18+ - Added support for Flower in dagster-k8s.
19+ - Added support for environment variable config in dagster-snowflake.
20+
21+ ** Bugfixes**
22+ - Improved performance in Dagit waterfall view.
23+ - Fixed bug when executing solids downstream of a skipped solid.
24+ - Improved navigation experience for pipelines in Dagit.
25+ - Fixed for the dagster-aws CLI tool.
26+ - Fixed issue starting Dagit without DAGSTER_HOME set on windows.
27+ - Fixed pipeline subset execution in partition-based schedules.
928
1029## 0.7.1
1130
You can’t perform that action at this time.
0 commit comments