Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #2108. New boto session for each thread #2136

Merged
merged 8 commits into from
Mar 11, 2020
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
lauralorenz committed Mar 10, 2020
commit dfade865ed0ae248394777a91e589b7b135840e3
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ These changes are available in the [master branch](https://github.com/PrefectHQ/

### Enhancements

- - Add examples to Interactive API Docs [#2122](https://github.com/PrefectHQ/prefect/pull/2122)
- Add examples to Interactive API Docs [#2122](https://github.com/PrefectHQ/prefect/pull/2122)
- Use a new boto3 session per thread when using S3ResultHandlers [#2108](https://github.com/PrefectHQ/prefect/issues/2108)

### Task Library

Expand Down