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 9f57ea2d connectors 1.3.0 release (#192)
9f57ea2d is described below
commit 9f57ea2da99de2eacb5afb7b11093829dea0ff8c
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Mar 16 14:32:14 2026 +0100
connectors 1.3.0 release (#192)
---
content/.htaccess | 6 +++---
content/download.html | 2 +-
content/search/search_index.json | 2 +-
src/main/paradox/download.md | 2 +-
src/main/public/.htaccess | 6 +++---
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/content/.htaccess b/content/.htaccess
index ebcc76d3..6a088e7e 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -19,9 +19,9 @@ RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pek
# pekko-grpc/current gets redirected to pekko-grpc/1.2
RewriteRule ^docs/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.2/docs/$1 [P]
RewriteRule ^api/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.2/api/$1 [P]
-# pekko-connectors/current gets redirected to pekko-connectors/1.2
-RewriteRule ^docs/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.2/docs/$1 [P]
-RewriteRule ^api/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.2/api/$1 [P]
+# pekko-connectors/current gets redirected to pekko-connectors/1.3
+RewriteRule ^docs/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.3/docs/$1 [P]
+RewriteRule ^api/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.3/api/$1 [P]
# pekko-connectors-kafka/current gets redirected to pekko-connectors-kafka/1.1
RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1/docs/$1 [P]
RewriteRule ^api/pekko-connectors-kafka/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1/api/$1 [P]
diff --git a/content/download.html b/content/download.html
index 3f89b2d9..28b6b472 100644
--- a/content/download.html
+++ b/content/download.html
@@ -264,7 +264,7 @@ Apache Pekko™
</ul>
<h2><a href="#pekko-connectors" name="pekko-connectors" class="anchor"><span
class="anchor-link"></span></a>Pekko Connectors</h2>
<ul>
- <li><a
href="https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz">apache-pekko-connectors-1.2.0-src-20250915.tgz</a>
signature: (<a
href="https://downloads.apache.org/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz.asc">asc</a>)
checksum: (<a
href="https://downloads.apache.org/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz.sha512">sha512</a>)</li>
+ <li><a
href="https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-1.3.0/apache-pekko-connectors-1.3.0-src-20260310.tgz">apache-pekko-connectors-1.3.0-src-20260310.tgz</a>
signature: (<a
href="https://downloads.apache.org/pekko/CONNECTORS-1.3.0/apache-pekko-connectors-1.3.0-src-20260310.tgz.asc">asc</a>)
checksum: (<a
href="https://downloads.apache.org/pekko/CONNECTORS-1.3.0/apache-pekko-connectors-1.3.0-src-20260310.tgz.sha512">sha512</a>)</li>
<li><a
href="https://pekko.apache.org/docs/pekko-connectors/current/release-notes/index.html">Release
Notes</a></li>
</ul>
<h2><a href="#pekko-connectors-kafka" name="pekko-connectors-kafka"
class="anchor"><span class="anchor-link"></span></a>Pekko Connectors Kafka</h2>
diff --git a/content/search/search_index.json b/content/search/search_index.json
index e91198b5..d6a0a562 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 Version Support 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
mor [...]
\ No newline at end of file
+{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples
Modules Downloads Version Support 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
mor [...]
\ No newline at end of file
diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md
index 46b3df14..fd9b681e 100644
--- a/src/main/paradox/download.md
+++ b/src/main/paradox/download.md
@@ -45,7 +45,7 @@ There is also a milestone release, providing a preview for
the upcoming major ve
## Pekko Connectors
-*
[apache-pekko-connectors-1.2.0-src-20250915.tgz](https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz)
signature:
([asc](https://downloads.apache.org/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz.asc))
checksum:
([sha512](https://downloads.apache.org/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz.sha512))
+*
[apache-pekko-connectors-1.3.0-src-20260310.tgz](https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-1.3.0/apache-pekko-connectors-1.3.0-src-20260310.tgz)
signature:
([asc](https://downloads.apache.org/pekko/CONNECTORS-1.3.0/apache-pekko-connectors-1.3.0-src-20260310.tgz.asc))
checksum:
([sha512](https://downloads.apache.org/pekko/CONNECTORS-1.3.0/apache-pekko-connectors-1.3.0-src-20260310.tgz.sha512))
* [Release
Notes](https://pekko.apache.org/docs/pekko-connectors/current/release-notes/index.html)
## Pekko Connectors Kafka
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index ebcc76d3..6a088e7e 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -19,9 +19,9 @@ RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pek
# pekko-grpc/current gets redirected to pekko-grpc/1.2
RewriteRule ^docs/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.2/docs/$1 [P]
RewriteRule ^api/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.2/api/$1 [P]
-# pekko-connectors/current gets redirected to pekko-connectors/1.2
-RewriteRule ^docs/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.2/docs/$1 [P]
-RewriteRule ^api/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.2/api/$1 [P]
+# pekko-connectors/current gets redirected to pekko-connectors/1.3
+RewriteRule ^docs/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.3/docs/$1 [P]
+RewriteRule ^api/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.3/api/$1 [P]
# pekko-connectors-kafka/current gets redirected to pekko-connectors-kafka/1.1
RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1/docs/$1 [P]
RewriteRule ^api/pekko-connectors-kafka/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1/api/$1 [P]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]