Skip to content

Commit

Permalink
CHANGES for 0.8.1
Browse files Browse the repository at this point in the history
Test Plan: none

Reviewers: prha

Subscribers: max

Differential Revision: https://dagster.phacility.com/D3482
  • Loading branch information
sryza committed Jun 13, 2020
1 parent 3876f8b commit 092a361
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.8.1

**Bugfix**

- Fixed a file descriptor leak that caused `OSError: [Errno 24] Too many open files` when enough
temporary files were created.
- Fixed an issue where an empty config in the Playground would unexpectedly be marked as invalid
YAML.
- Removed "config" deprecation warnings for dask and celery executors.

**New**

- Improved performance of the Assets page.

## 0.8.0 "In The Zone"

**Major Changes**
Expand Down

0 comments on commit 092a361

Please sign in to comment.