-
Notifications
You must be signed in to change notification settings - Fork 203
blog: add dec monthly report #1838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
2abb14f
blog: add dec monthly report
Yilialinn aea5600
Update monthly-report.md
Yilialinn 3f87d9f
Add Chinese version
Yilialinn 5861b3e
fix
Yilialinn 7529557
fix comments
Yilialinn 1a7d47b
fix comment
Yilialinn fadd473
fix comments
Yilialinn 44f44c5
fix image & comment
Yilialinn ce74ea7
update sequence
Yilialinn 81d6a0b
update
Yilialinn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| --- | ||
| title: "Monthly Report (December 01 - December 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/12/31/edSe3URN_monthly-report-cover-en.png | ||
| --- | ||
|
|
||
| > We have recently made some additions and improvements to specific features within Apache APISIX. The main improvements include the addition of supporting configuring response headers when using the `limit-count` plugin and supporting "system" `ssl_trusted_certificate`, among other enhancements. 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 December 1 to December 31, 11 contributors made 27 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX. | ||
|
|
||
| ## Contributor Statistics | ||
|
|
||
|  | ||
|
|
||
|  | ||
|
|
||
| ## Recent Feature Highlights | ||
|
|
||
| 1. [Make Rate-Limiting Response Headers Configurable in `limit-count` Plugin](https://github.com/apache/apisix/pull/11831) (Contributor: [shreemaan-abhishek](https://github.com/shreemaan-abhishek)) | ||
|
|
||
| This PR allows users to configure the names of rate-limiting response headers using `plugin-metadata` when using the `limit-count` plugin. | ||
|
|
||
| 2. [Refactor `workflow` Plugin Registration](https://github.com/apache/apisix/pull/11832) (Contributor: [Revolyssup](https://github.com/Revolyssup)) | ||
|
|
||
| Current logic requires the table `supported_actions` defined in `workflow.lua` to be changed when any new plugin is added to the `workflow` plugin. With this change, the registration in the table is offloaded to the newly added plugin by implementing the function `workflow_handler()`. | ||
Yilialinn marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 3. [Add Support for `system` `ssl_trusted_certificate`](https://github.com/apache/apisix/pull/11809) (Contributor: [Revolyssup](https://github.com/Revolyssup)) | ||
Yilialinn marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| With this feature, users can set `system` as the value to use when ca_certs are to be used from the system-defined `ca_certs`. | ||
Yilialinn marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 4. [Allow Workflow Configuration without `case`](https://github.com/apache/apisix/pull/11787) (Contributor: [Revolyssup](https://github.com/Revolyssup)) | ||
Yilialinn marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| This change makes `case` a non-required field and an absence of `case` will be deemed a default match. | ||
|
|
||
| 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. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| --- | ||
| title: "社区月报 (12.01 - 12.31)" | ||
| keywords: ["Apache APISIX", "API 网关", "社区月报", "贡献者"] | ||
| description: Apache APISIX 社区的月报旨在帮助社区成员更全面地了解社区的最新动态,方便大家参与到 Apache APISIX 社区中来。 | ||
| tags: [Community] | ||
| image: https://static.apiseven.com/uploads/2024/12/31/xuAagbRY_monthly-report-cover-cn.png | ||
| --- | ||
|
|
||
| > 最近,我们新增并改进了 Apache APISIX 的部分功能,包括支持 `limit-count` 插件使用 `metadata` 配置速率限制响应头和支持将 `system` 设置为值并引用 `ca_certs` 等。有关更多功能新亮点,请阅读本期月报。 | ||
| <!--truncate--> | ||
| ## 导语 | ||
|
|
||
| Apache APISIX 项目始终秉承着开源社区协作的精神,自问世起便崭露头角,如今已经成为全球最活跃的开源 API 网关项目之一。正如谚语所言,“众人拾柴火焰高”,这一辉煌成就,得益于整个社区伙伴的协同努力。 | ||
|
|
||
| 从 2024.12.01 至 2024.12.31,有 11 名开发者提交了 27 个 commits,为 Apache APISIX 做出了重要贡献。感谢这些伙伴们对 Apache APISIX 的无私支持!正是因为你们的付出,才能让 Apache APISIX 项目不断改进、提升和壮大。 | ||
|
|
||
| ## 贡献者统计 | ||
|
|
||
|  | ||
|
|
||
|  | ||
|
|
||
| ## 近期亮点功能 | ||
|
|
||
| 1. [支持 `limit-count` 插件使用 `metadata` 配置速率限制响应头](https://github.com/apache/apisix/pull/11831) (贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek)) | ||
|
|
||
| 此 PR 允许用户使用插件元数据来配置速率限制响应头的名称。 | ||
|
|
||
| 2. [新增插件 `workflow.lua` 修改逻辑](https://github.com/apache/apisix/pull/11832) (贡献者:[Revolyssup](https://github.com/Revolyssup)) | ||
|
|
||
| 当前逻辑要求在向工作流插件中添加任何新插件时,必须更改在 `workflow.lua` 中定义的 `supported_actions` 表。通过此更改,表中的注册工作将通过实现 `workflow_handler()` 函数转移到新添加的插件。 | ||
|
|
||
| 3. [支持将 `system` 设置为值并引用 `ca_certs`](https://github.com/apache/apisix/pull/11809) (贡献者:[Revolyssup](https://github.com/Revolyssup)) | ||
|
|
||
| 通过此功能,用户可以将系统设置为值,以便在使用系统定义的 CA 证书时使用 `ca_certs`。 | ||
|
|
||
| 4. [插件 workflow 中的 `case` 设为非必填字段](https://github.com/apache/apisix/pull/11787) (贡献者:[Revolyssup](https://github.com/Revolyssup)) | ||
Yilialinn marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 此更改将 `case` 设置为非必填字段,缺少 `case` 将被视为默认匹配。 | ||
|
|
||
| Apache APISIX 的项目[官网](https://apisix.apache.org/zh/)和 Github 上的 [Issues](https://github.com/apache/apisix/issues) 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 Issues 中搜索,也可以参与 Issues 上的讨论,提出自己的想法和实践经验。 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.