Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG.md for v0.3.2 release (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored May 25, 2023
1 parent 48f5ddf commit 975f1e8
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Changed argument in getting started documentation.

### Deprecated

### Removed

### Fixed

- Fixed bug where `S3Bucket::list_objects` was truncating prefix paths ending with slashes.
## 0.3.2

Released on May 25th, 2023.

### Added

- Stream ECS Worker flow run logs to the API - [#267](https://github.com/PrefectHQ/prefect-aws/pull/267)

### Fixed

- Fixed bug where incorrect credentials model was selected when `MinIOCredentials` was used with `S3Bucket` - [#254](https://github.com/PrefectHQ/prefect-aws/pull/254)
- Fixed bug where `S3Bucket.list_objects` was truncating prefix paths ending with slashes - [#263](https://github.com/PrefectHQ/prefect-aws/pull/263)
- Fixed bug where ECS worker could not cancel flow runs - [#268](https://github.com/PrefectHQ/prefect-aws/pull/268)

### 0.3.1
## 0.3.1

Released on April 20th, 2023.

Expand All @@ -33,7 +44,7 @@ Released on April 20th, 2023.
- Fixes retrieving files from large buckets via pagination in the `pull_project_from_s3` step - [#240](https://github.com/PrefectHQ/prefect-aws/pull/240)
- Slugify tags to ensure compatibility with ECS limitations - [#245](https://github.com/PrefectHQ/prefect-aws/pull/245)

### 0.3.0
## 0.3.0

Released on April 6th, 2023.

Expand Down

0 comments on commit 975f1e8

Please sign in to comment.