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 f098d1fcdf5 Add release blog (#1619)
f098d1fcdf5 is described below
commit f098d1fcdf5464ea293617c9c9d2274336a58997
Author: Albumen Kevin <[email protected]>
AuthorDate: Wed Nov 30 09:19:25 2022 +0800
Add release blog (#1619)
* Add release blog
* Fix desc
---
content/zh/blog/news/20221128-release.md | 62 ++++++++++++++++++++++++++++++
static/imgs/blog/release/3-1-3.png | Bin 0 -> 1503489 bytes
static/imgs/blog/release/3-2-0-beta-2.png | Bin 0 -> 1464089 bytes
3 files changed, 62 insertions(+)
diff --git a/content/zh/blog/news/20221128-release.md
b/content/zh/blog/news/20221128-release.md
new file mode 100644
index 00000000000..dd67b45fdc8
--- /dev/null
+++ b/content/zh/blog/news/20221128-release.md
@@ -0,0 +1,62 @@
+---
+title: "Dubbo 3.1.3、3.2.0-beta.2 正式发布"
+linkTitle: "Dubbo 3.1.3、3.2.0-beta.2 正式发布"
+date: 2022-11-29
+description: >
+ 在 11 月 28 日,Dubbo 3.1.3 和 3.2.0-beta.2 正式通过投票发布。本文将介绍本次发布的变化一览。
+---
+
+## Dubbo 3.1.3
+
+
+
+### 修改内容
+
+- 修复本地调用的过程中 Filter 顺序异常的问题
+- 支持导入协议配置项到 MetadataService
+- 支持在发布 MetadataService 时自动选择可用端口
+- 完善错误码内容
+- 泛化调用下支持一致性哈希负载均衡
+- 修复泛化调用时反序列化异常的问题
+- 修复由于 JVM Methods 顺序不一致导致的应用级元数据无法复用的问题
+- 默认关闭端口复用能力,修复 remoting 组建找不到 SPI 的问题
+- 修复由于引用计数异常导致的 safe gard 问题
+- 删除 Nacos 注册中心组建中使用的 guava 依赖
+- 修复接口级使用 Nacos 注册中心时由于地址聚合导致的无法下线的问题
+- 多个代码质量优化提交
+
+### 新贡献者
+
+- [@zhangzq7](https://github.com/zhangzq7) 在
[#10847](https://github.com/apache/dubbo/pull/10847) 中提交了第一个贡献
+- [@nobodyw-cell](https://github.com/nobodyw-cell) 在
[#10799](https://github.com/apache/dubbo/pull/10799) 中提交了第一个贡献
+- [@wxbty](https://github.com/wxbty) 在
[#10921](https://github.com/apache/dubbo/pull/10921) 中提交了第一个贡献
+- [@haoxz11](https://github.com/haoxz11) 在
[#10937](https://github.com/apache/dubbo/pull/10937) 中提交了第一个贡献
+
+## Dubbo 3.2.0-beta.2
+
+### 修改内容
+
+- 切换到在用户线程序列化,提升协议性能
+- 支持 Netty3 的端口复用
+- 修复存在多个用户配置的 providedBy 时不生效的问题
+- 支持 istio 的 first-party-jwt 能力
+- 删除 fastjson 和 gson 的传递依赖
+- 支持可选 appResponse 不透传的能力
+- 切换到 Fastjson2 为默认序列化依赖
+- 完善注册中心推送的日志
+- 修复路由刷新时机早于服务目录刷新时机的问题
+- 关闭地址推空保护
+- 更新支持 GraalVM Native 的 SPI 生成代码
+- 支持使用 plain text 模式传输 xds 通道
+- 支持 Nacos 批量注册,修复多注册覆盖的问题
+- 支持 Spring Framework 6 and Spring Boot 3
+- 多个代码质量优化提交
+- 前述 Dubbo 3.1.3 的所有修改内容
+
+### 新贡献者
+
+- [@weixsun](https://github.com/weixsun) 在
[#10941](https://github.com/apache/dubbo/pull/10941) 中提交了第一个贡献
+
+## 未来的版本规划
+
+3.0、3.1、3.2 有什么区别?未来会怎么发展?发版周期是怎么样的?更多的版本迭代规划也将在近期推出,欢迎关注 Apache Dubbo
官方公众号获取最新的信息。
diff --git a/static/imgs/blog/release/3-1-3.png
b/static/imgs/blog/release/3-1-3.png
new file mode 100644
index 00000000000..58c64a28b7f
Binary files /dev/null and b/static/imgs/blog/release/3-1-3.png differ
diff --git a/static/imgs/blog/release/3-2-0-beta-2.png
b/static/imgs/blog/release/3-2-0-beta-2.png
new file mode 100644
index 00000000000..8b2ade32eaf
Binary files /dev/null and b/static/imgs/blog/release/3-2-0-beta-2.png differ