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

young 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 788a0695c62 blog: add weekly-report (0717-0730) (#1657)
788a0695c62 is described below

commit 788a0695c62425694710a55d0a610ece0413f707
Author: Qizeng-api7 <129834194+qizeng-a...@users.noreply.github.com>
AuthorDate: Wed Aug 2 11:47:57 2023 +0800

    blog: add weekly-report (0717-0730) (#1657)
---
 blog/en/blog/2023/08/02/weekly-report.md | 71 ++++++++++++++++++++++++++++++++
 blog/zh/blog/2023/08/02/weekly-report.md | 67 ++++++++++++++++++++++++++++++
 2 files changed, 138 insertions(+)

diff --git a/blog/en/blog/2023/08/02/weekly-report.md 
b/blog/en/blog/2023/08/02/weekly-report.md
new file mode 100644
index 00000000000..57b9b884afa
--- /dev/null
+++ b/blog/en/blog/2023/08/02/weekly-report.md
@@ -0,0 +1,71 @@
+---
+title: "Biweekly Report (July 17 - July 30)"
+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/07/31/zId2YcIt_%E8%8B%B1%E6%96%87%E5%A4%B4%E5%9B%BE.png
+---
+
+> We have recently fixed or improved some features of Apache APISIX, including 
fixing `lua-resty-jwt` security issues, disallowing the simultaneous 
configuration of allowlist and denylist in ua-restriction, fixing the 
configuration of the `google-cloud-logging` plugin, and allowing the sending of 
headers upstream returned by OPA server. For more details, please read this 
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 7.17 to 7.30, 16 contributors submitted 38 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. Upgraded `api7-lua-resty-jwt` to version 0.2.5.
+
+2. Allowlist and denylist cannot be enabled at the same time.
+
+3. Fixed the configuration of the `google-cloud-logging` plugin.
+
+4. Allowed sending headers upstream returned by OPA server.
+
+"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/07/31/RIIPKarO_%E6%89%80%E6%9C%89%E8%B4%A1%E7%8C%AE%E8%80%85.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2023/07/31/kRFlqxZk_%E6%96%B0%E6%99%8B%E8%B4%A1%E7%8C%AE%E8%80%85.png)
+
+## Highlights of Recent Features
+
+### Apache APISIX
+
+- [Upgraded `api7-lua-resty-jwt` to version 
0.2.5](https://github.com/apache/apisix/pull/9837) (Contributor: 
[Sn0rt](https://github.com/Sn0rt))
+
+- [Allowlist and denylist cannot be enabled at the same 
time](https://github.com/apache/apisix/pull/9841) (Contributor: 
[jiangfucheng](https://github.com/jiangfucheng))
+
+- [Fixed the configuration of the `google-cloud-logging` 
plugin](https://github.com/apache/apisix/pull/9622) (Contributor: 
[kindomLee](https://github.com/kindomLee))
+
+- [Allowed sending headers upstream returned by OPA 
server](https://github.com/apache/apisix/pull/9710) (Contributor: 
[Revolyssup](https://github.com/Revolyssup))
+
+## Recent Blog Recommendations
+
+- [Release Apache APISIX 
3.4.1](https://apisix.apache.org/blog/2023/07/21/release-apache-apisix-3.4.1/)
+
+  We are pleased to present Apache APISIX 3.4.1 with a security patch for JWT.
+
+- [Accelerating API Gateway Excellence: Apache APISIX Community Meetup in 
Malaysia](https://apisix.apache.org/blog/2023/07/11/2023-apisix-meetup-malaysia/)
+  
+  Kuala Lumpur, the capital of Malaysia, witnessed the success of the 2023 
APISIX open-source Community Meetup on July 4th.
+
+- [Release Apache APISIX 
3.4.0](https://apisix.apache.org/blog/2023/06/30/release-apache-apisix-3.4.0/)
+
+  This release provides a new plugin loki-logger to forward logs to Grafana 
Loki, and allows for mTLS connection on the route level. In addition, the 
release also includes many other updates to continuously enhance the user 
experience of APISIX.
+
+- [Connecting IoT Devices to the Cloud with APISIX MQTT 
Proxy](https://apisix.apache.org/blog/2023/06/30/apisix-mqtt-proxy/)
+
+  APISIX's support for stream routes and, in extension, the MQTT protocol is 
often overlooked. Let's change this by looking at an end-to-end example of how 
APISIX can act as an MQTT proxy.
+
+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/02/weekly-report.md 
b/blog/zh/blog/2023/08/02/weekly-report.md
new file mode 100644
index 00000000000..7a4d49fb5c1
--- /dev/null
+++ b/blog/zh/blog/2023/08/02/weekly-report.md
@@ -0,0 +1,67 @@
+---
+title: "社区双周报 (7.17 - 7.30)"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 
社区的进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Community]
+image: 
https://static.apiseven.com/uploads/2023/07/31/roJS3E1h_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png
+---
+
+> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括修复 jwt 安全问题、`ua-restriction` 不再允许同时配置 
allowlist 与 denylist、修复 `google-cloud-logging` 插件的配置、允许将由 OPA 服务器返回的 headers 
发送到上游,详情请阅读本期双周报。
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+从 2023.7.17 - 2023.7.30,有 16 位开发者为 Apache APISIX 提交了 38 个 commit。感谢这些小伙伴为 
Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+我们近期对部分功能进行了修复或改善,更新内容汇总如下:
+
+1. 更新`api7-lua-resty-jwt` 版本至 0.2.5
+
+2. `ua-restriction` 不再允许同时配置 allowlist 与 denylist
+
+3. 修复 `google-cloud-logging` 插件的配置
+
+4. 允许将由 OPA 服务器返回的 headers 发送到上游
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 
Apache APISIX 社区中来。
+
+## 贡献者统计
+
+![贡献者名单](https://static.apiseven.com/uploads/2023/07/31/RIIPKarO_%E6%89%80%E6%9C%89%E8%B4%A1%E7%8C%AE%E8%80%85.png)
+
+![新晋贡献者](https://static.apiseven.com/uploads/2023/07/31/kRFlqxZk_%E6%96%B0%E6%99%8B%E8%B4%A1%E7%8C%AE%E8%80%85.png)
+
+## 近期亮点功能
+
+### Apache APISIX
+
+- [更新 `api7-lua-resty-jwt` 版本至 
0.2.5](https://github.com/apache/apisix/pull/9837)(贡献者:[Sn0rt](https://github.com/Sn0rt))
+
+- [`ua-restriction` 不再允许同时配置 allowlist 与 
denylist](https://github.com/apache/apisix/pull/9841)(贡献者:[jiangfucheng](https://github.com/jiangfucheng))
+
+- [修复了 `google-cloud-logging` 
插件的配置](https://github.com/apache/apisix/pull/9622)(贡献者:[kindomLee](https://github.com/kindomLee))
+
+- [允许将由 OPA 服务器返回的 headers 
发送到上游](https://github.com/apache/apisix/pull/9710)(贡献者:[Revolyssup](https://github.com/Revolyssup))
+
+## 最新博客速览
+
+- [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 网关技术领域的专家和爱好者。
+
+- [Release Apache APISIX 
3.4.0](https://apisix.apache.org/zh/blog/2023/06/30/release-apache-apisix-3.4.0/)
+  
+    此版本提供了一个新的插件 loki-logger,可将日志转发到 Grafana Loki,并允许在路由级别上建立 mTLS 
连接。此外,此版本还还引入了许多新的特性,旨在优化对 APISIX 的使用体验。
+
+Apache APISIX 的项目官网和 Github 上的 Issue 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 
Issue 中搜索,也可以参与 Issue 上的讨论,提出自己的想法和实践经验。

Reply via email to