Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/main/paradox/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@@@ index

* [2.0 Milestone Releases](releases-2.0.md)
* [1.3 Releases](releases-1.3.md)
* [1.2 Releases](releases-1.2.md)
* [1.1 Releases](releases-1.1.md)
Expand Down
14 changes: 14 additions & 0 deletions docs/src/main/paradox/release-notes/releases-2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 0. Release Notes (2.0.x)

## 2.0.0-M1

This is milestone release and is aimed at testing this new major version
by early adopters. This is experimental. This release should not be used in production.

### Main changes

* Pekko 2.0.0-M1 is the new minimum Pekko version
* Java 17 is the new minimum JRE version
* Scala 2.12 support dropped
* A lot of deprecated code removed
* A lot of pekko.util classes for Scala version compatibility have been removed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This last one is more of a pekko core change #783 and #837 might be worth highlighting. Maybe a generic mention of using latest dependency versions too.