Skip to content

Commit 38c889b

Browse files
OwenKephartelementl-devtools
authored andcommitted
1.13.10 changelog (#25659)
## Summary & Motivation ## Test Plan ## Changelog > The changelog is generated by an agent that examines merged PRs and > summarizes/categorizes user-facing changes. You can optionally replace > this text with a terse description of any user-facing changes in your PR, > which the agent will prioritize. Otherwise, delete this section. Internal-RevId: 5210567ff2a5e1f91518f041fb654865dbcfed3c
1 parent 933faa9 commit 38c889b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.13.10 (core) / 0.29.10 (libraries)
4+
5+
### Bugfixes
6+
7+
- Fixed a bug where `DagsterInstance.get_latest_materialization_event` (and `get_asset_records`) could return a stale pre-wipe materialization for a wiped asset once a new run targeting the asset started or an observation was reported. In Dagster+, fixed the analogous bug where wiping partitions could leave the wiped partition's materialization as the asset's latest materialization.
8+
- Fixed an issue where an asset backfill could get stuck — emitting no further runs but never completing — when an asset whose partitions definition includes certain dates depended on an asset whose partitions definition excludes them.
9+
- Fixed a performance issue where assets partitioned by a cron schedule using an explicit minute list (e.g. `0,30 * * * *`) computed partition counts much more slowly than the equivalent `*/30` schedule.
10+
- Improved the performance of loading the backfills for a partition set on deployments with a large number of backfills, which previously fetched and deserialized every backfill in the deployment on each request.
11+
- [ui] Fixed a performance regression that caused views with truncated text, such as the asset catalog, to render slowly.
12+
- [dagster-cloud] Fixed an issue where importing `dagster_cloud.serverless` could fail with a missing `boto3` dependency on serverless deployments that did not install the `[serverless]` extra.
13+
314
## 1.13.9 (core) / 0.29.9 (libraries)
415

516
### New

0 commit comments

Comments
 (0)