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 faea24c  update 3.0.1 release note (#849)
faea24c is described below

commit faea24cc1846a64af6a416caae298aa2623920ab
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Jul 2 15:34:51 2021 +0800

    update 3.0.1 release note (#849)
    
    * update 3.0.1 release note
    
    * update style
---
 content/en/blog/releases/3.0.1.md         | 39 +++++++++++++++++++++++++++++++
 content/en/blog/releases/past-releases.md |  6 +++++
 content/zh/blog/releases/3.0.1.md         | 38 ++++++++++++++++++++++++++++++
 content/zh/blog/releases/past-releases.md |  6 +++++
 4 files changed, 89 insertions(+)

diff --git a/content/en/blog/releases/3.0.1.md 
b/content/en/blog/releases/3.0.1.md
new file mode 100644
index 0000000..e0615e1
--- /dev/null
+++ b/content/en/blog/releases/3.0.1.md
@@ -0,0 +1,39 @@
+---
+title: "3.0.1 Release Note"
+linkTitle: "3.0.1"
+date: 2021-07-02
+description: >
+    The release note of Apache Dubbo 3.0.1
+---
+
+## Optimization
+- Refactor NameMapping to Metadata, Support application field in MigrationRule
+- Add cache for scan result
+- Improve config overrides of method and argument
+- Support servlet takeover mode
+- Add ServiceListener for ServiceConfig
+- Improve method callback
+
+## BugFixs
+- Add force check
+- Fix multi-registry will destroy unavailable clusters
+- Remove needless toString convert & Enable checking by default
+- Ignore invalid MetadataReportConfig
+- Fix NPE when consumer start
+- Fix some compatiable issues
+- Optimize Service related issues
+- Opt Migration & Fix reSubscribe for ServiceDiscovery
+- Fix NPE in MetadataInfo
+- Fix customizer not changed
+
+
+## Code Improvement
+
+Thanks for these contribution to improve stability of Apache Dubbo.
+
+[#8043](https://github.com/apache/dubbo/pull/8043), 
+[#8044](https://github.com/apache/dubbo/pull/8044), 
+[#8048](https://github.com/apache/dubbo/pull/8048), 
+[#8071](https://github.com/apache/dubbo/pull/8071), 
+[#8119](https://github.com/apache/dubbo/pull/8119), 
+[#8132](https://github.com/apache/dubbo/pull/8132)
\ No newline at end of file
diff --git a/content/en/blog/releases/past-releases.md 
b/content/en/blog/releases/past-releases.md
index 80f7e2d..6542853 100644
--- a/content/en/blog/releases/past-releases.md
+++ b/content/en/blog/releases/past-releases.md
@@ -15,6 +15,12 @@ you can follow these 
[procedures](https://www.apache.org/info/verification) and
 > GitHub: https://github.com/apache/dubbo \
 > Release Notes: https://github.com/apache/dubbo/releases
 
+### 3.0.1 (2021-07-02)
+
+* 
[source](https://www.apache.org/dyn/closer.cgi?path=dubbo/3.0.1/apache-dubbo-3.0.1-src.zip)
 |
+  
[asc](https://www.apache.org/dist/dubbo/3.0.1/apache-dubbo-3.0.1-src.zip.asc) |
+  
[sha512](https://www.apache.org/dist/dubbo/3.0.1/apache-dubbo-3.0.1-src.zip.sha512)
+
 ### 3.0.0 (2021-06-16)
 
 * 
[source](https://www.apache.org/dyn/closer.cgi?path=dubbo/3.0.0/apache-dubbo-3.0.0-src.zip)
 |
diff --git a/content/zh/blog/releases/3.0.1.md 
b/content/zh/blog/releases/3.0.1.md
new file mode 100644
index 0000000..ea374af
--- /dev/null
+++ b/content/zh/blog/releases/3.0.1.md
@@ -0,0 +1,38 @@
+---
+title: "3.0.1 发版公告"
+linkTitle: "3.0.1"
+date: 2021-07-02
+description: >
+    Apache Dubbo 3.0.1 发版公告
+---
+
+## 优化
+- 重构服务自省映射关系,支持地址迁移时直接配置上游应用名
+- 为 Spring 扫描添加缓存
+- 优化配置覆盖逻辑
+- 支持 Servlet 环境下控制 Dubbo 生命周期
+- 添加 ServiceListener 用于监听 ServiceConfig
+- 优化方法回调参数设置
+
+## Bug 修复
+- 启用强制校验
+- 更正多注册中心情况下,一个注册中心启动时无地址就销毁的逻辑
+- 移除冗余的日志输出
+- 忽略无效的 MetadataReportConfig
+- 修复消费端启动时 NPE 的情况
+- 修复若干和低版本兼容问题
+- 修复若干应用级服务发现逻辑存在的问题
+- 优化地址迁移规则,支持应用级地址重订阅
+- 修复 MetadataInfo 存在 NPE 的情况
+- 修复应用级注册到注册中心的实例信息被错误覆盖的问题
+
+## 代码质量提升
+
+感谢以下提高 Apache Dubbo 的稳定性的贡献。
+
+[#8043](https://github.com/apache/dubbo/pull/8043),
+[#8044](https://github.com/apache/dubbo/pull/8044),
+[#8048](https://github.com/apache/dubbo/pull/8048),
+[#8071](https://github.com/apache/dubbo/pull/8071),
+[#8119](https://github.com/apache/dubbo/pull/8119),
+[#8132](https://github.com/apache/dubbo/pull/8132)
\ No newline at end of file
diff --git a/content/zh/blog/releases/past-releases.md 
b/content/zh/blog/releases/past-releases.md
index f6b78cf..07d18f1 100644
--- a/content/zh/blog/releases/past-releases.md
+++ b/content/zh/blog/releases/past-releases.md
@@ -17,6 +17,12 @@ description: >
 > GitHub: https://github.com/apache/dubbo \
 > 发布说明: https://github.com/apache/dubbo/releases
 
+### 3.0.1 (2021-07-02)
+
+* 
[source](https://www.apache.org/dyn/closer.cgi?path=dubbo/3.0.1/apache-dubbo-3.0.1-src.zip)
 |
+  
[asc](https://www.apache.org/dist/dubbo/3.0.1/apache-dubbo-3.0.1-src.zip.asc) |
+  
[sha512](https://www.apache.org/dist/dubbo/3.0.1/apache-dubbo-3.0.1-src.zip.sha512)
+
 ### 3.0.0 (2021-06-16)
 
 * 
[source](https://www.apache.org/dyn/closer.cgi?path=dubbo/3.0.0/apache-dubbo-3.0.0-src.zip)
 |

Reply via email to