Features
- Add interface for backend key-value metadata store - #4499
Enhancements
- Keep intermediate docker layers when using Docker Storage to improve caching - #4584
Fixes
- Fix possible race condition in
LocalResult
directory creation - #4587 - Use absolute paths when registering flows in
prefect register
- #4593 - Propagate storage labels (e.g. hostname label on
Local
storage) when registering flows withprefect register
- #4593 - Fix small-flow parallelism issues with multiprocess
LocalDaskExecutor
- #4602 - Cleanly handle unpicklable exceptions in tasks - #4605