Skip to content

Commit cbdffe4

Browse files
authored
Merge pull request PrefectHQ#3140 from jcrist/release-0132
Update changelog and docs for release 0.13.2
2 parents e6f1b83 + 2e75efe commit cbdffe4

File tree

8 files changed

+30
-42
lines changed

8 files changed

+30
-42
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 0.13.2 <Badge text="beta" type="success" />
4+
5+
Released on August 11, 2020.
6+
7+
### Features
8+
9+
- Pandas DataFrame Serializer - [#3020](https://github.com/PrefectHQ/prefect/pull/3020), [#2963](https://github.com/PrefectHQ/prefect/pull/2963), [#2917](https://github.com/PrefectHQ/prefect/issues/2917)
10+
11+
### Enhancements
12+
13+
- Agents set flow run execution command based on flow's core version - [#3113](https://github.com/PrefectHQ/prefect/pull/3113)
14+
- Clean up extra labels on jobs created by Kubernetes agent - [#3129](https://github.com/PrefectHQ/prefect/pull/3129)
15+
16+
### Task Library
17+
18+
- Return `LoadJob` object in `BigQueryLoad` tasks - [#3086](https://github.com/PrefectHQ/prefect/issues/3086)
19+
20+
### Fixes
21+
22+
- Fix bug with `LocalDaskExecutor('processes')` that allowed tasks to be run multiple times in certain cases - [#3127](https://github.com/PrefectHQ/prefect/pull/3127)
23+
- Add toggle to bypass bug in `slack_notifier` that attempted to connect to backend even if the backend didn't exist - [#3136](https://github.com/PrefectHQ/prefect/pull/3136)
24+
25+
### Contributors
26+
27+
- [Andrew Schechtman-Rook](https://github.com/AndrewRook)
28+
- [Franklin Winokur](https://github.com/fwinokur)
29+
- [Fraznist](https://github.com/Fraznist)
30+
- [Jackson Maxfield Brown](https://github.com/JacksonMaxfield)
31+
332
## 0.13.1 <Badge text="beta" type="success" />
433

534
Released on August 6, 2020.

changes/issue3086.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changes/pr3020.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

changes/pr3113.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/pr3127.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/pr3129.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/pr3136.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = {
7474
{
7575
text: 'API Reference',
7676
items: [
77-
{ text: 'Latest (0.13.1)', link: '/api/latest/' },
77+
{ text: 'Latest (0.13.2)', link: '/api/latest/' },
7878
{ text: '0.12.6', link: '/api/0.12.6/' },
7979
{ text: '0.11.5', link: '/api/0.11.5/' },
8080
{ text: '0.10.7', link: '/api/0.10.7/' },

0 commit comments

Comments
 (0)