Skip to content

Commit

Permalink
add some warnings to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 8, 2024
1 parent ad55d1c commit 7d312cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/paradox/release-notes/releases-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Apache Pekko 1.1.x releases support Java 8 and above.

Release notes for Apache Pekko 1.1.0. See [GitHub Milestone for 1.1.0-M1](https://github.com/apache/pekko/milestone/2?closed=1) and [GitHub Milestone for 1.1.0](https://github.com/apache/pekko/milestone/7?closed=1) for a fuller list of changes.

Pekko Remote and/or Cluster users who use Netty instead of Aeron should note that we now support Netty 4 instead of Netty 3. It is recommended that you run some tests before you go into production with this new release.

Please review the Known Issues below.

### 1.0.x changes

Apache Pekko 1.1.0 contains all of the changes that have been released in the @ref:[1.0.x releases](releases-1.0.md) up to and including v1.0.3.
Expand Down Expand Up @@ -99,6 +103,7 @@ Most of the dependency changes are small patch level upgrades. Some exceptions i

### Known Issues

* A race condition has been introduced into pekko-cluster-sharding which needs to be fixed in a Pekko 1.1.1 release. Users who use Cluster Sharding should skip this release. The problem does not appear in v1.1.0-M1. ([#1463](https://github.com/apache/pekko/pull/1463))
* For Scala 2.12 users, we have run into an issue with stream-testkit function `expectNextWithTimeoutPF` ([#1393](https://github.com/apache/pekko/issues/1393)).
* For now, the consensus is not to change this as it appears to be more of a Scala 2.12 compiler issue.
* Affected Scala 2.12 users can stick with Pekko 1.0 or change their code to get it to compile. The most reliable code change is to move the PartialFunction code and declare it as a `val`.
Expand Down

0 comments on commit 7d312cb

Please sign in to comment.