Skip to content

Commit

Permalink
Merge pull request PrefectHQ#4448 from PrefectHQ/release-0.14.17
Browse files Browse the repository at this point in the history
Release 0.14.17
  • Loading branch information
zanieb authored Apr 27, 2021
2 parents 377f2fe + 47317e7 commit 1e63886
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 46 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

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

Released on April 27, 2021.

### Features

- Add git storage - [#4418](https://github.com/PrefectHQ/prefect/pull/4418)

### Enhancements

- Add test coverage for threaded `LocalDaskExecutor` timeouts - [#4217](https://github.com/PrefectHQ/prefect/pull/4217)
- Add environment variable support to UniversalRunConfig - [#4383](https://github.com/PrefectHQ/prefect/pull/4383)
- Adds column name fetching to PostgresFetch task - [#4414](https://github.com/PrefectHQ/prefect/pull/4414)
- Allow external Postgres with `prefect server start` command - [#4424](https://github.com/PrefectHQ/prefect/pull/4424)

### Fixes

- Pass reference tasks states instead of task states to terminal_state_handler - [#4409](https://github.com/PrefectHQ/prefect/pull/4409)
- Check for AWS_RETRY_MODE variable before setting default in `ECSAgent` - [#4417](https://github.com/PrefectHQ/prefect/pull/4417)
- Fixed bug from Flow.copy() not copying the slugs dictionary - [#4435](https://github.com/PrefectHQ/prefect/pull/4435)
- Fix compatibility with PyGithub >= 1.55 - [#4440](https://github.com/PrefectHQ/prefect/pull/4440)

### Contributors

- [Ben Fogelson](https://github.com/benfogelson)
- [Gabriel Montañola](https://github.com/gmontanola)

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

Released on April 14, 2021.
Expand Down
3 changes: 0 additions & 3 deletions changes/pr4217.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

23 changes: 0 additions & 23 deletions changes/pr4435.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4440.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.16)', link: '/api/latest/' },
{ text: 'Latest (0.14.17)', 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 1e63886

Please sign in to comment.