Skip to content

Commit

Permalink
Release 0.14.21 (PrefectHQ#4606)
Browse files Browse the repository at this point in the history
* Cut changelog for 0.14.21

* Update latest doc for 0.14.21

* Bump the release date [ci skip]
  • Loading branch information
zanieb authored Jun 2, 2021
1 parent 183ebf6 commit 1867f20
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 20 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.14.21 <Badge text="beta" type="success" />

Released on June 2, 2021.

### Features

- Add interface for backend key-value metadata store - [#4499](https://github.com/PrefectHQ/prefect/pull/4499)

### Enhancements

- Keep intermediate docker layers when using Docker Storage to improve caching - [#4584](https://github.com/PrefectHQ/prefect/pull/4584)

### Fixes

- Fix possible race condition in `LocalResult` directory creation - [#4587](https://github.com/PrefectHQ/prefect/pull/4587)
- Use absolute paths when registering flows in `prefect register` - [#4593](https://github.com/PrefectHQ/prefect/pull/4593)
- Propagate storage labels (e.g. hostname label on `Local` storage) when registering flows with `prefect register` - [#4593](https://github.com/PrefectHQ/prefect/pull/4593)
- Fix small-flow parallelism issues with multiprocess `LocalDaskExecutor` - [#4602](https://github.com/PrefectHQ/prefect/pull/4602)
- Cleanly handle unpicklable exceptions in tasks - [#4605](https://github.com/PrefectHQ/prefect/pull/4605)

### Contributors

- [Tom Forbes](https://github.com/orf)

## 0.14.20 <Badge text="beta" type="success" />

Released on May 25, 2021.
Expand Down
2 changes: 0 additions & 2 deletions changes/pr4499.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/pr4584.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4587.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4593.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4602.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4605.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
{
text: 'API Reference',
items: [
{ text: 'Latest (0.14.20)', link: '/api/latest/' },
{ text: 'Latest (0.14.21)', link: '/api/latest/' },
{ text: '0.13.19', link: '/api/0.13.19/' },
{ text: '0.12.6', link: '/api/0.12.6/' },
{ text: '0.11.5', link: '/api/0.11.5/' },
Expand Down

0 comments on commit 1867f20

Please sign in to comment.