This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pekko-release in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit 92d3c78631bdfea1981828327fb5e9e280b524b8 Author: PJ Fanning <[email protected]> AuthorDate: Sun Jun 23 00:47:45 2024 +0100 pekko 1.0.3 release --- content/download.html | 9 ++------- content/search/search_index.json | 2 +- src/main/paradox/download.md | 10 ++-------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/content/download.html b/content/download.html index e712d695..66d9e7e5 100644 --- a/content/download.html +++ b/content/download.html @@ -226,17 +226,12 @@ Apache Pekko™ <p>We publish jars to Maven Central with the groupId <code>org.apache.pekko</code> (<a href="https://mvnrepository.com/artifact/org.apache.pekko">list</a>). These jars relate to the source downloads you find linked below.</p> <h2><a href="#pekko-core" name="pekko-core" class="anchor"><span class="anchor-link"></span></a>Pekko Core</h2> <ul> - <li><a href="https://www.apache.org/dyn/closer.lua/incubator/pekko/1.0.2/apache-pekko-1.0.2-incubating-src-20231115.tgz">apache-pekko-1.0.2-incubating-src-20231115.tgz</a> signature: (<a href="https://downloads.apache.org/incubator/pekko/1.0.2/apache-pekko-1.0.2-incubating-src-20231115.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/incubator/pekko/1.0.2/apache-pekko-1.0.2-incubating-src-20231115.tgz.sha512">sha512</a>)</li> + <li><a href="https://www.apache.org/dyn/closer.lua/incubator/pekko/1.0.3/apache-pekko-1.0.3-src-20240619.tgz">apache-pekko-1.0.3-src-20240619.tgz</a> signature: (<a href="https://downloads.apache.org/incubator/pekko/1.0.3/apache-pekko-1.0.3-src-20240619.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/incubator/pekko/1.0.3/apache-pekko-1.0.3-src-20240619.tgz.sha512">sha512</a>)</li> </ul> -<p>There are also 2 milestone releases. These releases should not be used in production.</p> -<ul> - <li><a href="https://www.apache.org/dyn/closer.lua/incubator/pekko/1.0.3-M1/apache-pekko-1.0.3-M1-incubating-src-20240215.tgz">apache-pekko-1.0.3-M1-incubating-src-20240215.tgz</a> signature: (<a href="https://downloads.apache.org/incubator/pekko/1.0.3-M1/apache-pekko-1.0.3-M1-incubating-src-20240215.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/incubator/pekko/1.0.3-M1/apache-pekko-1.0.3-M1-incubating-src-20240215.tgz.sha512">sha512</a>)</li> -</ul> -<p>This milestone is aimed at testing some new support for users who want to add Pekko nodes to an existing Akka cluster. This support is experimental.</p> +<p>There is also a milestone release. This release should not be used in production.</p> <ul> <li><a href="https://www.apache.org/dyn/closer.lua/pekko/1.1.0-M1/apache-pekko-1.1.0-M1-src-20240507.tgz">apache-pekko-1.1.0-M1-src-20240507.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/1.1.0-M1/apache-pekko-1.1.0-M1-src-20240507.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/1.1.0-M1/apache-pekko-1.1.0-M1-src-20240507.tgz.sha512">sha512</a>)</li> </ul> -<p>This milestone is aimed at previewing the changes in Pekko 1.1.</p> <h2><a href="#pekko-http" name="pekko-http" class="anchor"><span class="anchor-link"></span></a>Pekko HTTP</h2> <ul> <li><a href="https://www.apache.org/dyn/closer.lua/incubator/pekko/HTTP-1.0.1/apache-pekko-http-1.0.1-incubating-src-20240128.tgz">apache-pekko-http-1.0.1-incubating-src-20240128.tgz</a> signature: (<a href="https://downloads.apache.org/incubator/pekko/HTTP-1.0.1/apache-pekko-http-1.0.1-incubating-src-20240128.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/incubator/pekko/HTTP-1.0.1/apache-pekko-http-1.0.1-incubating-src-20240128.tgz.sha512">sha512</a>)</li> diff --git a/content/search/search_index.json b/content/search/search_index.json index 522f1be0..48559959 100644 --- a/content/search/search_index.json +++ b/content/search/search_index.json @@ -1 +1 @@ -{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples Modules Downloads How to contribute\nBanner Logo Apache Pekko™ Apache Pekko™ is an open-source framework for building applications that are concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency. Using these abstractions, Pekko also provides libraries for persistence, streams, HTTP, and more. Pekko include [...] \ No newline at end of file +{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples Modules Downloads How to contribute\nBanner Logo Apache Pekko™ Apache Pekko™ is an open-source framework for building applications that are concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency. Using these abstractions, Pekko also provides libraries for persistence, streams, HTTP, and more. Pekko include [...] \ No newline at end of file diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md index aeefb4bb..b34719ab 100644 --- a/src/main/paradox/download.md +++ b/src/main/paradox/download.md @@ -13,18 +13,12 @@ These jars relate to the source downloads you find linked below. ## Pekko Core -* [apache-pekko-1.0.2-incubating-src-20231115.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/1.0.2/apache-pekko-1.0.2-incubating-src-20231115.tgz) signature: ([asc](https://downloads.apache.org/incubator/pekko/1.0.2/apache-pekko-1.0.2-incubating-src-20231115.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/incubator/pekko/1.0.2/apache-pekko-1.0.2-incubating-src-20231115.tgz.sha512)) +* [apache-pekko-1.0.3-src-20240619.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/1.0.3/apache-pekko-1.0.3-src-20240619.tgz) signature: ([asc](https://downloads.apache.org/incubator/pekko/1.0.3/apache-pekko-1.0.3-src-20240619.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/incubator/pekko/1.0.3/apache-pekko-1.0.3-src-20240619.tgz.sha512)) -There are also 2 milestone releases. These releases should not be used in production. - -* [apache-pekko-1.0.3-M1-incubating-src-20240215.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/1.0.3-M1/apache-pekko-1.0.3-M1-incubating-src-20240215.tgz) signature: ([asc](https://downloads.apache.org/incubator/pekko/1.0.3-M1/apache-pekko-1.0.3-M1-incubating-src-20240215.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/incubator/pekko/1.0.3-M1/apache-pekko-1.0.3-M1-incubating-src-20240215.tgz.sha512)) - -This milestone is aimed at testing some new support for users who want to add Pekko nodes to an existing Akka cluster. This support is experimental. +There is also a milestone release. This release should not be used in production. * [apache-pekko-1.1.0-M1-src-20240507.tgz](https://www.apache.org/dyn/closer.lua/pekko/1.1.0-M1/apache-pekko-1.1.0-M1-src-20240507.tgz) signature: ([asc](https://downloads.apache.org/pekko/1.1.0-M1/apache-pekko-1.1.0-M1-src-20240507.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/pekko/1.1.0-M1/apache-pekko-1.1.0-M1-src-20240507.tgz.sha512)) -This milestone is aimed at previewing the changes in Pekko 1.1. - ## Pekko HTTP * [apache-pekko-http-1.0.1-incubating-src-20240128.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/HTTP-1.0.1/apache-pekko-http-1.0.1-incubating-src-20240128.tgz) signature: ([asc](https://downloads.apache.org/incubator/pekko/HTTP-1.0.1/apache-pekko-http-1.0.1-incubating-src-20240128.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/incubator/pekko/HTTP-1.0.1/apache-pekko-http-1.0.1-incubating-src-20240128.tgz.sha512)) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
