Skip to content

Commit c027996

Browse files
smackeseyclairelin135
authored andcommitted
[changelog] 1.8.13 (#25500)
Changelog 1.8.13
1 parent 1be1105 commit c027996

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGES.md

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

3+
## 1.8.13 (core) / 0.24.13 (libraries)
4+
5+
### New
6+
7+
- Performance improvements when loading code locations using multi-assets with many asset keys.
8+
- `AutomationCondition.in_progress()` now will be true if an asset partition is part of an in-progress backfill that has not yet executed it. The prior behavior, which only considered runs, is encapsulated in `AutomationCondition.execution_in_progress()`.
9+
- [ui] Added tag filter to the jobs page.
10+
- [ui] Preserve user login state for a longer period of time.
11+
- [dagster-dbt] Performance improvements when loading definitions using `build_dbt_asset_selection`.
12+
- [dagster-docker] `container_kwargs.stop_timeout` can now be set when using the `DockerRunLauncher` or `docker_executor` to configure the amount of time that Docker will wait when terminating a run for it to clean up before forcibly stopping it with a SIGKILL signal.
13+
- [dagster-sigma] The Sigma integration now fetches initial API responses in parallel, speeding up initial load.
14+
- [dagster-looker] Attempt to naively render liquid templates for derived table sql.
15+
- [dagster-looker] Added support for views and explores that rely on refinements or extends.
16+
- [dagster-looker] When fetching explores and dashboards from the Looker API, retrieve in parallel.
17+
18+
### Bugfixes
19+
20+
- Fixed an issue with `AutomationCondition.eager()` that could cause it to attempt to launch a second attempt of an asset in cases where it was skipped or failed during a run where one of its parents successfully materialized.
21+
- Fixed an issue which would cause `AutomationConditionSensorDefinitions` to not be evaluated if the `use_user_code_server` value was toggled after the initial evaluation.
22+
- Fixed an issue where configuration values for aliased pydantic fields would be dropped.
23+
- [ui] Fix an issue in the code locations page where invalid query parameters could crash the page.
24+
- [ui] Fix navigation between deployments when query parameters are present in the URL.
25+
- [helm] the blockOpConcurrencyLimitedRuns section of queuedRunCoordinator now correctly templates the appropriate config.
26+
- [dagster-sigma] Fixed pulling incomplete data for very large workspaces.
27+
328
## 1.8.12 (core) / 0.24.12 (libraries)
429

530
### New

0 commit comments

Comments
 (0)