From 02b3f3725636bd70a3eb44715d83615ea73bd571 Mon Sep 17 00:00:00 2001 From: gibsondan Date: Tue, 10 Sep 2024 11:33:32 -0500 Subject: [PATCH] 1.8.6 changelog (#24355) Summary: Add fix for serverless IO manager issue. ## Summary & Motivation ## How I Tested These Changes ## Changelog Insert changelog entry or "NOCHANGELOG" here. - [ ] `NEW` _(added new feature or capability)_ - [ ] `BUGFIX` _(fixed a bug)_ - [ ] `DOCS` _(added or updated documentation)_ --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3dbe97e7e551b..e63367587f888 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## 1.8.6 (core) / 0.24.6 (libraries) + +### Bugfixes + +- Fixed an issue where runs in Dagster+ Serverless that materialized partitioned assets would sometimes fail with an `object has no attribute '_base_path'` error. +- [dagster-graphql] Fixed an issue where the `statuses` filter argument to the `sensorsOrError` GraphQL field was sometimes ignored when querying GraphQL for multiple sensors at the same time. + ## 1.8.5 (core) / 0.24.5 (libraries) ### New