From 7ce503e92e7e5387a7cb16c66cff1aca648d24d0 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 4 Mar 2024 19:13:53 +0100 Subject: [PATCH] 1.0.3-M1 release notes (#1055) (#1175) * 1.0.3-M1 release notes * Update index.md * Update index.md * Update index.md * fix typo --- docs/src/main/paradox/release-notes/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.