Skip to content

Commit

Permalink
Release 1.6.1 changelog (#19257)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Changelog
  • Loading branch information
salazarm committed Jan 17, 2024
1 parent 573d477 commit 564cbcd
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

# 1.6.1 (core) / 0.22.1 (libraries)

### New

- Added experimental functionality which hides user code errors from the Dagster UI. You may enable this functionality by setting the `DAGSTER_REDACT_USER_CODE_ERRORS` environment variable to `1`.
- [dagster-dbt] `@dbt_assets` now accepts a `required_resource_keys` argument.

### Bugfixes

- Fixed a bug where a run that targets no steps is launched by an asset backfill when code updates are pushed after backfill launch time.
- Previously a graphQL error would be thrown on the asset backfill page if certain unpartitioned assets were changed to a partitioned assets. This has been fixed.
- [ui] Show run log timestamps in the user’s preferred hour cycle (12/24h) format.
- [ui] The “Export to SVG” option now works as expected in the improved asset graph UI.
- [ui] On the asset graph, hovering over a collapsed group or the title bar of an expanded group highlights all edges in/out of the group.
- Fixed occasional CI/CD errors when building documentation on a feature branch

### Community Contributions

- fix: add missing volumes and volumeMounts in job-instance-migrate.yaml. Thanks [@nhuray](https://github.com/nhuray)!

### Documentation

- Fixed typos in the docs.

### Dagster Cloud

- [ui] Fix dark theme colors for billing components.
- [ui] Show the number of users for each grant type (admin, editor, etc.) on the Users page.

# 1.6.0 (core) / 0.22.0 (libraries)

## Major Changes since 1.5.0 (core) / 0.21.0 (libraries)
Expand Down

0 comments on commit 564cbcd

Please sign in to comment.