This is an automated email from the ASF dual-hosted git repository.
yilinzeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new aa9626292c1 docs: add weekly report 20230330 blog (#1541)
aa9626292c1 is described below
commit aa9626292c1e2e3d103a9bee7825af048d63ad01
Author: 长龙 <[email protected]>
AuthorDate: Sat Apr 8 23:11:11 2023 +0800
docs: add weekly report 20230330 blog (#1541)
---
...weekly-report-0216.md => weekly-report-0316.md} | 0
blog/zh/blog/2023/03/30/weekly-report-0330.md | 53 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/blog/zh/blog/2023/03/16/weekly-report-0216.md
b/blog/zh/blog/2023/03/16/weekly-report-0316.md
similarity index 100%
rename from blog/zh/blog/2023/03/16/weekly-report-0216.md
rename to blog/zh/blog/2023/03/16/weekly-report-0316.md
diff --git a/blog/zh/blog/2023/03/30/weekly-report-0330.md
b/blog/zh/blog/2023/03/30/weekly-report-0330.md
new file mode 100644
index 00000000000..a61a21c38be
--- /dev/null
+++ b/blog/zh/blog/2023/03/30/weekly-report-0330.md
@@ -0,0 +1,53 @@
+---
+title: "社区双周报 (3.13 - 3.26)"
+keywords:
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX
社区的进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Community]
+image:
https://static.apiseven.com/uploads/2023/03/28/wszDNXP4_%E7%A4%BE%E5%8C%BA%E5%8F%8C%E5%91%A8%E6%8A%A5-%E5%A4%B4%E5%9B%BE-06%E6%9C%9F.png
+---
+
+> 从 2023.3.13 - 2023.3.26,有 25 位开发者为 Apache APISIX 提交了 54 个 commit。感谢这些小伙伴为
Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到
Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 Issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+
+
+
+
+## Good First Issue
+
+### Issue #9182
+
+链接:[https://github.com/apache/apisix/issues/9182](https://github.com/apache/apisix/issues/9182)
+
+问题描述: 对文档 `expose-api` 教程中的 URI 进行调整。
+
+### Issue #1740
+
+链接:[https://github.com/apache/apisix-ingress-controller/issues/1740](https://github.com/apache/apisix-ingress-controller/issues/1740)
+
+问题描述: 对 APISIX Upstream 参考文档进行更新。
+
+## 近期亮点功能
+
+### Apache APISIX
+
+- [插件 `proxy-rewrite` 支持保存正则改写路由中间变量,提供 $
开头的变量访问方式](https://github.com/apache/apisix/pull/9112)(贡献者:[monkeyDluffy6017](https://github.com/monkeyDluffy6017))
+
+- [APISIX 默认路由匹配模式由 `radixtree_uri` 改为
`radixtree_host_uri`](https://github.com/apache/apisix/pull/9047)(贡献者:[monkeyDluffy6017](https://github.com/monkeyDluffy6017))
+
+Apache APISIX 的项目官网和 Github 上的 Issue 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在
Issue 中搜索,也可以参与 Issue 上的讨论,提出自己的想法和实践经验。