diff --git a/docs/src/main/paradox/release-notes/index.md b/docs/src/main/paradox/release-notes/index.md index 69eb39c17fa..1c74b7aff4f 100644 --- a/docs/src/main/paradox/release-notes/index.md +++ b/docs/src/main/paradox/release-notes/index.md @@ -1,5 +1,23 @@ # Release Notes +## 1.0.3-M1 +This is milestone release and is aimed at testing some new support for users who want to add Pekko nodes to an existing Akka cluster. This support is experimental. This release should not be used in production. + +### Bug Fixes + +* Fix StackOverflowError in ByteStringBuilder.addAll ([PR903](https://github.com/apache/incubator-pekko/pull/903)) +* Fix issue with possible int overflow in snapshot interval calculation ([PR1088](https://github.com/apache/incubator-pekko/pull/1088)) + +### Other Changes + +* Change the manager name to use `pekko` in the name ([PR587](https://github.com/apache/incubator-pekko/pull/587)) +* Support interacting with Akka Remote and Cluster nodes ([PR765](https://github.com/apache/incubator-pekko/pull/765), [PR1112](https://github.com/apache/incubator-pekko/pull/1112)) + * See the [wiki notes](https://cwiki.apache.org/confluence/display/PEKKO/Pekko+Akka+Compatibility) about uptaking this +* Change noisy logging in DNS handler ([PR835](https://github.com/apache/incubator-pekko/pull/835)) +* Support reading akka-persistence snapshots ([PR837](https://github.com/apache/incubator-pekko/pull/837), [PR841](https://github.com/apache/incubator-pekko/pull/841)) +* Fix deprecation version on GraphApply ([PR877](https://github.com/apache/incubator-pekko/pull/877)) +* Reject zero and negative periodic tasks schedule ([PR887](https://github.com/apache/incubator-pekko/pull/887)) + ## 1.0.2 A minor bug fix release.