leslie-tsang commented on code in PR #9730:
URL: https://github.com/apache/apisix/pull/9730#discussion_r1243183739


##########
docs/zh/latest/CHANGELOG.md:
##########
@@ -70,6 +71,38 @@ title: CHANGELOG
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+## 3.4.0
+
+### Core
+
+- :sunrise: 支持路由级别的 MTLS [#9332](https://github.com/apache/apisix/pull/9332)
+- :sunrise: 支持全局规则的 id schema 
[#9517](https://github.com/apache/apisix/pull/9517)
+- :sunrise: 支持使用单个长连接来监视 etcd 的所有资源 
[#9456](https://github.com/apache/apisix/pull/9456)
+- :sunrise: 支持 ssl 标签的最大长度为 256 
[#9301](https://github.com/apache/apisix/pull/9301)
+
+### Plugins
+
+- :sunrise: 支持 proxy_rewrite 插件的多个正则表达式匹配 
[#9194](https://github.com/apache/apisix/pull/9194)
+- :sunrise: 添加 loki-logger 插件 
[#9399](https://github.com/apache/apisix/pull/9399)
+- :sunrise: 允许用户为 prometheus 插件配置 DEFAULT_BUCKETS 
[#9673](https://github.com/apache/apisix/pull/9673)
+
+### Bugfixes
+
+- 修复 (body-transformer):xml2lua 将空表替换为空字符串 
[#9669](https://github.com/apache/apisix/pull/9669)
+- 修复:保存和恢复 pb 状态 [#9606](https://github.com/apache/apisix/pull/9606)

Review Comment:
   @kingluo Please provide appropriate title.



##########
CHANGELOG.md:
##########
@@ -70,6 +71,38 @@ title: Changelog
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+## 3.4.0
+
+### Core
+
+- :sunrise: Support route-level MTLS 
[#9332](https://github.com/apache/apisix/pull/9332)
+- :sunrise: Support id schema for global_rules 
[#9517](https://github.com/apache/apisix/pull/9517)
+- :sunrise: Support use a single long http connection to watch all resources 
for etcd [#9456](https://github.com/apache/apisix/pull/9456)
+- :sunrise: Support max len 256 for ssl label 
[#9301](https://github.com/apache/apisix/pull/9301)
+
+### Plugins
+
+- :sunrise: Support miltiple regex pattern matching for proxy_rewrite plugin 
[#9194](https://github.com/apache/apisix/pull/9194)
+- :sunrise: Add loki-logger plugin 
[#9399](https://github.com/apache/apisix/pull/9399)
+- :sunrise: Allow user configure DEFAULT_BUCKETS for prometheus plugin  
[#9673](https://github.com/apache/apisix/pull/9673)
+
+### Bugfixes
+
+- Fix(body-transformer): xml2lua: replace empty table with empty string 
[#9669](https://github.com/apache/apisix/pull/9669)
+- Fix: save and restore pb state 
[#9606](https://github.com/apache/apisix/pull/9606)
+- Fix(skywalking-logger, error-log-logger): support $hostname in skywalking 
service_instance_name [#9401](https://github.com/apache/apisix/pull/9401)
+- Fix(admin): secrets do not support to update attributes by PATCH 
(#9510)[#9510](https://github.com/apache/apisix/pull/9510)

Review Comment:
   ```suggestion
   - Fix(admin): fix secrets do not support to update attributes by PATCH 
[#9510](https://github.com/apache/apisix/pull/9510)
   ```



##########
CHANGELOG.md:
##########
@@ -70,6 +71,38 @@ title: Changelog
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+## 3.4.0
+
+### Core
+
+- :sunrise: Support route-level MTLS 
[#9332](https://github.com/apache/apisix/pull/9332)
+- :sunrise: Support id schema for global_rules 
[#9517](https://github.com/apache/apisix/pull/9517)
+- :sunrise: Support use a single long http connection to watch all resources 
for etcd [#9456](https://github.com/apache/apisix/pull/9456)
+- :sunrise: Support max len 256 for ssl label 
[#9301](https://github.com/apache/apisix/pull/9301)
+
+### Plugins
+
+- :sunrise: Support miltiple regex pattern matching for proxy_rewrite plugin 
[#9194](https://github.com/apache/apisix/pull/9194)
+- :sunrise: Add loki-logger plugin 
[#9399](https://github.com/apache/apisix/pull/9399)
+- :sunrise: Allow user configure DEFAULT_BUCKETS for prometheus plugin  
[#9673](https://github.com/apache/apisix/pull/9673)

Review Comment:
   ```suggestion
   - :sunrise: Allow user configure DEFAULT_BUCKETS for prometheus plugin 
[#9673](https://github.com/apache/apisix/pull/9673)
   ```



##########
docs/zh/latest/CHANGELOG.md:
##########
@@ -70,6 +71,38 @@ title: CHANGELOG
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+## 3.4.0
+
+### Core
+
+- :sunrise: 支持路由级别的 MTLS [#9332](https://github.com/apache/apisix/pull/9332)
+- :sunrise: 支持全局规则的 id schema 
[#9517](https://github.com/apache/apisix/pull/9517)
+- :sunrise: 支持使用单个长连接来监视 etcd 的所有资源 
[#9456](https://github.com/apache/apisix/pull/9456)
+- :sunrise: 支持 ssl 标签的最大长度为 256 
[#9301](https://github.com/apache/apisix/pull/9301)
+
+### Plugins
+
+- :sunrise: 支持 proxy_rewrite 插件的多个正则表达式匹配 
[#9194](https://github.com/apache/apisix/pull/9194)
+- :sunrise: 添加 loki-logger 插件 
[#9399](https://github.com/apache/apisix/pull/9399)
+- :sunrise: 允许用户为 prometheus 插件配置 DEFAULT_BUCKETS 
[#9673](https://github.com/apache/apisix/pull/9673)
+
+### Bugfixes
+
+- 修复 (body-transformer):xml2lua 将空表替换为空字符串 
[#9669](https://github.com/apache/apisix/pull/9669)
+- 修复:保存和恢复 pb 状态 [#9606](https://github.com/apache/apisix/pull/9606)
+- 修复 (skywalking-logger, error-log-logger):支持在 skywalking 
service_instance_name 中使用 $hostname 
[#9401](https://github.com/apache/apisix/pull/9401)
+- 修复 (admin):secrets 不支持通过 PATCH 更新属性 
(#9510)[#9510](https://github.com/apache/apisix/pull/9510)

Review Comment:
   ```suggestion
   - 修复 (admin):修复 secrets 不支持通过 PATCH 更新属性 
[#9510](https://github.com/apache/apisix/pull/9510)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to