Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions release/release-notes/data-prepper.release-notes-2.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

### Breaking Changes

* The Docker task no longer runs as root. This may break existing Docker compose configurations. For example, mapping the `.aws` directory to the `/root/.aws` directory should map it to `/.aws` instead.

### Features

* Support AWS Aurora/RDS PostgreSQL as source ([#5309](https://github.com/opensearch-project/data-prepper/issues/5309))
Expand Down
Loading