Skip to content

Commit

Permalink
1.8.6 changelog (#24355)
Browse files Browse the repository at this point in the history
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)_
  • Loading branch information
gibsondan authored Sep 10, 2024
1 parent 941930c commit 02b3f37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

1 comment on commit 02b3f37

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-ijk45fe5i-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 02b3f37.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.