kayx23 commented on code in PR #1838:
URL: https://github.com/apache/apisix-website/pull/1838#discussion_r1899892960


##########
blog/en/blog/2024/12/31/monthly-report.md:
##########
@@ -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
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2024/12/31/npwFTjZH_dec-monthly-report-en.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2024/12/31/LWGfMhY3_dec-new-contributors.jpg)
+
+## Recent Feature Highlights
+
+1. [Make Rate-Limit 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-limit response headers 
using `plugin-metadata` when using the `limit-count` plugin.

Review Comment:
   ditto



##########
blog/en/blog/2024/12/31/monthly-report.md:
##########
@@ -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
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2024/12/31/npwFTjZH_dec-monthly-report-en.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2024/12/31/LWGfMhY3_dec-new-contributors.jpg)
+
+## Recent Feature Highlights
+
+1. [Make Rate-Limit 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-limit 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()`.
+
+3. [Add Support for `system` 
`ssl_trusted_certificate`](https://github.com/apache/apisix/pull/11809) 
(Contributor: [Revolyssup](https://github.com/Revolyssup))
+
+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`.
+
+4. [Allow Workflow Configuration without 
`case`](https://github.com/apache/apisix/pull/11787) (Contributor: 
[Revolyssup](https://github.com/Revolyssup))

Review Comment:
   ditto, `workflow`?



##########
blog/en/blog/2024/12/31/monthly-report.md:
##########
@@ -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
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2024/12/31/npwFTjZH_dec-monthly-report-en.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2024/12/31/LWGfMhY3_dec-new-contributors.jpg)
+
+## Recent Feature Highlights
+
+1. [Make Rate-Limit Response Headers Configurable in Limit-Count 
Plugin](https://github.com/apache/apisix/pull/11831) (Contributor: 
[shreemaan-abhishek](https://github.com/shreemaan-abhishek))

Review Comment:
   plugin name format?
   
   e.g. `limit-count`



##########
blog/en/blog/2024/12/31/monthly-report.md:
##########
@@ -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
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2024/12/31/npwFTjZH_dec-monthly-report-en.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2024/12/31/LWGfMhY3_dec-new-contributors.jpg)
+
+## Recent Feature Highlights
+
+1. [Make Rate-Limit 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-limit 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()`.

Review Comment:
   ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to