Skip to content

Commit b3f8a77

Browse files
committed
update CHANGES.md
1 parent fc0be9f commit b3f8a77

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
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

0 commit comments

Comments
 (0)