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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8cd99db1 1.4.0 release (#179)
8cd99db1 is described below
commit 8cd99db1a7e7db1ddd7a4d4cf8d6e2a3a1509e39
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Dec 12 14:23:19 2025 +0100
1.4.0 release (#179)
---
content/.htaccess | 8 ++++----
content/download.html | 2 +-
content/search/search_index.json | 2 +-
src/main/paradox/download.md | 2 +-
src/main/public/.htaccess | 8 ++++----
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/content/.htaccess b/content/.htaccess
index 3d2b5eb9..2a444a6c 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -5,10 +5,10 @@ RewriteRule ^api/([^/]+)/snapshot/(.*)$
https://nightlies.apache.org/pekko/docs/
RewriteRule ^japi/([^/]+)/snapshot/(.*)$
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]
# broken current links in legacy docs
RewriteRule ^docs/pekko/current/project/migration-guides.html
https://pekko.apache.org/docs/pekko/current/migration/migration-guide-akka-1.0.x.html
[P]
-# pekko/current gets redirected to pekko/1.3
-RewriteRule ^docs/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.3/docs/$1 [P]
-RewriteRule ^api/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.3/api/$1 [P]
-RewriteRule ^japi/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.3/japi/$1 [P]
+# pekko/current gets redirected to pekko/1.4
+RewriteRule ^docs/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.4/docs/$1 [P]
+RewriteRule ^api/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.4/api/$1 [P]
+RewriteRule ^japi/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.4/japi/$1 [P]
# pekko-http/current gets redirected to pekko-http/1.3
RewriteRule ^docs/pekko-http/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/docs/$1 [P]
RewriteRule ^api/pekko-http/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/api/$1 [P]
diff --git a/content/download.html b/content/download.html
index 9d0eca28..c16048c3 100644
--- a/content/download.html
+++ b/content/download.html
@@ -226,7 +226,7 @@ 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/pekko/1.3.0/apache-pekko-1.3.0-src-20251116.tgz">apache-pekko-1.3.0-src-20251116.tgz</a>
signature: (<a
href="https://downloads.apache.org/pekko/1.3.0/apache-pekko-1.3.0-src-20251116.tgz.asc">asc</a>)
checksum: (<a
href="https://downloads.apache.org/pekko/1.3.0/apache-pekko-1.3.0-src-20251116.tgz.sha512">sha512</a>)</li>
+ <li><a
href="https://www.apache.org/dyn/closer.lua/pekko/1.4.0/apache-pekko-1.4.0-src-20251206.tgz">apache-pekko-1.4.0-src-20251206.tgz</a>
signature: (<a
href="https://downloads.apache.org/pekko/1.4.0/apache-pekko-1.4.0-src-20251206.tgz.asc">asc</a>)
checksum: (<a
href="https://downloads.apache.org/pekko/1.4.0/apache-pekko-1.4.0-src-20251206.tgz.sha512">sha512</a>)</li>
<li><a
href="https://pekko.apache.org/docs/pekko/current/release-notes/index.html">Release
Notes</a></li>
</ul>
<p>There is also a milestone release, providing a preview for the upcoming
major version:</p>
diff --git a/content/search/search_index.json b/content/search/search_index.json
index cc6fa8fa..03ad7a58 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 47c28659..ab86c02b 100644
--- a/src/main/paradox/download.md
+++ b/src/main/paradox/download.md
@@ -13,7 +13,7 @@ These jars relate to the source downloads you find linked
below.
## Pekko Core
-*
[apache-pekko-1.3.0-src-20251116.tgz](https://www.apache.org/dyn/closer.lua/pekko/1.3.0/apache-pekko-1.3.0-src-20251116.tgz)
signature:
([asc](https://downloads.apache.org/pekko/1.3.0/apache-pekko-1.3.0-src-20251116.tgz.asc))
checksum:
([sha512](https://downloads.apache.org/pekko/1.3.0/apache-pekko-1.3.0-src-20251116.tgz.sha512))
+*
[apache-pekko-1.4.0-src-20251206.tgz](https://www.apache.org/dyn/closer.lua/pekko/1.4.0/apache-pekko-1.4.0-src-20251206.tgz)
signature:
([asc](https://downloads.apache.org/pekko/1.4.0/apache-pekko-1.4.0-src-20251206.tgz.asc))
checksum:
([sha512](https://downloads.apache.org/pekko/1.4.0/apache-pekko-1.4.0-src-20251206.tgz.sha512))
* [Release
Notes](https://pekko.apache.org/docs/pekko/current/release-notes/index.html)
There is also a milestone release, providing a preview for the upcoming major
version:
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index 3d2b5eb9..2a444a6c 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -5,10 +5,10 @@ RewriteRule ^api/([^/]+)/snapshot/(.*)$
https://nightlies.apache.org/pekko/docs/
RewriteRule ^japi/([^/]+)/snapshot/(.*)$
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]
# broken current links in legacy docs
RewriteRule ^docs/pekko/current/project/migration-guides.html
https://pekko.apache.org/docs/pekko/current/migration/migration-guide-akka-1.0.x.html
[P]
-# pekko/current gets redirected to pekko/1.3
-RewriteRule ^docs/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.3/docs/$1 [P]
-RewriteRule ^api/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.3/api/$1 [P]
-RewriteRule ^japi/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.3/japi/$1 [P]
+# pekko/current gets redirected to pekko/1.4
+RewriteRule ^docs/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.4/docs/$1 [P]
+RewriteRule ^api/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.4/api/$1 [P]
+RewriteRule ^japi/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.4/japi/$1 [P]
# pekko-http/current gets redirected to pekko-http/1.3
RewriteRule ^docs/pekko-http/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/docs/$1 [P]
RewriteRule ^api/pekko-http/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-http/1.3/api/$1 [P]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]