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

guoqi 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 ec12eed14a9 docs: Add weekly-report (0814-0827) (#1671)
ec12eed14a9 is described below

commit ec12eed14a92cd1034af1061780f13a0442a7b23
Author: Jing Yan <[email protected]>
AuthorDate: Wed Aug 30 16:33:20 2023 +0800

    docs: Add weekly-report (0814-0827) (#1671)
---
 blog/en/blog/2023/08/30/weekly-report.md | 77 ++++++++++++++++++++++++++++++++
 blog/zh/blog/2023/08/30/weekly-report.md | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 154 insertions(+)

diff --git a/blog/en/blog/2023/08/30/weekly-report.md 
b/blog/en/blog/2023/08/30/weekly-report.md
new file mode 100644
index 00000000000..63699d0d988
--- /dev/null
+++ b/blog/en/blog/2023/08/30/weekly-report.md
@@ -0,0 +1,77 @@
+---
+title: "Biweekly Report (August 14 - August 27)"
+keywords: 
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Biweekly Report can help community 
members better grasp the progress of the Apache APISIX community so that 
everyone can participate in the Apache APISIX community.
+tags: [Community]
+image: 
https://static.apiseven.com/uploads/2023/08/28/riVgERes_%E8%8B%B1%E6%96%87%E5%A4%B4%E5%9B%BE.png
+---
+
+> We have recently made fixes and improvements to certain features of Apache 
APISIX and APISIX Ingress Controller. These include adding proxy configuration 
item for `openid-connect` plugin, fixing DNS resolution issue for 
tencent-cloud-cls, adding pass host configuration capability for ApisixUpstream 
resource, upgrading Go toolchain to v1.20, etc. For more details, please refer 
to the biweekly report.
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX grew up as a community from the first day it was open-sourced, 
and quickly became the most active open-source API gateway project in the 
world. These achievements are inseparable from the joint efforts of community 
partners.
+
+From 8.14 to 8.27, 15 contributors submitted 32 commits for Apache APISIX. 
Thank you for your contributions to Apache APISIX.
+
+We have recently fixed and improved some features, and the summary of the 
updates is as follows:
+
+1. Add proxy configuration item for `openid-connect` plugin
+
+2. Fix DNS resolution issue for tencent-cloud-cls
+
+3. Admin-API supports api schema validation
+
+4. `WASM` plugin supports passing native JSON data structure
+
+5. Add pass host configuration capability for ApisixUpstream resource
+
+6. Upgrade Go toolchain to v1.20
+
+"If you want to go fast, go alone. If you want to go far, go together." The 
Apache APISIX Community Biweekly Report can help community members better grasp 
the progress of the Apache APISIX community so that everyone can participate in 
the Apache APISIX community.
+
+## Contributor Statistics
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2023/08/28/tdXTURvu_%E5%85%A8%E9%83%A8%E8%B4%A1%E7%8C%AE%E8%80%85.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2023/08/28/J0at5ZSF_%E6%96%B0%E6%99%8B%E8%B4%A1%E7%8C%AE%E8%80%85.png)
+
+## Highlights of Recent Features
+
+### Apache APISIX
+
+- [Add proxy configuration item for `openid-connect` 
plugin](https://github.com/apache/apisix/pull/9948) (Contributor: 
[darkSheep404](https://github.com/darkSheep404))
+
+- [Fix DNS resolution issue for 
tencent-cloud-cls](https://github.com/apache/apisix/pull/9843) (Contributor: 
[jiangfucheng]((https://github.com/jiangfucheng))
+
+- [Admin-API supports api schema 
validation](https://github.com/apache/apisix/pull/10065) (Contributor: 
[kingluo](https://github.com/kingluo))
+
+- [`WASM` plugin supports passing native JSON data 
structure](https://github.com/apache/apisix/pull/10072) (Contributor: 
[Sn0rt](https://github.com/Sn0rt))
+
+### APISIX Ingress Controller
+
+- [Add pass host configuration capability for ApisixUpstream 
resource](https://github.com/apache/apisix-ingress-controller/pull/1889) 
(Contributor: [ikatlinsky](https://github.com/ikatlinsky))
+
+- [Upgrade Go toolchain to 
v1.20](https://github.com/apache/apisix-ingress-controller/pull/1788) 
(Contributor: [WVenus](https://github.com/WVenus))
+
+## Recent Blog Recommendations
+
+- [Rate Limit Your APIs With Apache 
APISIX](https://apisix.apache.org/blog/2023/08/14/rate-limit/)
+  
+  In this article, we will look at examples of how we can use the rate 
limiting plugins in APISIX. You can find the complete configuration files and 
instructions to deploy for this article in this repository.
+
+- [Release Apache APISIX 
3.2.2](https://apisix.apache.org/blog/2023/07/23/release-apache-apisix-3.2.2/)
+
+  We are pleased to present Apache APISIX 3.2.2 with a list of fixes and 
optimizations.
+  
+- [Creating a Custom Data Mask 
Plugin](https://apisix.apache.org/blog/2023/07/20/data-mask-plugin/)
+
+  In this article, we will look at how you can create and run this plugin from 
the ground up while learning some basics of APISIX plugin development in Lua.
+
+A wealth of documentation tutorials and experience has been accumulated on the 
Apache APISIX official website and GitHub. If you encounter problems, you can 
look into the documentation, search keywords in the issues, or participate in 
the discussion on the issues, proposing your own ideas and practical experience.
diff --git a/blog/zh/blog/2023/08/30/weekly-report.md 
b/blog/zh/blog/2023/08/30/weekly-report.md
new file mode 100644
index 00000000000..4c06ce11ef6
--- /dev/null
+++ b/blog/zh/blog/2023/08/30/weekly-report.md
@@ -0,0 +1,77 @@
+---
+title: "社区双周报 (8.14 - 8.27)"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 
社区的进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Community]
+image: 
https://static.apiseven.com/uploads/2023/08/28/OHAygjUI_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png
+---
+
+> 我们近期对 Apache APISIX 和 APISIX Ingress Controller 的部分功能进行了修复或改善,包括为 
`openid-connect` 插件增加 proxy 配置项、tencent-cloud-cls 修复 DNS 解析失败问题、为 
ApisixUpstream 资源增加了 pass host 的配置能力、将 Go 工具链升级至 v1.20 等,详情请阅读本期双周报。
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+从 2023.8.14 - 2023.8.27,有 15 位开发者为 Apache APISIX 提交了 32 个 commit。感谢这些小伙伴为 
Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+我们近期对部分功能进行了修复或改善,更新内容汇总如下:
+
+1. 为 `openid-connect` 插件增加 proxy 配置项
+
+2. tencent-cloud-cls 修复 DNS 解析失败问题
+
+3. Admin-API 增加 api schema 校验支持
+
+4. `WASM` 插件支持传递原生 json 数据结构
+
+5. 为 ApisixUpstream 资源增加了 pass host 的配置能力
+
+6. 将 Go 工具链升级至 v1.20
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 
Apache APISIX 社区中来。
+
+## 贡献者统计
+
+![贡献者名单](https://static.apiseven.com/uploads/2023/08/28/tdXTURvu_%E5%85%A8%E9%83%A8%E8%B4%A1%E7%8C%AE%E8%80%85.png)
+
+![新晋贡献者](https://static.apiseven.com/uploads/2023/08/28/J0at5ZSF_%E6%96%B0%E6%99%8B%E8%B4%A1%E7%8C%AE%E8%80%85.png)
+
+## 近期亮点功能
+
+### Apache APISIX
+
+- [为 `openid-connect` 插件增加 proxy 
配置项](https://github.com/apache/apisix/pull/9948)(贡献者:[darkSheep404](https://github.com/darkSheep404))
+
+- [tencent-cloud-cls 修复 DNS 
解析失败问题](https://github.com/apache/apisix/pull/9843)(贡献者:[jiangfucheng](https://github.com/jiangfucheng))
+
+- [Admin-API 增加 api schema 
校验支持](https://github.com/apache/apisix/pull/10065))(贡献者:[kingluo](https://github.com/kingluo))
+
+- [`WASM` 插件支持传递原生 json 
数据结构](https://github.com/apache/apisix/pull/10072)(贡献者:[Sn0rt](https://github.com/Sn0rt))
+
+### APISIX Ingress Controller
+
+- [为 ApisixUpstream 资源增加了 pass host 
的配置能力](https://github.com/apache/apisix-ingress-controller/pull/1889) 
(贡献者:[ikatlinsky](https://github.com/ikatlinsky))
+
+- [将 Go 工具链升级至 
v1.20](https://github.com/apache/apisix-ingress-controller/pull/1788) 
(贡献者:[WVenus](https://github.com/WVenus))
+
+## 最新博客速览
+
+- [Apache APISIX 3.2.2 
正式发布](https://apisix.apache.org/zh/blog/2023/07/23/release-apache-apisix-3.2.2/)
+
+  我们很高兴地介绍 Apache APISIX 3.2.2。此版本包含了一系列的修复和优化。
+
+- [Apache APISIX 3.4.1 
正式发布](https://apisix.apache.org/zh/blog/2023/07/21/release-apache-apisix-3.4.1/)
+
+  我们很高兴地宣布 Apache APISIX 3.4.1 版本已经发布,其中包含了针对 JWT 的安全补丁。
+
+- [APISIX 的出海征程势如破竹:APISIX 马来西亚 
Meetup](https://apisix.apache.org/zh/blog/2023/07/12/2023-apisix-meetup-malaysia/)
+
+  近日,Apache APISIX 发起的技术盛宴,在马来西亚首都吉隆坡隆重开幕!活动由 API7(支流科技)与 N2N(N2N Connect 
Berhad,联圣)及 AMD(Advanced Micro Devices, Inc.,)联合举办,汇集了众多 API 网关技术领域的专家和爱好者。
+
+Apache APISIX 的项目官网和 Github 上的 Issue 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 
Issue 中搜索,也可以参与 Issue 上的讨论,提出自己的想法和实践经验。

Reply via email to