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 31e4eac4e36 docs:Add Biweekly-Report (#1633)
31e4eac4e36 is described below

commit 31e4eac4e364bf513897240b1a4c56e37d04fb03
Author: Qizeng-api7 <[email protected]>
AuthorDate: Sat Jul 8 22:35:58 2023 +0800

    docs:Add Biweekly-Report (#1633)
---
 blog/en/blog/2023/07/05/weekly-report.md | 65 ++++++++++++++++++++++++++++++++
 blog/zh/blog/2023/07/05/weekly-report.md | 61 ++++++++++++++++++++++++++++++
 2 files changed, 126 insertions(+)

diff --git a/blog/en/blog/2023/07/05/weekly-report.md 
b/blog/en/blog/2023/07/05/weekly-report.md
new file mode 100644
index 00000000000..5e9bd0467c4
--- /dev/null
+++ b/blog/en/blog/2023/07/05/weekly-report.md
@@ -0,0 +1,65 @@
+---
+title: "Biweekly Report (June 19 - July 05)"
+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/03/o1PFlwn0_%E7%A4%BE%E5%8C%BA%E5%8F%8C%E5%91%A8%E6%8A%A5-%E5%85%AC%E4%BC%97%E5%8F%B7%E5%A4%B4%E5%9B%BE-%E8%8B%B1%E6%96%87.png
+---
+
+> We have recently fixed and improved some features of Apache APISIX, 
including optimizing the use of Prometheus, fixing the body-transformer and 
log-rotate plugins, and adding an annotation to allow rewriting of the response 
header for Apache APISIX Ingress Controller. Meanwhile, We are pleased to 
present Apache APISIX 3.4.0 with exciting new features and performance 
improvements. 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 6.19 to 7.02, 22 contributors submitted 35 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. APISIX now allows customizing Prometheus default bucket.
+
+2. Fixed the problem that body-transformer plugin cannot convert empty tables 
properly.
+
+3. Fixed the issue that max_kept configuration of the log-rotate plugin does 
not work when using a custom name.
+
+4. With recently added annotation, APISIX Ingress Controller now allows 
rewriting of response headers.
+
+"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/03/NmhS4JKj_%E8%B4%A1%E7%8C%AE%E8%80%85%E5%90%8D%E5%8D%95.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2023/07/07/M3P3D5AP_%E6%96%B0%E6%99%8B%E8%B4%A1%E7%8C%AE%E8%80%85%E6%B5%B7%E6%8A%A5.png)
+
+## Highlights of Recent Features
+
+### Apache APISIX
+
+- [APISIX allows customizing prometheus default 
bucket](https://github.com/apache/apisix/pull/9673) (Contributor: 
[jiangfucheng](https://github.com/jiangfucheng))
+
+- [Fix the problem that body-transformer plugin cannot convert empty tables 
properly](https://github.com/apache/apisix/pull/9669) (Contributor: 
[kingluo](https://github.com/kingluo))
+
+- [Fix the issue that max_kept configuration of the log-rotate plugin does not 
work when using a custom name](https://github.com/apache/apisix/pull/9749) 
(Contributor: [monkeyDluffy6017](https://github.com/monkeyDluffy6017))
+
+### Apache APISIX Ingress Controller
+
+- [APISIX Ingress Controller adds annotation to allow rewriting of response 
headers](https://github.com/apache/apisix-ingress-controller/pull/1861) 
(Contributor: [Revolyssup](https://github.com/Revolyssup))
+
+## Recent Blog Recommendations
+
+- [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/07/05/weekly-report.md 
b/blog/zh/blog/2023/07/05/weekly-report.md
new file mode 100644
index 00000000000..a6d543403d5
--- /dev/null
+++ b/blog/zh/blog/2023/07/05/weekly-report.md
@@ -0,0 +1,61 @@
+---
+title: "社区双周报 (6.19 - 7.02)"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 
社区的进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Community]
+image: 
https://static.apiseven.com/uploads/2023/07/03/eFGYTgLd_%E7%A4%BE%E5%8C%BA%E5%8F%8C%E5%91%A8%E6%8A%A5-%E5%85%AC%E4%BC%97%E5%8F%B7%E5%A4%B4%E5%9B%BE-%E4%B8%AD%E6%96%87.png
+---
+
+> 我们近期对 Apache APISIX 和 Apache APISIX Ingress Controller 的部分功能进行了修复或改善,包括优化 
Prometheus、修复 body-transformer 和 log-rotate 插件、新增 annotation 允许重写 response 
header,详情请阅读本期双周报。与此同时,我们还发布了 Apache APISIX 3.4.0。它的功能更加强大,性能更加优越。
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+从 2023.6.19 - 2023.7.02,有 22 位开发者为 Apache APISIX 提交了 35 个 commit。感谢这些小伙伴为 
Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+我们近期对部分功能进行了修复或改善,更新内容汇总如下:
+
+1. APISIX 允许自定义 Prometheus 默认 bucket。
+
+2. 修复 body-transformer 插件无法正常转换空的 table 问题。
+
+3. 修复使用自定义名称时 log-rotate 插件的 max_kept 配置无法生效问题。
+
+4. APISIX Ingress Controller 新增 annotation 允许重写 response header。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 
Apache APISIX 社区中来。
+
+## 贡献者统计
+
+![贡献者名单](https://static.apiseven.com/uploads/2023/07/03/NmhS4JKj_%E8%B4%A1%E7%8C%AE%E8%80%85%E5%90%8D%E5%8D%95.png)
+
+![新晋贡献者](https://static.apiseven.com/uploads/2023/07/07/M3P3D5AP_%E6%96%B0%E6%99%8B%E8%B4%A1%E7%8C%AE%E8%80%85%E6%B5%B7%E6%8A%A5.png)
+
+## 近期亮点功能
+
+### Apache APISIX
+
+- [APISIX 允许自定义 prometheus 默认 
bucket](https://github.com/apache/apisix/pull/9673)(贡献者:[jiangfucheng](https://github.com/jiangfucheng))
+
+- [修复 body-transformer 插件无法正常转换空的 table 
问题](https://github.com/apache/apisix/pull/9669)(贡献者:[kingluo](https://github.com/kingluo))
+
+- [修复使用自定义名称时 log-rotate 插件的 max_kept 
配置无法生效问题](https://github.com/apache/apisix/pull/9749)(贡献者:[monkeyDluffy6017](https://github.com/monkeyDluffy6017))
+
+### Apache APISIX Ingress Controller
+
+- [APISIX Ingress Controller 新增 annotation 允许重写 response 
header](https://github.com/apache/apisix-ingress-controller/pull/1861)(贡献者:[Revolyssup](https://github.com/Revolyssup
 ))
+
+## 最新博客速览
+
+- [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