pjfanning commented on code in PR #924: URL: https://github.com/apache/pekko-http/pull/924#discussion_r2691126917
########## docs/src/main/paradox/release-notes/releases-2.0.md: ########## @@ -0,0 +1,14 @@ +# 0. Release Notes (2.0.x) + +## 2.0.0-M1 + +This is milestone release and is aimed at testing this new major version +by early adopters. This is experimental. This release should not be used in production. + +### Main changes + +* Pekko 2.0.0-M1 is the new minimum Pekko version +* Java 17 is the new minimum JRE version +* Scala 2.12 support dropped +* A lot of deprecated code removed +* A lot of pekko.util classes for Scala version compatibility have been removed Review Comment: This last one is more of a pekko core change #783 and #837 might be worth highlighting. Maybe a generic mention of using latest dependency versions too. -- 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]
