From 092a36150b119ea6604bdd37f865bc547de55f7e Mon Sep 17 00:00:00 2001 From: Sandy Ryza Date: Fri, 12 Jun 2020 16:38:50 -0700 Subject: [PATCH] CHANGES for 0.8.1 Test Plan: none Reviewers: prha Subscribers: max Differential Revision: https://dagster.phacility.com/D3482 --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e1899ba530345..dab11631e2007 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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**