This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new b0532a8c16e Update release (#3092)
b0532a8c16e is described below
commit b0532a8c16e5e4da8da97476886ccc70cacf943e
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Jan 27 23:04:42 2025 +0800
Update release (#3092)
---
content/en/blog/releases/past-releases.md | 2 +-
content/en/download/_index.md | 2 +-
content/en/download/admin.md | 2 +-
content/en/download/pixiu.md | 2 +-
content/en/download/python.md | 9 +
content/en/download/spi-extensions.md | 4 +-
content/zh-cn/download/_index.md | 2 +-
content/zh-cn/download/admin.md | 2 +-
content/zh-cn/download/java.md.history.bak | 759 ---------------------
content/zh-cn/download/pixiu.md | 2 +-
content/zh-cn/download/python.md | 9 +
content/zh-cn/download/spi-extensions.md | 6 +-
data/download/en/1javaReleases.yaml | 10 +-
data/download/en/5pythonReleases.yaml | 15 +
.../{5adminReleases.yaml => 6adminReleases.yaml} | 0
.../en/{6spiReleases.yaml => 7spiReleases.yaml} | 0
.../{7pixiuReleases.yaml => 8pixiuReleases.yaml} | 0
data/download/zh/1javaReleases.yaml | 10 +-
data/download/zh/5pythonReleases.yaml | 12 +
.../{5adminReleases.yaml => 6adminReleases.yaml} | 0
.../zh/{6spiReleases.yaml => 7spiReleases.yaml} | 0
.../{7pixiuReleases.yaml => 8pixiuReleases.yaml} | 0
layouts/shortcodes/blocks/download-en.html | 20 +-
layouts/shortcodes/blocks/download-zh.html | 20 +-
24 files changed, 87 insertions(+), 801 deletions(-)
diff --git a/content/en/blog/releases/past-releases.md
b/content/en/blog/releases/past-releases.md
index 22a46ae0c53..03bf036511c 100644
--- a/content/en/blog/releases/past-releases.md
+++ b/content/en/blog/releases/past-releases.md
@@ -11,7 +11,7 @@ description: >
## Verification
-You can follow these [procedures](https://www.apache.org/info/verification)
and the [KEYS](https://downloads.apache.org/dubbo/KEYS) file to verify the
download files.
+You can follow these [procedures](https://www.apache.org/info/verification)
and the [KEYS](https://www.apache.org/dyn/closer.lua/dubbo/KEYS) file to verify
the download files.
## Apache Dubbo
diff --git a/content/en/download/_index.md b/content/en/download/_index.md
index a85a11e6189..76d936a73f4 100644
--- a/content/en/download/_index.md
+++ b/content/en/download/_index.md
@@ -17,7 +17,7 @@ Download the Apache Dubbo Release archive.
## Verify
-You can follow the [steps](https://www.apache.org/info/verification) here, and
use the [KEYS](https://downloads.apache.org/dubbo/KEYS) file to verify the
download.
+You can follow the [steps](https://www.apache.org/info/verification) here, and
use the [KEYS](https://www.apache.org/dyn/closer.lua/dubbo/KEYS) file to verify
the download.
## Releases
diff --git a/content/en/download/admin.md b/content/en/download/admin.md
index 16a61cb5c89..adb84d92496 100755
--- a/content/en/download/admin.md
+++ b/content/en/download/admin.md
@@ -5,5 +5,5 @@ description: Admin
manualLinkRelref: ./#admin
title: Admin
type: docs
-weight: 50
+weight: 60
---
diff --git a/content/en/download/pixiu.md b/content/en/download/pixiu.md
index eec249201ac..d6a1b4116b2 100755
--- a/content/en/download/pixiu.md
+++ b/content/en/download/pixiu.md
@@ -5,5 +5,5 @@ description: Pixiu
manualLinkRelref: ./#pixiu
title: Pixiu
type: docs
-weight: 70
+weight: 80
---
diff --git a/content/en/download/python.md b/content/en/download/python.md
new file mode 100755
index 00000000000..e12d519d609
--- /dev/null
+++ b/content/en/download/python.md
@@ -0,0 +1,9 @@
+---
+_build:
+ render: link
+description: Python
+manualLinkRelref: ./#python
+title: Python
+type: docs
+weight: 50
+---
diff --git a/content/en/download/spi-extensions.md
b/content/en/download/spi-extensions.md
index 8a0ed76f66d..164ca4b0fd1 100755
--- a/content/en/download/spi-extensions.md
+++ b/content/en/download/spi-extensions.md
@@ -4,13 +4,13 @@ aliases:
description: SPI Extensions
title: SPI Extensions
type: docs
-weight: 60
+weight: 70
---
## Verify
-You can follow the [steps](https://www.apache.org/info/verification) here, and
use the [KEYS](https://downloads.apache.org/dubbo/KEYS) file to verify the
download.
+You can follow the [steps](https://www.apache.org/info/verification) here, and
use the [KEYS](https://www.apache.org/dyn/closer.lua/dubbo/KEYS) file to verify
the download.
> GitHub: https://github.com/apache/dubbo-spi-extensions\
> Release notes: https://github.com/apache/dubbo-spi-extensions/releases
diff --git a/content/zh-cn/download/_index.md b/content/zh-cn/download/_index.md
index f41f15cb3fc..d924b6ca3ee 100644
--- a/content/zh-cn/download/_index.md
+++ b/content/zh-cn/download/_index.md
@@ -17,7 +17,7 @@ type: docs
## 验证
-可以按照这里的[步骤](https://www.apache.org/info/verification),
利用[KEYS](https://downloads.apache.org/dubbo/KEYS)文件来验证下载。
+可以按照这里的[步骤](https://www.apache.org/info/verification),
利用[KEYS](https://www.apache.org/dyn/closer.lua/dubbo/KEYS)文件来验证下载。
## Releases
diff --git a/content/zh-cn/download/admin.md b/content/zh-cn/download/admin.md
index 16a61cb5c89..adb84d92496 100755
--- a/content/zh-cn/download/admin.md
+++ b/content/zh-cn/download/admin.md
@@ -5,5 +5,5 @@ description: Admin
manualLinkRelref: ./#admin
title: Admin
type: docs
-weight: 50
+weight: 60
---
diff --git a/content/zh-cn/download/java.md.history.bak
b/content/zh-cn/download/java.md.history.bak
deleted file mode 100644
index a19d1fd5c3c..00000000000
--- a/content/zh-cn/download/java.md.history.bak
+++ /dev/null
@@ -1,759 +0,0 @@
----
-type: docs
-title: "Java SDK"
-linkTitle: "Java SDK"
-weight: 1
----
-
-## 验证
-
-可以按照这里的[步骤](https://www.apache.org/info/verification),
利用[KEYS](https://downloads.apache.org/dubbo/KEYS)文件来验证下载。
-
-请点击了解各[版本详情和升级注意事项](/zh-cn/docsv2.7/user/versions/)
-
-> GitHub: https://github.com/apache/dubbo \
-> 发布说明: https://github.com/apache/dubbo/releases
->
-
-### 3.2.0-beta.4 (2023-01-27)
-
-#### Source Release
-
-*
[source](https://www.apache.org/dyn/closer.lua/dubbo/3.2.0-beta.4/apache-dubbo-3.2.0-beta.4-src.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/dubbo/3.2.0-beta.4/apache-dubbo-3.2.0-beta.4-src.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/3.2.0-beta.4/apache-dubbo-3.2.0-beta.4-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.2.0-beta.4](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.2.0-beta.4/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.2.0-beta.4</version>
-</dependency>
-```
-
-### 3.0.13 (2023-01-27)
-
-#### Source Release
-
-*
[source](https://www.apache.org/dyn/closer.lua/dubbo/3.0.13/apache-dubbo-3.0.13-src.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/dubbo/3.0.13/apache-dubbo-3.0.13-src.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/3.0.13/apache-dubbo-3.0.13-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.0.13](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.0.13/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.0.13</version>
-</dependency>
-```
-
-### 3.1.5 (2023-01-21)
-
-#### Source Release
-
-*
[source](https://www.apache.org/dyn/closer.lua/dubbo/3.1.5/apache-dubbo-3.1.5-src.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/dubbo/3.1.5/apache-dubbo-3.1.5-src.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/3.1.5/apache-dubbo-3.1.5-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.1.5](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.1.5/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.1.5</version>
-</dependency>
-```
-
-### 2.7.21 (2023-01-21)
-
-#### Source Release
-
-*
[source](https://www.apache.org/dyn/closer.lua/dubbo/2.7.21/apache-dubbo-2.7.21-src.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/dubbo/2.7.21/apache-dubbo-2.7.21-src.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/2.7.21/apache-dubbo-2.7.21-src.zip.sha512)
-
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:2.7.21](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.21/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>2.7.21</version>
-</dependency>
-```
-
-### 2.7.20 (2022-12-30)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.20/apache-dubbo-2.7.20-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.20/apache-dubbo-2.7.20-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.20/apache-dubbo-2.7.20-src.zip.sha512)
-
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:2.7.20](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.20/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>2.7.20</version>
-</dependency>
-```
-
-### 3.2.0-beta.3 (2022-12-22)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.2.0-beta.3/apache-dubbo-3.2.0-beta.3-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.2.0-beta.3/apache-dubbo-3.2.0-beta.3-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.2.0-beta.3/apache-dubbo-3.2.0-beta.3-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.2.0-beta.3](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.2.0-beta.3/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.2.0-beta.3</version>
-</dependency>
-```
-### 3.1.4 (2022-12-22)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.1.4/apache-dubbo-3.1.4-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.1.4/apache-dubbo-3.1.4-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.1.4/apache-dubbo-3.1.4-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.1.4](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.1.4/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.1.4</version>
-</dependency>
-```
-
-### 2.7.19 (2022-12-13)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.19/apache-dubbo-2.7.19-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.19/apache-dubbo-2.7.19-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.19/apache-dubbo-2.7.19-src.zip.sha512)
-
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:2.7.19](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.19/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>2.7.19</version>
-</dependency>
-```
-
-### 3.0.12 (2022-09-29)
-
-#### Source Release
-
-*
[source](https://www.apache.org/dyn/closer.lua/dubbo/3.0.12/apache-dubbo-3.0.12-src.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/dubbo/3.0.12/apache-dubbo-3.0.12-src.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/3.0.12/apache-dubbo-3.0.12-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.0.12](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.0.12/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.0.12</version>
-</dependency>
-```
-
-### 2.7.19 (2022-12-13)
-
-#### Source Release
-
-*
[source](https://www.apache.org/dyn/closer.lua/dubbo/2.7.19/apache-dubbo-2.7.19-src.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/dubbo/2.7.19/apache-dubbo-2.7.19-src.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/2.7.19/apache-dubbo-2.7.19-src.zip.sha512)
-
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:2.7.19](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.19/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>2.7.19</version>
-</dependency>
-```
-
-### 3.2.0-beta.2 (2022-11-28)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.2.0-beta.2/apache-dubbo-3.2.0-beta.2-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.2.0-beta.2/apache-dubbo-3.2.0-beta.2-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.2.0-beta.2/apache-dubbo-3.2.0-beta.2-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.2.0-beta.2](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.2.0-beta.2/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.2.0-beta.2</version>
-</dependency>
-```
-
-### 3.1.3 (2022-11-28)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.1.3/apache-dubbo-3.1.3-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.1.3/apache-dubbo-3.1.3-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.1.3/apache-dubbo-3.1.3-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.1.3](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.1.3/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.1.3</version>
-</dependency>
-```
-
-### 2.7.18 (2022-09-29)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.18/apache-dubbo-2.7.18-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.18/apache-dubbo-2.7.18-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.18/apache-dubbo-2.7.18-src.zip.sha512)
-
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:2.7.18](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.18/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>2.7.18</version>
-</dependency>
-```
-
-### 3.2.0-beta.1 (2022-11-08)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.2.0-beta.1/apache-dubbo-3.2.0-beta.1-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.2.0-beta.1/apache-dubbo-3.2.0-beta.1-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.2.0-beta.1/apache-dubbo-3.2.0-beta.1-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.2.0-beta.1](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.2.0-beta.1/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.2.0-beta.1</version>
-</dependency>
-```
-
-### 3.1.2 (2022-11-08)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.1.2/apache-dubbo-3.1.2-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.1.2/apache-dubbo-3.1.2-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.1.2/apache-dubbo-3.1.2-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.1.2](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.1.2/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.1.2</version>
-</dependency>
-```
-
-### 3.1.1 (2022-09-29)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.1.1/apache-dubbo-3.1.1-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.1.1/apache-dubbo-3.1.1-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.1.1/apache-dubbo-3.1.1-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.1.1](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.1.1/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.1.1</version>
-</dependency>
-```
-
-### 3.0.12 (2022-09-29)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.12/apache-dubbo-3.0.12-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.12/apache-dubbo-3.0.12-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.12/apache-dubbo-3.0.12-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.0.12](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.0.12/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.0.12</version>
-</dependency>
-```
-
-### 3.1.0 (2022-08-22)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.1.0/apache-dubbo-3.1.0-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.1.0/apache-dubbo-3.1.0-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.1.0/apache-dubbo-3.1.0-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.1.0](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.1.0/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.1.0</version>
-</dependency>
-```
-
-### 3.0.11 (2022-08-23)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.11/apache-dubbo-3.0.11-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.11/apache-dubbo-3.0.11-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.11/apache-dubbo-3.0.11-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.0.11](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.0.11/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.0.11</version>
-</dependency>
-```
-
-### 2.7.17 (2022-08-23)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.17/apache-dubbo-2.7.17-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.17/apache-dubbo-2.7.17-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.17/apache-dubbo-2.7.17-src.zip.sha512)
-
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:2.7.17](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.17/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>2.7.17</version>
-</dependency>
-```
-
-### 2.7.16 (2022-07-06)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.16/apache-dubbo-2.7.16-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.16/apache-dubbo-2.7.16-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.16/apache-dubbo-2.7.16-src.zip.sha512)
-
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:2.7.16](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.16/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>2.7.16</version>
-</dependency>
-```
-
-### 3.0.10 (2022-07-21)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.10/apache-dubbo-3.0.10-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.10/apache-dubbo-3.0.10-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.10/apache-dubbo-3.0.10-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.0.10](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.0.10/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.0.10</version>
-</dependency>
-```
-
-### 3.0.9 (2022-06-23)
-
-#### Source Release
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.9/apache-dubbo-3.0.9-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.9/apache-dubbo-3.0.9-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.9/apache-dubbo-3.0.9-src.zip.sha512)
-
-#### Maven Release
-
-*
[org.apache.dubbo:dubbo:3.0.9](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.0.9/jar)
-
-```xml
-<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo</artifactId>
- <version>3.0.9</version>
-</dependency>
-```
-
-### 3.0.8 (2022-05-11)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.8/apache-dubbo-3.0.8-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.8/apache-dubbo-3.0.8-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.8/apache-dubbo-3.0.8-src.zip.sha512)
-
-### 3.0.7 (2022-04-01)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.7/apache-dubbo-3.0.7-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.7/apache-dubbo-3.0.7-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.7/apache-dubbo-3.0.7-src.zip.sha512)
-
-### 3.0.6 (2022-02-28)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.6/apache-dubbo-3.0.6-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.6/apache-dubbo-3.0.6-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.6/apache-dubbo-3.0.6-src.zip.sha512)
-
-### 3.0.5 (2021-12-30)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.5/apache-dubbo-3.0.5-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.5/apache-dubbo-3.0.5-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.5/apache-dubbo-3.0.5-src.zip.sha512)
-
-### 2.7.15 (2021-12-29)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.15/apache-dubbo-2.7.15-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.15/apache-dubbo-2.7.15-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.15/apache-dubbo-2.7.15-src.zip.sha512)
-
-### 3.0.4 (2021-10-24)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.4/apache-dubbo-3.0.4-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.4/apache-dubbo-3.0.4-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.4/apache-dubbo-3.0.4-src.zip.sha512)
-
-### 3.0.3 (2021-09-27)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.3/apache-dubbo-3.0.3-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.3/apache-dubbo-3.0.3-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.3/apache-dubbo-3.0.3-src.zip.sha512)
-
-### 2.7.14 (2021-09-20)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip.sha512)
-
-### 2.6.11 (2021-09-18)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.6.11/apache-dubbo-2.6.11-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.6.11/apache-dubbo-2.6.11-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.6.11/apache-dubbo-2.6.11-source-release.zip.sha512)
-
-### 3.0.2.1 (2021-08-23)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.2.1/apache-dubbo-3.0.2.1-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.2.1/apache-dubbo-3.0.2.1-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.2.1/apache-dubbo-3.0.2.1-src.zip.sha512)
-
-### 3.0.2 (2021-08-16)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.2/apache-dubbo-3.0.2-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.2/apache-dubbo-3.0.2-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.2/apache-dubbo-3.0.2-src.zip.sha512)
-
-### 2.7.13 (2021-08-05)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.13/apache-dubbo-2.7.13-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.13/apache-dubbo-2.7.13-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.13/apache-dubbo-2.7.13-src.zip.sha512)
-
-### 3.0.1 (2021-07-02)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.1/apache-dubbo-3.0.1-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.1/apache-dubbo-3.0.1-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.1/apache-dubbo-3.0.1-src.zip.sha512)
-
-### 3.0.0 (2021-06-16)
-
-*
[source](https://archive.apache.org/dist/dubbo/3.0.0/apache-dubbo-3.0.0-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/3.0.0/apache-dubbo-3.0.0-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/3.0.0/apache-dubbo-3.0.0-src.zip.sha512)
-
-### 2.7.12 (2021-06-11)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.12/apache-dubbo-2.7.12-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.12/apache-dubbo-2.7.12-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.12/apache-dubbo-2.7.12-src.zip.sha512)
-
-
-### 2.7.11 (2021-05-12)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.11/apache-dubbo-2.7.11-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.11/apache-dubbo-2.7.11-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.11/apache-dubbo-2.7.11-src.zip.sha512)
-
-### 2.7.10 (2021-04-08)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.10/apache-dubbo-2.7.10-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.10/apache-dubbo-2.7.10-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.10/apache-dubbo-2.7.10-src.zip.sha512)
-
-
-### 2.7.9 (2020-02-23)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.9/apache-dubbo-2.7.9-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.9/apache-dubbo-2.7.9-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.9/apache-dubbo-2.7.9-src.zip.sha512)
-
-
-### 2.7.8 (2020-07-28)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.8/apache-dubbo-2.7.8-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.8/apache-dubbo-2.7.8-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.8/apache-dubbo-2.7.8-source-release.zip.sha512)
-
-### 2.7.7 (2020-05-18)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.7/apache-dubbo-2.7.7-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.7/apache-dubbo-2.7.7-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.7/apache-dubbo-2.7.7-src.zip.sha512)
-
-### 2.7.5 (2019-12-29)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.5/apache-dubbo-2.7.5-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.5/apache-dubbo-2.7.5-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.5/apache-dubbo-2.7.5-src.zip.sha512)
-
-### 2.7.4.1 (2019-10-27)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.4.1/apache-dubbo-2.7.4.1-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.4.1/apache-dubbo-2.7.4.1-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.4.1/apache-dubbo-2.7.4.1-src.zip.sha512)
-
-### 2.7.4 (2019-10-19)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.4/apache-dubbo-2.7.4-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.4/apache-dubbo-2.7.4-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.4/apache-dubbo-2.7.4-src.zip.sha512)
-
-### 2.7.3 (2019-07-19)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.3/apache-dubbo-2.7.3-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.3/apache-dubbo-2.7.3-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.3/apache-dubbo-2.7.3-src.zip.sha512)
-
-### 2.7.2 (2019-06-06)
-
-*
[source](https://archive.apache.org/dist/dubbo/2.7.2/apache-dubbo-2.7.2-src.zip)
|
-
[asc](https://archive.apache.org/dist/dubbo/2.7.2/apache-dubbo-2.7.2-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/dubbo/2.7.2/apache-dubbo-2.7.2-src.zip.sha512)
-
-### 2.7.1 (2019-03-26)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/2.7.1/apache-dubbo-incubating-2.7.1-src.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.7.1/apache-dubbo-incubating-2.7.1-src.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.7.1/apache-dubbo-incubating-2.7.1-src.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/2.7.1/apache-dubbo-incubating-2.7.1-bin.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.7.1/apache-dubbo-incubating-2.7.1-bin.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.7.1/apache-dubbo-incubating-2.7.1-bin.zip.sha512)
-
-### 2.7.0 (2019-01-29)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-source-release.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.7.0/apache-dubbo-incubating-2.7.0-bin-release.zip.sha512)
-
-### 2.6.7 (2019-07-15)
-
-*
[source](https://www.apache.org/dyn/closer.lua/dubbo/2.6.7/apache-dubbo-2.6.7-source-release.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/dubbo/2.6.7/apache-dubbo-2.6.7-source-release.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/2.6.7/apache-dubbo-2.6.7-source-release.zip.sha512)
-*
[binary](https://www.apache.org/dyn/closer.lua/dubbo/2.6.7/apache-dubbo-2.6.7-bin-release.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/dubbo/2.6.7/apache-dubbo-2.6.7-bin-release.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/dubbo/2.6.7/apache-dubbo-2.6.7-bin-release.zip.sha512)
-
-### 2.6.6 (2019-03-07)
-
-*
[source](https://www.apache.org/dyn/closer.lua/incubator/dubbo/2.6.6/apache-dubbo-incubating-2.6.6-source-release.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/incubator/dubbo/2.6.6/apache-dubbo-incubating-2.6.6-source-release.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/incubator/dubbo/2.6.6/apache-dubbo-incubating-2.6.6-source-release.zip.sha512)
-*
[binary](https://www.apache.org/dyn/closer.lua/incubator/dubbo/2.6.6/apache-dubbo-incubating-2.6.6-bin-release.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/incubator/dubbo/2.6.6/apache-dubbo-incubating-2.6.6-bin-release.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/incubator/dubbo/2.6.6/apache-dubbo-incubating-2.6.6-bin-release.zip.sha512)
-
-### 2.6.5 (2018-11-23)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/2.6.5/apache-dubbo-incubating-2.6.5-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.6.5/apache-dubbo-incubating-2.6.5-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.6.5/apache-dubbo-incubating-2.6.5-source-release.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/2.6.5/apache-dubbo-incubating-2.6.5-bin-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.6.5/apache-dubbo-incubating-2.6.5-bin-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.6.5/apache-dubbo-incubating-2.6.5-bin-release.zip.sha512)
-
-### 2.6.4 (2018-10-08)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/2.6.4/apache-dubbo-incubating-2.6.4-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.6.4/apache-dubbo-incubating-2.6.4-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.6.4/apache-dubbo-incubating-2.6.4-source-release.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/2.6.4/apache-dubbo-incubating-2.6.4-bin-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.6.4/apache-dubbo-incubating-2.6.4-bin-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.6.4/apache-dubbo-incubating-2.6.4-bin-release.zip.sha512)
-
-### 2.6.3 (2018-09-11)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/2.6.3/apache-dubbo-incubating-2.6.3-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.6.3/apache-dubbo-incubating-2.6.3-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.6.3/apache-dubbo-incubating-2.6.3-source-release.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/2.6.3/apache-dubbo-incubating-2.6.3-bin-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.6.3/apache-dubbo-incubating-2.6.3-bin-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.6.3/apache-dubbo-incubating-2.6.3-bin-release.zip.sha512)
-
-### 2.6.2 (2018-06-07)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/2.6.2/dubbo-incubating-2.6.2-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.6.2/dubbo-incubating-2.6.2-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.6.2/dubbo-incubating-2.6.2-source-release.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/2.6.2/dubbo-incubating-2.6.2-bin-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/2.6.2/dubbo-incubating-2.6.2-bin-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/2.6.2/dubbo-incubating-2.6.2-bin-release.zip.sha512)
-
-## Dubbo Spring Boot Starter
-
-> GitHub: https://github.com/apache/incubator-dubbo-spring-boot-project \
-> 发布说明:https://github.com/apache/incubator-dubbo-spring-boot-project/releases
-
-### 2.7.1 (2019-04-09)
-
-*
[source](https://www.apache.org/dyn/closer.lua/incubator/dubbo/spring-boot-project/2.7.1/apache-dubbo-spring-boot-project-incubating-2.7.1-source-release.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/incubator/dubbo/spring-boot-project/2.7.1/apache-dubbo-spring-boot-project-incubating-2.7.1-source-release.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/incubator/dubbo/spring-boot-project/2.7.1/apache-dubbo-spring-boot-project-incubating-2.7.1-source-release.zip.sha512)
-*
[binary](https://www.apache.org/dyn/closer.lua/incubator/dubbo/spring-boot-project/2.7.1/apache-dubbo-spring-boot-project-incubating-2.7.1-bin-release.zip)
|
-
[asc](https://www.apache.org/dyn/closer.lua/incubator/dubbo/spring-boot-project/2.7.1/apache-dubbo-spring-boot-project-incubating-2.7.1-bin-release.zip.asc)
|
-
[sha512](https://www.apache.org/dyn/closer.lua/incubator/dubbo/spring-boot-project/2.7.1/apache-dubbo-spring-boot-project-incubating-2.7.1-bin-release.zip.sha512)
-
-### 2.7.0 (2019-02-14)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-source-release.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/2.7.0/apache-dubbo-spring-boot-project-incubating-2.7.0-bin-release.zip.sha512)
-
-### 0.2.1 (2019-01-27)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.2.1/apache-dubbo-spring-boot-project-incubating-0.2.1-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.2.1/apache-dubbo-spring-boot-project-incubating-0.2.1-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.2.1/apache-dubbo-spring-boot-project-incubating-0.2.1-source-release.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.2.1/apache-dubbo-spring-boot-project-incubating-0.2.1-bin-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.2.1/apache-dubbo-spring-boot-project-incubating-0.2.1-bin-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.2.1/apache-dubbo-spring-boot-project-incubating-0.2.1-bin-release.zip.sha512)
-
-### 0.1.2 (2019-01-27)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.1.2/apache-dubbo-spring-boot-project-incubating-0.1.2-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.1.2/apache-dubbo-spring-boot-project-incubating-0.1.2-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.1.2/apache-dubbo-spring-boot-project-incubating-0.1.2-source-release.zip.sha512)
-*
[binary](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.1.2/apache-dubbo-spring-boot-project-incubating-0.1.2-bin-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.1.2/apache-dubbo-spring-boot-project-incubating-0.1.2-bin-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/spring-boot-project/0.1.2/apache-dubbo-spring-boot-project-incubating-0.1.2-bin-release.zip.sha512)
-
-## Dubbo Admin
-
-> GitHub: https://github.com/apache/incubator-dubbo-admin \
-> 发布说明:https://github.com/apache/incubator-dubbo-admin/releases
-
-### 0.1 (2019-02-15)
-
-*
[source](https://archive.apache.org/dist/incubator/dubbo/dubbo-ops/0.1/apache-dubbo-ops-incubating-0.1-source-release.zip)
|
-
[asc](https://archive.apache.org/dist/incubator/dubbo/dubbo-ops/0.1/apache-dubbo-ops-incubating-0.1-source-release.zip.asc)
|
-
[sha512](https://archive.apache.org/dist/incubator/dubbo/dubbo-ops/0.1/apache-dubbo-ops-incubating-0.1-source-release.zip.sha512)
diff --git a/content/zh-cn/download/pixiu.md b/content/zh-cn/download/pixiu.md
index eec249201ac..d6a1b4116b2 100755
--- a/content/zh-cn/download/pixiu.md
+++ b/content/zh-cn/download/pixiu.md
@@ -5,5 +5,5 @@ description: Pixiu
manualLinkRelref: ./#pixiu
title: Pixiu
type: docs
-weight: 70
+weight: 80
---
diff --git a/content/zh-cn/download/python.md b/content/zh-cn/download/python.md
new file mode 100755
index 00000000000..e12d519d609
--- /dev/null
+++ b/content/zh-cn/download/python.md
@@ -0,0 +1,9 @@
+---
+_build:
+ render: link
+description: Python
+manualLinkRelref: ./#python
+title: Python
+type: docs
+weight: 50
+---
diff --git a/content/zh-cn/download/spi-extensions.md
b/content/zh-cn/download/spi-extensions.md
index b4127aa665c..347df9315e6 100755
--- a/content/zh-cn/download/spi-extensions.md
+++ b/content/zh-cn/download/spi-extensions.md
@@ -4,14 +4,14 @@ aliases:
description: SPI Extensions
title: SPI Extensions
type: docs
-weight: 60
+weight: 70
---
## 验证
-可以按照这里的[步骤](https://www.apache.org/info/verification),
利用[KEYS](https://downloads.apache.org/dubbo/KEYS)文件来验证下载。
+可以按照这里的[步骤](https://www.apache.org/info/verification),
利用[KEYS](https://www.apache.org/dyn/closer.lua/dubbo/KEYS)文件来验证下载。
> GitHub: https://github.com/apache/dubbo-spi-extensions \
> 发布说明: https://github.com/apache/dubbo-spi-extensions/releases
@@ -169,4 +169,4 @@ weight: 60
| 模块 | 版本号 | 适配 Dubbo 版本 |
|----------------|-------|--------------|
-| dubbo-api-docs | 1.0.0 | 2.7.x |
\ No newline at end of file
+| dubbo-api-docs | 1.0.0 | 2.7.x |
diff --git a/data/download/en/1javaReleases.yaml
b/data/download/en/1javaReleases.yaml
index 071b18ff820..453ed118dae 100644
--- a/data/download/en/1javaReleases.yaml
+++ b/data/download/en/1javaReleases.yaml
@@ -3,13 +3,13 @@ type: java
extra_message:
extra_link:
list:
- - name: 3.3.1
+ - name: 3.3.3
description: >
The latest feature version of Dubbo 3 includes JDK 21 Project Loom, the
new Triple protocol, etc.
- changelog: https://github.com/apache/dubbo/releases/tag/dubbo-3.3.1
- archive:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.1/apache-dubbo-3.3.1-src.zip
- hash:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.1/apache-dubbo-3.3.1-src.zip.sha512
- signature:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.1/apache-dubbo-3.3.1-src.zip.asc
+ changelog: https://github.com/apache/dubbo/releases/tag/dubbo-3.3.3
+ archive:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.3/apache-dubbo-3.3.3-src.zip
+ hash:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.3/apache-dubbo-3.3.3-src.zip.sha512
+ signature:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.3/apache-dubbo-3.3.3-src.zip.asc
- name: 3.2.16
description: >
Dubbo 3 is the latest stable version. It is recommended that all 3.x
users upgrade to this version.
diff --git a/data/download/en/5pythonReleases.yaml
b/data/download/en/5pythonReleases.yaml
new file mode 100644
index 00000000000..d379020dd14
--- /dev/null
+++ b/data/download/en/5pythonReleases.yaml
@@ -0,0 +1,15 @@
+title: Python SDK Releases
+type: python
+extra_message:
+extra_link:
+list:
+ - name: 3.0.0b1
+ description: >
+ Dubbo-python 3.0.x is a ground-up rewrite, abandoning the Python
+ 2-based 1.x series. It introduces enhanced performance, scalability,
+ and developer-friendly features tailored for modern Python users, with
+ optimizations for AI-related scenarios.
+ changelog: https://github.com/apache/dubbo-python/releases/tag/3.0.0b1
+ archive:
https://www.apache.org/dyn/closer.lua/dubbo/dubbo-python/3.0.0b1/apache-dubbo-python-3.0.0b1.zip
+ hash:
https://www.apache.org/dyn/closer.lua/dubbo/dubbo-python/3.0.0b1/apache-dubbo-python-3.0.0b1.zip.sha512
+ signature:
https://www.apache.org/dyn/closer.lua/dubbo/dubbo-python/3.0.0b1/apache-dubbo-python-3.0.0b1.zip.asc
diff --git a/data/download/en/5adminReleases.yaml
b/data/download/en/6adminReleases.yaml
similarity index 100%
rename from data/download/en/5adminReleases.yaml
rename to data/download/en/6adminReleases.yaml
diff --git a/data/download/en/6spiReleases.yaml
b/data/download/en/7spiReleases.yaml
similarity index 100%
rename from data/download/en/6spiReleases.yaml
rename to data/download/en/7spiReleases.yaml
diff --git a/data/download/en/7pixiuReleases.yaml
b/data/download/en/8pixiuReleases.yaml
similarity index 100%
rename from data/download/en/7pixiuReleases.yaml
rename to data/download/en/8pixiuReleases.yaml
diff --git a/data/download/zh/1javaReleases.yaml
b/data/download/zh/1javaReleases.yaml
index 562cc2266a5..b757e532a3c 100644
--- a/data/download/zh/1javaReleases.yaml
+++ b/data/download/zh/1javaReleases.yaml
@@ -3,13 +3,13 @@ type: java
extra_message:
extra_link:
list:
- - name: 3.3.1
+ - name: 3.3.3
description: >
Dubbo 3 最新特性版本,包含了如 JDK 21 Project Loom、全新 Triple 协议等。
- changelog: https://github.com/apache/dubbo/releases/tag/dubbo-3.3.1
- archive:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.1/apache-dubbo-3.3.1-src.zip
- hash:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.1/apache-dubbo-3.3.1-src.zip.sha512
- signature:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.1/apache-dubbo-3.3.1-src.zip.asc
+ changelog: https://github.com/apache/dubbo/releases/tag/dubbo-3.3.3
+ archive:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.3/apache-dubbo-3.3.3-src.zip
+ hash:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.3/apache-dubbo-3.3.3-src.zip.sha512
+ signature:
https://www.apache.org/dyn/closer.lua/dubbo/3.3.3/apache-dubbo-3.3.3-src.zip.asc
- name: 3.2.16
description: >
Dubbo 3 最新稳定版本,建议所有的 3.x 用户都升级到该版本。
diff --git a/data/download/zh/5pythonReleases.yaml
b/data/download/zh/5pythonReleases.yaml
new file mode 100644
index 00000000000..c8c6f99614f
--- /dev/null
+++ b/data/download/zh/5pythonReleases.yaml
@@ -0,0 +1,12 @@
+title: Python SDK Releases
+type: python
+extra_message:
+extra_link:
+list:
+ - name: 3.0.0b1
+ description: >
+ Dubbo-python 3.0.x 是一次全新重构,彻底抛弃了基于 Python 2 的 1.x
系列。它引入了更高的性能、扩展性以及对开发者友好的特性,专为现代 Python 用户设计,并针对 AI 相关场景进行了优化。
+ changelog: https://github.com/apache/dubbo-python/releases/tag/3.0.0b1
+ archive:
https://www.apache.org/dyn/closer.lua/dubbo/dubbo-python/3.0.0b1/apache-dubbo-python-3.0.0b1.zip
+ hash:
https://www.apache.org/dyn/closer.lua/dubbo/dubbo-python/3.0.0b1/apache-dubbo-python-3.0.0b1.zip.sha512
+ signature:
https://www.apache.org/dyn/closer.lua/dubbo/dubbo-python/3.0.0b1/apache-dubbo-python-3.0.0b1.zip.asc
diff --git a/data/download/zh/5adminReleases.yaml
b/data/download/zh/6adminReleases.yaml
similarity index 100%
rename from data/download/zh/5adminReleases.yaml
rename to data/download/zh/6adminReleases.yaml
diff --git a/data/download/zh/6spiReleases.yaml
b/data/download/zh/7spiReleases.yaml
similarity index 100%
rename from data/download/zh/6spiReleases.yaml
rename to data/download/zh/7spiReleases.yaml
diff --git a/data/download/zh/7pixiuReleases.yaml
b/data/download/zh/8pixiuReleases.yaml
similarity index 100%
rename from data/download/zh/7pixiuReleases.yaml
rename to data/download/zh/8pixiuReleases.yaml
diff --git a/layouts/shortcodes/blocks/download-en.html
b/layouts/shortcodes/blocks/download-en.html
index e7fb7904fc8..76639250ea1 100644
--- a/layouts/shortcodes/blocks/download-en.html
+++ b/layouts/shortcodes/blocks/download-en.html
@@ -1,24 +1,24 @@
{{ range $.Site.Data.download.en }}
<section class="home--top-section">
<div class="float-left">
- <h3 id="{{ .type -}}" class="mt-5">{{ .title }}</h3>
+ <h3 id="{{ .type -}}" style="margin-top: 5rem !important;">{{ .title
}}</h3>
</div>
- <table class="table table-sm">
+ <table class="table table-sm" style="width: 100%;table-layout:
auto;border-collapse: collapse;">
<thead>
<tr>
- <th style="width: 20%"><b>Version</b></th>
- <th style="width: 40%"><b>Description</b></th>
- <th style="width: 20%"><b>Change log</b></th>
- <th style="width: 20%"><b>Archive</b></th>
+ <th><b>Version</b></th>
+ <th><b>Description</b></th>
+ <th><b>Change log</b></th>
+ <th><b>Archive</b></th>
</tr>
</thead>
<tbody>
{{ range .list -}}
<tr class="text-center" style="vertical-align: middle">
- <td style="vertical-align: middle">{{ .name }}</td>
- <td style="text-align:left;vertical-align: middle">{{ .description
}}</td>
- <td style="vertical-align: middle"><a href="{{ .changelog
}}">Github Release Note</a></td>
- <td style="vertical-align: middle">
+ <td style="text-align: center;vertical-align: middle;padding:
0.5rem 1rem;">{{ .name }}</td>
+ <td style="text-align: center;vertical-align: middle;padding:
0.5rem 1rem;">{{ .description }}</td>
+ <td style="text-align: center;vertical-align: middle;padding:
0.5rem 1rem;width: 9rem"><a href="{{ .changelog }}">Github Release Note</a></td>
+ <td style="text-align: center;vertical-align: middle;padding:
0.5rem 1rem;width: 12rem">
<ul style="padding:0; margin:0; list-style-type:none;">
<li class="mb-1"><a href="{{ .archive -}}">Source
code</a></li>
<li class="mb-1"><a href="{{ .hash -}}">SHA-512
Checksum</a></li>
diff --git a/layouts/shortcodes/blocks/download-zh.html
b/layouts/shortcodes/blocks/download-zh.html
index 4f577d66d85..6d226d2881b 100644
--- a/layouts/shortcodes/blocks/download-zh.html
+++ b/layouts/shortcodes/blocks/download-zh.html
@@ -1,24 +1,24 @@
{{ range $.Site.Data.download.zh }}
<section class="home--top-section">
<div class="float-left">
- <h3 id="{{ .type -}}" class="mt-5">{{ .title }}</h3>
+ <h3 id="{{ .type -}}" style="margin-top: 5rem !important;">{{ .title
}}</h3>
</div>
- <table class="table table-sm">
+ <table class="table table-sm" style="width: 100%;table-layout:
auto;border-collapse: collapse;">
<thead>
<tr>
- <th style="width: 20%"><b>版本号</b></th>
- <th style="width: 40%"><b>说明</b></th>
- <th style="width: 20%"><b>变更内容</b></th>
- <th style="width: 20%"><b>下载链接</b></th>
+ <th><b>版本号</b></th>
+ <th><b>说明</b></th>
+ <th><b>变更内容</b></th>
+ <th><b>下载链接</b></th>
</tr>
</thead>
<tbody>
{{ range .list -}}
<tr class="text-center" style="vertical-align: middle">
- <td style="vertical-align: middle">{{ .name }}</td>
- <td style="text-align:left;vertical-align: middle">{{ .description
}}</td>
- <td style="vertical-align: middle"><a href="{{ .changelog
}}">Github Release Note</a></td>
- <td style="vertical-align: middle">
+ <td style="text-align: center;vertical-align: middle;padding:
0.5rem 1rem;">{{ .name }}</td>
+ <td style="text-align: center;vertical-align: middle;padding:
0.5rem 1rem;">{{ .description }}</td>
+ <td style="text-align: center;vertical-align: middle;padding:
0.5rem 1rem;width: 9rem"><a href="{{ .changelog }}">Github Release Note</a></td>
+ <td style="text-align: center;vertical-align: middle;padding:
0.5rem 1rem;width: 9rem">
<ul style="padding:0; margin:0; list-style-type:none;">
<li class="mb-1"><a href="{{ .archive -}}">源码下载</a></li>
<li class="mb-1"><a href="{{ .hash -}}">SHA-512 校验</a></li>