Skip to content

Commit

Permalink
0.14.2 changelog (#6789)
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed Feb 24, 2022
1 parent 50eda7a commit f17a1fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

# 0.14.2

### New

* Run status sensors can now be invoked in unit tests. Added `build_run_sensor_status_context` to help build context objects for run status sensors

### Bugfixes

* An issue preventing the use of `default_value` on inputs has been resolved. Previously, a defensive error that did not take `default_value` in to account was thrown.
* [dagster-aws] Fixed issue where re-emitting log records from the pyspark_step_launcher would occasionally cause a failure.
* [dagit] The asset catalog now displays entries for materialized assets when only a subset of repositories were selected. Previously, it only showed the software-defined assets unless all repositories were selected in Dagit.

### Community Contributions

* Fixed an invariant check in the databricks step launcher that was causing failures when setting the `local_dagster_job_package_path` config option (Thanks Iswariya Manivannan!)

### Documentation

* Fixed the example code in the `reconstructable` API docs.

# 0.14.1

### New
Expand Down

1 comment on commit f17a1fa

@vercel
Copy link

@vercel vercel bot commented on f17a1fa Feb 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.