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 e89502bd778 docs: Add biweekly-report.md(0731-0813) (#1665)
e89502bd778 is described below
commit e89502bd7782dca1a869e700f81d8492852113ea
Author: Qizeng-api7 <[email protected]>
AuthorDate: Thu Aug 17 10:27:28 2023 +0800
docs: Add biweekly-report.md(0731-0813) (#1665)
---
blog/en/blog/2023/08/15/weekly-report.md | 67 ++++++++++++++++++++++++++++++++
blog/zh/blog/2023/08/15/weekly-report.md | 67 ++++++++++++++++++++++++++++++++
2 files changed, 134 insertions(+)
diff --git a/blog/en/blog/2023/08/15/weekly-report.md
b/blog/en/blog/2023/08/15/weekly-report.md
new file mode 100644
index 00000000000..69ed9b5c268
--- /dev/null
+++ b/blog/en/blog/2023/08/15/weekly-report.md
@@ -0,0 +1,67 @@
+---
+title: "Biweekly Report (July 31 - August 13)"
+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/15/cOgKwDgK_%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. These include supporting the `chaitin-waf` plugin, configuring TLS
handshake protocol for specified SNI, configuring YAML file for rendering
environment variables, and ensuring that the `limit-count` plugin returns the
correct X-RateLimit-Reset when rejecting requests. 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 7.31 to 8.13, 20 contributors submitted 37 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. Support `chaitin-waf` plugin
+
+2. Support host-level dynamic setting of TLS protocol version
+
+3. apisix.yaml configuration supports rendering configurations from
environment variables
+
+4. `limit-count` plugin returns the correct X-RateLimit-Reset when rejecting
requests
+
+"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
+
+
+
+
+
+## Highlights of Recent Features
+
+### Apache APISIX
+
+- [Support `chaitin-waf` plugin](https://github.com/apache/apisix/pull/9838)
(Contributor: [lingsamuel](https://github.com/lingsamuel))
+
+- [Support host-level dynamic setting of TLS protocol
version](https://github.com/apache/apisix/pull/9903) (Contributor:
[AlinsRan](https://github.com/AlinsRan))
+
+- [apisix.yaml configuration supports rendering configurations from
environment variables](https://github.com/apache/apisix/pull/9855)
(Contributor: [shreemaan-abhishek](https://github.com/shreemaan-abhishek))
+
+- [`limit-count` plugin returns the correct X-RateLimit-Reset when rejecting
requests](https://github.com/apache/apisix/pull/9978) (Contributor:
[jiangfucheng](https://github.com/jiangfucheng))
+
+## 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/15/weekly-report.md
b/blog/zh/blog/2023/08/15/weekly-report.md
new file mode 100644
index 00000000000..02f30524c77
--- /dev/null
+++ b/blog/zh/blog/2023/08/15/weekly-report.md
@@ -0,0 +1,67 @@
+---
+title: "社区双周报 (7.31 - 8.13)"
+keywords:
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX
社区的进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Community]
+image:
https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png
+---
+
+> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS
握手协议特性支持、apisix.yaml 配置文件支持从环境变量渲染配置、`limit-count` 插件在拒绝请求时返回正确的
X-RateLimit-Reset,详情请阅读本期双周报。
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+从 2023.7.31 - 2023.8.13,有 20 位开发者为 Apache APISIX 提交了 37 个 commit。感谢这些小伙伴为
Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+我们近期对部分功能进行了修复或改善,更新内容汇总如下:
+
+1. 增加 `chaitin-waf` 插件
+
+2. 增加为指定 SNI 配置 TLS 握手协议特性支持
+
+3. apisix.yaml 配置文件支持从环境变量渲染配置
+
+4. `limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到
Apache APISIX 社区中来。
+
+## 贡献者统计
+
+
+
+
+
+## 近期亮点功能
+
+### Apache APISIX
+
+- [增加 `chaitin-waf`
插件](https://github.com/apache/apisix/pull/9838)(贡献者:[lingsamuel](https://github.com/lingsamuel))
+
+- [增加为指定 SNI 配置 TLS
握手协议特性支持](https://github.com/apache/apisix/pull/9903)(贡献者:[AlinsRan](https://github.com/AlinsRan))
+
+- [apisix.yaml
配置文件支持从环境变量渲染配置](https://github.com/apache/apisix/pull/9855)(贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek))
+
+- [`limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset
数据](https://github.com/apache/apisix/pull/9978)(贡献者:[jiangfucheng](https://github.com/jiangfucheng))
+
+## 最新博客速览
+
+- [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 上的讨论,提出自己的想法和实践经验。