pjfanning commented on code in PR #178: URL: https://github.com/apache/pekko-site/pull/178#discussion_r2609631719
########## src/main/paradox/version-support.md: ########## @@ -0,0 +1,52 @@ +# Version Support + +Apache Pekko uses [Semantic Versioning 2.0.0](https://semver.org/). + +Currently, the versions of the various Apache Pekko @ref:[Modules](modules.md) are fairly +closely synched up. This may not continue to be the case in future and we aim to +keep this page up to date to try to describe what versions work with each other. + +A separate but related topic is our set of [Binary Compatibility rules](https://pekko.apache.org/docs/pekko/current/common/binary-compatibility-rules.html). + +## Version 2.0.x Milestones + +We have started releasing 2.0.0 milestone releases beginning with the core Pekko +module and working through the modules that are most widely used. The milestone releases +are only for testing purposes and to facilitate library maintainers. They are not meant +to be used in production. + +Due to quite a lot of deprecated code being removed in 2.0.x, it is unlikely that libs Review Comment: I removed half the paragraph. The binary compatibility rules are already mentioned earlier on the page. -- 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]
