Skip to content

Commit

Permalink
1.4.16 Changelog (#16722)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairelin135 authored and prha committed Sep 22, 2023
1 parent ae49e72 commit 3b7063d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

# 1.4.16 / 0.20.16 (libraries)

### New

- [ui] When using the search input within Overview pages, if the viewer’s code locations have not yet fully loaded into the app, a loading spinner will now appear to indicate that search results are pending.

### Bugfixes

- Fixed an asset backfill bug that caused occasionally caused duplicate runs to be kicked off in response to manual runs upstream.
- Fixed an issue where launching a run from the Launchpad that included many assets would sometimes raise an exception when trying to create the tags for the run.
- [ui] Fixed a bug where clicking to view a job from a run could lead to an empty page in situations where the viewer’s code locations had not yet loaded in the app.

### Deprecations

- Deprecated `ExpectationResult`. This will be made irrelevant by upcoming data quality features.

### Community Contributions

- Enabled chunked backfill runs to target more than one asset, thanks @ruizh22!

### Experimental

- Users can now emit arbitrary asset materializations, observations, and asset check evaluations from sensors via `SensorResult`.

# 1.4.15 / 0.20.15 (libraries)

### New
Expand Down

0 comments on commit 3b7063d

Please sign in to comment.