You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ho...@apache.org on 2021/09/20 02:23:58 UTC

[dubbo-website] branch master updated: release 2.7.14 (#963)

This is an automated email from the ASF dual-hosted git repository.

horizonzy 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 4507940  release 2.7.14 (#963)
4507940 is described below

commit 45079407614a0f608df8eb9cadcc4110008b9bc7
Author: 赵延 <ho...@apache.org>
AuthorDate: Mon Sep 20 10:23:53 2021 +0800

    release 2.7.14 (#963)
---
 content/en/blog/releases/2.7.14.md        | 37 +++++++++++++++++++++++++++++++
 content/en/blog/releases/past-releases.md |  7 ++++++
 content/zh/blog/releases/2.7.14.md        | 34 ++++++++++++++++++++++++++++
 content/zh/blog/releases/past-releases.md |  6 +++++
 4 files changed, 84 insertions(+)

diff --git a/content/en/blog/releases/2.7.14.md b/content/en/blog/releases/2.7.14.md
new file mode 100644
index 0000000..2a08c8d
--- /dev/null
+++ b/content/en/blog/releases/2.7.14.md
@@ -0,0 +1,37 @@
+---
+title: "2.7.14 Release Note"
+linkTitle: "2.7.14"
+date: 2021-09-20
+description: >
+    The release note of Apache Dubbo 2.7.14
+---
+
+## Change Lists
+
+- add Dynamic Configuration Override Support For ServiceDiscovery. (#8389)
+- fix mock parameters doesn't work when it contain ':' or '='. (#8379)
+- fix the issue of taking the zone parameter value in ZoneAwareClusterInvoker. (#8521)
+- add the switch for check class is in serialize white list , default is true.  (#8537)
+- fix NPE on serialization checking when request timed out. (#8587)
+- fix NetUtils.ignoreNetworkInterface can't process network card name contains '(' symbol. (#8629)
+- unify the way of getting local address. (#8679)
+- fix retries param didn't work well when it is 0. (#8743)
+- close client immediately when destroy unused invoker. (#8756)
+- fix destroy IllegalStateException and doOverrideIfNecessary NPE. (#8683)
+- show message according to log level when DefaultFuture.closeChannel. (#8778)
+- use MapUtils instead of AttachmentsAdapter. (#8772)
+
+## Dependency Changes
+
+- netty4: 4.1.51.Final -> 4.1.66.Final
+- netty4_ssl: 2.0.39.Final -> 2.0.40.Final
+- http_client: 4.5.3 -> 4.5.13
+- jetty: 9.4.11.v20180605 -> 9.4.43.v20210629
+- apollo_client: 1.1.1 -> 1.8.0
+- tomcat_embed: 8.5.31-> 9.0.48
+- commons_io: 2.6 -> 2.7
+- curator: 5.0.0 -> 5.1.0
+- hessian_lite: 3.2.8 -> 3.2.11
+
+
+
diff --git a/content/en/blog/releases/past-releases.md b/content/en/blog/releases/past-releases.md
index 36ca004..9766203 100644
--- a/content/en/blog/releases/past-releases.md
+++ b/content/en/blog/releases/past-releases.md
@@ -15,6 +15,13 @@ 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
 
+
+### 2.7.14 (2021-09-20)
+
+* [source](https://www.apache.org/dyn/closer.lua/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip) |
+  [asc](https://www.apache.org/dyn/closer.lua/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip.asc) |
+  [sha512](https://www.apache.org/dyn/closer.lua/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip.sha512)
+
 ### 2.6.11 (2021-09-18)
 
 * [source](https://www.apache.org/dyn/closer.cgi?path=dubbo/2.6.11/apache-dubbo-2.6.11-source-release.zip) |
diff --git a/content/zh/blog/releases/2.7.14.md b/content/zh/blog/releases/2.7.14.md
new file mode 100644
index 0000000..1502936
--- /dev/null
+++ b/content/zh/blog/releases/2.7.14.md
@@ -0,0 +1,34 @@
+---
+title: "2.7.14 发版公告"
+linkTitle: "2.7.14"
+date: 2021-09-20
+description: >
+    Apache Dubbo 2.7.14 发版公告
+---
+
+## 变动项
+
+- 为 ServiceDiscovery 增加动态配置中心的覆盖规则。(#8389)
+- 修复当 mock 参数中包含 ':' 或者 '=' 符号时无法正常使用的问题。(#8379)
+- 修复 zone 参数对 ZoneAwareClusterInvoker 配置无法生效的问题。(#8521)
+- 为序列化白名单检查增加开关,默认为 true。(#8537)
+- 修复当请求超时时序列化检查的空指针异常。(#8587)
+- 修复 NetUtils.ignoreNetworkInterface 无法处理网卡中包含 '(' 符号的问题。(#8629)
+- 统一获取本地地址的方式。(#8679)
+- 修复当重试参数为0,依旧会重试1次的问题。(#8743)
+- 当清除未使用的 invoker 时,立即关闭客户端。(#8756)
+- 修复 destroy 方法以及 doOverrideIfNecessary 中的异常。(#8683)
+- DefaultFuture.closeChannel 根据日志级别选择是否打印请求的详细数据。(#8778)
+- 使用 MapUtils 替换 AttachmentsAdapter(#8772)
+
+## Maven依赖变化
+
+- netty4: 4.1.51.Final -> 4.1.66.Final
+- netty4_ssl: 2.0.39.Final -> 2.0.40.Final
+- http_client: 4.5.3 -> 4.5.13
+- jetty: 9.4.11.v20180605 -> 9.4.43.v20210629
+- apollo_client: 1.1.1 -> 1.8.0
+- tomcat_embed: 8.5.31-> 9.0.48
+- commons_io: 2.6 -> 2.7
+- curator: 5.0.0 -> 5.1.0
+- hessian_lite: 3.2.8 -> 3.2.11
\ 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 6a0e8fb..2ec9789 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
 
+### 2.7.14 (2021-09-20)
+
+* [source](https://www.apache.org/dyn/closer.lua/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip) |
+  [asc](https://www.apache.org/dyn/closer.lua/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip.asc) |
+  [sha512](https://www.apache.org/dyn/closer.lua/dubbo/2.7.14/apache-dubbo-2.7.14-src.zip.sha512)
+
 ### 2.6.11 (2021-09-18)
 
 * [source](https://www.apache.org/dyn/closer.cgi?path=dubbo/2.6.11/apache-dubbo-2.6.11-source-release.zip) |