Skip to content

Commit

Permalink
Merge pull request #3013 from PrefectHQ/release-0.12.5
Browse files Browse the repository at this point in the history
Cut changelog and docs for Release 0.12.5
  • Loading branch information
lauralorenz committed Jul 21, 2020
2 parents 340b1b7 + afdb3cd commit 0c6e874
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 39 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## version=0.12.5 <Badge text="beta" type="success" />

Released on July 21, 2020.

### Features

- Add `resource_manager` api for cleaner setup/cleanup of temporary resources - [#2913](https://github.com/PrefectHQ/prefect/pull/2913)

### Enhancements

- Add `new_flow_context` to FlowRunTask for configurable context - [#2941](https://github.com/PrefectHQ/prefect/issues/2941)
- All storage types now support file-based storage - [#2944](https://github.com/PrefectHQ/prefect/pull/2944)
- Turn work stealing ON by default on Dask K8s environment - [#2973](https://github.com/PrefectHQ/prefect/pull/2973)
- Send regular heartbeats while waiting to retry / dequeue - [#2977](https://github.com/PrefectHQ/prefect/pull/2977)
- Cached states now validate based on `hashed_inputs` for more efficient storage - [#2984](https://github.com/PrefectHQ/prefect/pull/2984)
- Simplify creation of optional parameters with default of `None` - [#2995](https://github.com/PrefectHQ/prefect/pull/2995)

### Task Library

- Implement AWSSecretsManager task - [#2069](https://github.com/PrefectHQ/prefect/issues/2069)
- Update return value and config for DbtShellTask - [#2980](https://github.com/PrefectHQ/prefect/pull/2980)

### Fixes

- Don't send idempotency key when running against a local backend - [#3001](https://github.com/PrefectHQ/prefect/issues/3001)
- Fix bug in `DaskExecutor` when running with external cluster where dask clients could potentially be leaked - [#3009](https://github.com/PrefectHQ/prefect/pull/3009)

### Deprecations

- All states have deprecated the usage of `cached_inputs` - [#2984](https://github.com/PrefectHQ/prefect/pull/2984)

### Breaking Changes

- Remove password from Postgres tasks' initialization methods for security - [#1345](https://github.com/PrefectHQ/prefect/issues/1345)

### Contributors

- [Robin Beer](https://github.com/Zaubeerer)

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

Released on July 14, 2020.
Expand Down
8 changes: 0 additions & 8 deletions changes/flowruntask.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions changes/pr2984.yaml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changes/pr3009.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 @@ -75,7 +75,7 @@ module.exports = {
{
text: 'API Reference',
items: [
{ text: 'Latest (0.12.4)', link: '/api/latest/' },
{ text: 'Latest (0.12.5)', link: '/api/latest/' },
{ text: '0.11.5', link: '/api/0.11.5/' },
{ text: '0.10.7', link: '/api/0.10.7/' },
{ text: '0.9.8', link: '/api/0.9.8/' },
Expand Down

0 comments on commit 0c6e874

Please sign in to comment.