ptrdom commented on code in PR #235: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/235#discussion_r2313716474
########## docs/src/main/paradox/release-notes/releases-1.1.md: ########## @@ -2,19 +2,22 @@ Apache Pekko Persistence R2DBC 1.1.x releases support Java 8 and above. -## 1.1.0-M1 +## 1.1.0 -Release notes for Apache Pekko Persistence R2DBC 1.1.0-M1. See [GitHub Milestone for 1.1.0-M1](https://github.com/apache/pekko-persistence-r2dbc/milestone/2?closed=1) for a fuller list of changes. -As with all milestone releases, this release is not recommended for production use - it is designed to allow users to try out the changes in a test environment. +Release notes for Apache Pekko Persistence R2DBC 1.1.0. See [GitHub Milestone for 1.1.0-M1](https://github.com/apache/pekko-persistence-r2dbc/milestone/2?closed=1) and [GitHub Milestone for 1.1.0](https://github.com/apache/pekko-persistence-r2dbc/milestone/3?closed=1) for a fuller list of changes. ### Breaking Changes * The dependency on org.postgresql:r2dbc-postgresql is no longer added to our dependency pom.xml - * Users need to add their own explicit dependency if they want to use Postgres (version 1.0.7.RELEASE recommended) + * Users need to add their own explicit dependency if they want to use Postgres (release tested with r2dbc-postgresql 1.0.7.RELEASE) * We now support Postgres and MySQL in pekko-persistence-r2dbc and pekko-projection-r2dbc Review Comment: Maybe MySQL support should be a top-level item instead of a sub-item under Postgres changes? This is a minor thing from a previous commit, but it did stand out for me again now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
