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 40ea0bc5cf Update releases-1.1.md (#1883) (#1900)
40ea0bc5cf is described below
commit 40ea0bc5cf26e4f4728f05d94fbfaf5d961e8527
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jun 13 15:23:15 2025 +0100
Update releases-1.1.md (#1883) (#1900)
---
docs/src/main/paradox/release-notes/releases-1.1.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
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 cb76409612..2628a2703e 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,25 @@
Apache Pekko 1.1.x releases support Java 8 and above.
+## 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.
+
+### 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))
+* 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)).
+
+### Changes
+
+* Add the missing EmptySource case to TraversalBuilder
([PR1743](https://github.com/apache/pekko/issues/1743))
+
+### Dependency Changes
+
+* netty 4.1.121.Final
+
## 1.1.3
Pekko 1.1.3 is a bug fix and dependency upgrade release. See [GitHub Milestone
for 1.1.3](https://github.com/apache/pekko/milestone/13?closed=1) for a fuller
list of changes.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]