jxnu-liguobin commented on code in PR #214: URL: https://github.com/apache/pekko-persistence-cassandra/pull/214#discussion_r1684179668
########## docs/src/main/paradox/release-notes/releases-1.1.md: ########## @@ -0,0 +1,14 @@ +# Release Notes (1.1.x) + +## 1.1.0-M1 +Release notes for Apache Pekko Persistence Cassandra 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/pekko-persistence-cassandra/milestone/1?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. + +### Bug Fixes +* When PreparedStatement initialization fails, the code used not recover ([#103](https://github.com/apache/pekko-persistence-cassandra/issues/103)) + +### Other Changes +* Improve the pattern matching for CassandraJournal options ([PR28](https://github.com/apache/pekko-persistence-cassandra/pull/28)) + +### Dependency Upgrades +* Apache assandra Driver 4.18 (replaces the Datastax Driver that was used before, this was donated to Apache Cassandra and they released 4.18 from this) Review Comment: Is there a missing C? -- 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]
