Skip to content

Commit

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

* Cleanup changelog [ci skip]
  • Loading branch information
zanieb authored Jun 16, 2021
1 parent 2b0c293 commit ea306ff
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 25 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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

Released on June 15, 2021.

### Enhancements

- Use `functools.update_wrapper` for `FunctionTask` - [#4608](https://github.com/PrefectHQ/prefect/pull/4608)
- Add ability to merge reference tasks when combining two flows - [#4644](https://github.com/PrefectHQ/prefect/pull/4644)
- Add client side check for key value size - [#4655](https://github.com/PrefectHQ/prefect/pull/4655)
- Ensure stack traces are included in logs during task run exceptions - [#4657](https://github.com/PrefectHQ/prefect/pull/4657)
- Add `poll_interval` parameter to `StartFlowRun` to define the polling interval when waiting for the flow run to finish - [#4641](https://github.com/PrefectHQ/prefect/pull/4641)
- Add ability to set task timeouts with `timedelta` objects - [#4619](https://github.com/PrefectHQ/prefect/pull/4619)

### Fixes

- Add ssh documentation - [#4539](https://github.com/PrefectHQ/prefect/pull/4539)

### Contributors

- [Pawel Janowski, Recursion](https://github.com/pjanowski)
- [Peter Roelants](https://github.com/peterroelants)

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

Released on June 2, 2021.
Expand Down
2 changes: 0 additions & 2 deletions changes/pr4539.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changes/pr4655.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit ea306ff

Please sign in to comment.