This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 947ee49293 Release notes 1.1.5 (#1931) (#1952)
947ee49293 is described below
commit 947ee49293dd57cb488259efac356accfb5c18d3
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jul 18 09:19:23 2025 +0100
Release notes 1.1.5 (#1931) (#1952)
* pekko 1.1.5: release notes
* fix wrong PR link
merge issues
---
.github/workflows/publish-1.1-docs.yml | 12 ++++++------
docs/src/main/paradox/release-notes/releases-1.1.md | 10 +++++++++-
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-1.1-docs.yml
index 2321bef221..7dfcfa0385 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -60,20 +60,20 @@ jobs:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
run: |-
- sbt -Dpekko.genjavadoc.enabled=true
-Dpekko.genlicensereport.enabled=true "set ThisBuild / version := \"1.1.4\";
docs/paradox; unidoc"
+ sbt -Dpekko.genjavadoc.enabled=true
-Dpekko.genlicensereport.enabled=true "set ThisBuild / version := \"1.1.5\";
docs/paradox; unidoc"
# Create directory structure upfront since rsync does not create
intermediate directories otherwise
- name: Create directory structure
run: |-
- mkdir -p target/nightly-docs/docs/pekko/1.1.4/
+ mkdir -p target/nightly-docs/docs/pekko/1.1.5/
mkdir -p target/nightly-docs/docs/pekko/1.1/
- cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko/1.1.4/docs
+ cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko/1.1.5/docs
cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko/1.1/docs
rm -r docs/target/paradox/site/main/
- cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko/1.1.4/api
+ cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko/1.1.5/api
cp -r target/scala-2.13/unidoc target/nightly-docs/docs/pekko/1.1/api
rm -r target/scala-2.13/unidoc
- cp -r target/javaunidoc target/nightly-docs/docs/pekko/1.1.4/japi
+ cp -r target/javaunidoc target/nightly-docs/docs/pekko/1.1.5/japi
cp -r target/javaunidoc target/nightly-docs/docs/pekko/1.1/japi
rm -r target/javaunidoc
@@ -82,7 +82,7 @@ jobs:
with:
upload: true
switches: --archive --compress --update --delete --progress
--relative
- local_path: target/nightly-docs/./docs/pekko/1.1.4 # The
intermediate dot is to show `--relative` which paths to operate on
+ local_path: target/nightly-docs/./docs/pekko/1.1.5 # The
intermediate dot is to show `--relative` which paths to operate on
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
diff --git a/docs/src/main/paradox/release-notes/releases-1.1.md
b/docs/src/main/paradox/release-notes/releases-1.1.md
index 2628a2703e..770ce04c45 100644
--- a/docs/src/main/paradox/release-notes/releases-1.1.md
+++ b/docs/src/main/paradox/release-notes/releases-1.1.md
@@ -2,6 +2,14 @@
Apache Pekko 1.1.x releases support Java 8 and above.
+## 1.1.5
+
+Pekko 1.1.5 is a bug fix release. See [GitHub Milestone for
1.1.5](https://github.com/apache/pekko/milestone/17?closed=1) for a fuller list
of changes.
+
+### Bug Fixes
+
+* Fix issue with number deserialization in pekko-cluster-metrics
([PR1899](https://github.com/apache/pekko/pull/1899))
+
## 1.1.4
Pekko 1.1.4 is a bug fix and dependency upgrade release. See [GitHub Milestone
for 1.1.4](https://github.com/apache/pekko/milestone/14?closed=1) for a fuller
list of changes.
@@ -9,7 +17,7 @@ Pekko 1.1.4 is a bug fix and dependency upgrade release. See
[GitHub Milestone f
### Bug Fixes
* Fix occasional ordering issue in FlowWithContext#unsafeOptionalDataVia
([PR1681](https://github.com/apache/pekko/pull/1681))
-* Issue forming mixed Akka/Pekko cluster when classic remoting with SSL/TLS is
used ([PR1851](https://github.com/apache/pekko/pull/1851))
+* Issue forming mixed Akka/Pekko cluster when classic remoting with SSL/TLS is
used ([PR1857](https://github.com/apache/pekko/pull/1857))
* Join cluster check adjusted to support Akka nodes
([PR1866](https://github.com/apache/pekko/pull/1866),
[PR1877](https://github.com/apache/pekko/pull/1877))
* If you are attempting to mix Akka and Pekko nodes in a cluster, it is
still recommended to disable the join cluster check but these changes may be
enough to get it work
([docs](https://cwiki.apache.org/confluence/display/PEKKO/Pekko+Akka+Compatibility)).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]