xuruidong commented on code in PR #1816:
URL: https://github.com/apache/apisix-website/pull/1816#discussion_r1708526241


##########
blog/zh/blog/2024/08/08/release-apache-apisix-3.10.0.md:
##########
@@ -0,0 +1,202 @@
+---
+title: "Apache APISIX 3.10.0 正式发布"
+authors:
+  - name: "Abhishek Choudhary"
+    title: "Author"
+    url: "https://github.com/shreemaan-abhishek";
+    image_url: "https://github.com/shreemaan-abhishek.png";
+  - name: "Traky Deng"
+    title: "Technical Writer"
+    url: "https://github.com/kayx23";
+    image_url: "https://github.com/kayx23.png";
+keywords:
+- Apache APISIX
+- API Gateway
+- API Management Platform
+- New Release
+- Cloud Native
+description: Apache APISIX 3.10.0 版本于 2024 年 8 月 8 
日发布。该版本带来了一系列新功能、修复、以及相关用户体验优化。
+tags: [Community]
+---
+
+我们很高兴地宣布 Apache APISIX 3.10.0 版本已经发布,带来了一系列新功能、修复、以及相关用户体验优化。
+
+<!--truncate-->
+
+这个新版本增加了许多新功能,包括对 `openid-connect` 插件中的附加标头的支持、在 secrets manager 中存储 SSL 
证书和密钥、自动生成 Admin API 密钥等。
+
+此外,该版本还包含了一些重要的变更。如果您发现这些变更会对您的使用产生影响,请进行相应的计划升级。
+
+## 重大变更
+
+### 如未配置 Admin API 密钥则自动生成
+
+默认 Admin API 密钥 `edd1c9f034335f136f87ad84b625c8f1` 现已删除。如果未配置自定义 Admin API 
密钥,APISIX 将自动生成 Admin API 密钥,以提高安全性。
+
+有关更多信息,请参阅 [PR #11080](https://github.com/apache/apisix/pull/11080)。
+
+### 默认启用数据加密
+
+`data_encryption.enable_encrypt_fields` 选项此前默认为 `true`,现在默认为 
`true`,以增强数据安全性。这意味着默认情况下,敏感插件字段(在插件架构的 `encrypt_fields` 属性中定义)和 TLS 
证书私钥现在已默认加密。

Review Comment:
   ```suggestion
   `data_encryption.enable_encrypt_fields` 选项此前默认为 `false`,现在默认为 
`true`,以增强数据安全性。这意味着默认情况下,敏感插件字段(在插件架构的 `encrypt_fields` 属性中定义)和 TLS 
证书私钥现在已默认加密。
   ```



-- 
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