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

traky 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 088a8258307 docs: add July monthly report (#1812)
088a8258307 is described below

commit 088a8258307dd73ff21edf17312a463bcd752d59
Author: Yilia Lin <114121331+yilial...@users.noreply.github.com>
AuthorDate: Thu Aug 1 15:50:34 2024 +0800

    docs: add July monthly report (#1812)
    
    * docs: add July monthly report
    
    * add monthly-repor (en)
    
    * Fix typo
    
    * Update blog/en/blog/2024/07/31/monthly-report.md
    
    Co-authored-by: Traky Deng <trakyd...@gmail.com>
    
    * Update blog/en/blog/2024/07/31/monthly-report.md
    
    Co-authored-by: Traky Deng <trakyd...@gmail.com>
    
    * Update summary of PR and blogs
    
    * Update summary of new feature
    
    * Update monthly-report.md
    
    * Update blog/zh/blog/2024/07/31/monthly-report.md
    
    Co-authored-by: Yilin Zeng <36651058+yzen...@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Traky Deng <trakyd...@gmail.com>
    Co-authored-by: Yilin Zeng <36651058+yzen...@users.noreply.github.com>
---
 blog/en/blog/2024/07/31/monthly-report.md | 42 +++++++++++++++++++++++++++++++
 blog/zh/blog/2024/07/31/monthly-report.md | 31 +++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/blog/en/blog/2024/07/31/monthly-report.md 
b/blog/en/blog/2024/07/31/monthly-report.md
new file mode 100644
index 00000000000..d2bfcff911d
--- /dev/null
+++ b/blog/en/blog/2024/07/31/monthly-report.md
@@ -0,0 +1,42 @@
+---
+title: "Monthly Report (July 01 - July 31)"
+keywords: ["Apache APISIX", "API Gateway", "Monthly Report", "Contributor"]
+description: Our monthly Apache APISIX community report generates insights 
into the project's monthly developments. The reports provide a pathway into the 
Apache APISIX community, ensuring that you stay well-informed and actively 
involved.
+tags: [Community]
+image: 
https://static.apiseven.com/uploads/2024/07/31/U3v43S1b_report-july-en.png
+---
+
+> We have recently made some additions and improvements to specific features 
within Apache APISIX. The main improvement is moving the default values from 
`config-default.yaml` to a hardcoded Lua file. For detailed information, please 
read the monthly report.
+<!--truncate-->
+
+## Introduction
+
+From its inception, the Apache APISIX project has embraced the ethos of 
open-source community collaboration, propelling it into the ranks of the most 
active global open-source API gateway projects. The proverbial wisdom of 
'teamwork makes the dream work' rings true in our way and is made possible by 
the collective effort of our community.
+
+From July 1 to June 31, a total of 13 contributors made 21 commits to Apache 
APISIX. We sincerely appreciate your contributions to Apache APISIX.
+
+## Contributor Statistics
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2024/07/31/Uk3y8OVm_july-contributors.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2024/07/31/x59QmPpL_new-contributors-july.png)
+
+## Recent Feature Highlight
+
+- [Move `config-default.yaml` default values to hardcoded Lua 
file](https://github.com/apache/apisix/pull/11312)(Contributor: 
[bzp2010](https://github.com/bzp2010))
+
+  Apache APISIX has two configuration files: `config.yaml` which can be 
modified by users and `config-default.yaml`, the default configuration file. 
When APISIX starts, it reads these two configuration files and merges and 
overwrites the user configuration file with the default configuration to create 
the configuration that is used at runtime.
+  
+  However, in actual use, users are often unclear on how to modify custom 
configurations. To simplify the configuration process and avoid unintended 
issues from modifying the default file, we moved the default configuration 
values to a hardcoded Lua file. This allows users to focus on customizing the 
`config.yaml` file without the risk of accidentally changing the default 
settings.
+
+## Recent Blog Recommendations
+
+- [Advanced URL rewriting with Apache 
APISIX](https://apisix.apache.org/blog/2024/07/18/advanced-url-rewrite-apisix/)
+  
+  Explore how to leverage Apache APISIX's 
[`proxy-rewrite`](https://apisix.apache.org/docs/apisix/plugins/proxy-rewrite/) 
and [`serverless`](https://apisix.apache.org/docs/apisix/plugins/serverless/) 
plugins to achieve advanced URL rewriting, simplify API design, and boost 
development efficiency.
+
+- [Dynamic watermarking with imgproxy and Apache 
APISIX](https://apisix.apache.org/blog/2024/07/11/watermarking-infrastructure/)
+  
+  Discover how to leverage the power of Apache APISIX and 
[imgproxy](https://docs.imgproxy.net/features/watermark) to implement dynamic 
watermarking and on-the-fly image processing for your web applications.
+
+The [official website](https://apisix.apache.org/) and [GitHub 
Issues](https://github.com/apache/apisix/issues) of Apache APISIX provide a 
wealth of documentation of tutorials and real-world use cases. If you encounter 
any issues, you can refer to the documentation, search for keywords in Issues, 
or participate in discussions on Issues to share your ideas and practical 
experiences.
diff --git a/blog/zh/blog/2024/07/31/monthly-report.md 
b/blog/zh/blog/2024/07/31/monthly-report.md
new file mode 100644
index 00000000000..45b71a0afd4
--- /dev/null
+++ b/blog/zh/blog/2024/07/31/monthly-report.md
@@ -0,0 +1,31 @@
+---
+title: "社区月报 (07.01 - 07.31)"
+keywords: ["Apache APISIX", "API 网关", "社区月报", "贡献者"]
+description: Apache APISIX 社区的月报旨在帮助社区成员更全面地了解社区的最新动态,方便大家参与到 Apache APISIX 
社区中来。
+tags: [Community]
+image: 
https://static.apiseven.com/uploads/2024/07/31/3H1GYuE4_report-july-cn.png
+---
+> 最近,我们新增并改进了 Apache APISIX 的部分功能,即删除 `config-default.yaml` 并将其内容移动到 Lua 
文件中。有关更多功能新亮点,请阅读本期月报。
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 项目始终秉承着开源社区协作的精神,自问世起便崭露头角,如今已经成为全球最活跃的开源 API 
网关项目之一。正如谚语所言,“众人拾柴火焰高”,这一辉煌成就,得益于整个社区伙伴的协同努力。
+
+从 2024.07.01 至 2024.07.31,有 13 名开发者提交了 21 个 commit,为 Apache APISIX 
做出了重要贡献。感谢这些伙伴们对 Apache APISIX 的无私支持!正是因为你们的付出,才能让 Apache APISIX 项目不断改进、提升和壮大。
+
+## 贡献者统计
+
+![贡献者名单](https://static.apiseven.com/uploads/2024/07/31/Uk3y8OVm_july-contributors.png)
+
+![新晋贡献者](https://static.apiseven.com/uploads/2024/07/31/x59QmPpL_new-contributors-july.png)
+
+## 近期亮点功能
+
+- [删除 config-default.yaml 并将其内容移动到 Lua 
文件中](https://github.com/apache/apisix/pull/11343)(贡献者:[bzp2010](https://github.com/bzp2010))
+  
+  Apache APISIX 有两个配置文件:`config.yaml`(用户可以修改)和 
`config-default.yaml`(默认配置文件,用户不应修改)。当 APISIX 
启动时,它会读取这两个文件并合并配置,用户配置文件中的设置会覆盖默认配置文件中的设置,最终生成在运行时实际使用的配置文件。
+
+  然而,在实际使用过程中,用户往往对如何修改自定义配置不够明确。为了简化配置过程并避免因修改默认文件而导致的意外问题,我们将默认配置值移动到硬编码的 
Lua 文件中。这样用户可以专注于自定义 `config.yaml` 文件,而不会有意外更改核心默认设置的风险。
+
+Apache APISIX 的项目[官网](https://apisix.apache.org/zh/)和 Github 上的 
[Issues](https://github.com/apache/apisix/issues) 
上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 Issues 中搜索,也可以参与 Issues 
上的讨论,提出自己的想法和实践经验。

Reply via email to