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-http.git
The following commit(s) were added to refs/heads/main by this push:
new 0b3f7c6d1 Release notes for 2.0.0-M1 (#924)
0b3f7c6d1 is described below
commit 0b3f7c6d14abadbdf0df76c977537ce661c35edb
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Jan 20 19:29:42 2026 +0100
Release notes for 2.0.0-M1 (#924)
Kept it fairly short, I think it doesn't make sense to have an exhaustive
list but we should collect some of the highlights when we get closer to a
non-milestone 2.0.0 release.
---
docs/src/main/paradox/release-notes/index.md | 1 +
docs/src/main/paradox/release-notes/releases-2.0.md | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/docs/src/main/paradox/release-notes/index.md
b/docs/src/main/paradox/release-notes/index.md
index 8f9fe2e79..d144cb407 100644
--- a/docs/src/main/paradox/release-notes/index.md
+++ b/docs/src/main/paradox/release-notes/index.md
@@ -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)
diff --git a/docs/src/main/paradox/release-notes/releases-2.0.md
b/docs/src/main/paradox/release-notes/releases-2.0.md
new file mode 100644
index 000000000..a6a6b95aa
--- /dev/null
+++ b/docs/src/main/paradox/release-notes/releases-2.0.md
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]