You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sy...@apache.org on 2022/08/12 02:36:26 UTC

[apisix-website] branch master updated: docs: add weekly report 0716-0731 (#1278)

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

sylviasu 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 6491f257ca7 docs: add weekly report 0716-0731 (#1278)
6491f257ca7 is described below

commit 6491f257ca792f190e2b5ba3e96bed97f2b17c8f
Author: TvT <li...@gmail.com>
AuthorDate: Fri Aug 12 10:36:22 2022 +0800

    docs: add weekly report 0716-0731 (#1278)
    
    * docs: add weekly report 0716-0731
---
 blog/en/blog/2022/08/09/weekly-report-0731.md | 67 ++++++++++++++++++++++++++
 blog/zh/blog/2022/08/09/weekly-report-0731.md | 69 +++++++++++++++++++++++++++
 website/static/data/events.json               |  4 ++
 3 files changed, 140 insertions(+)

diff --git a/blog/en/blog/2022/08/09/weekly-report-0731.md b/blog/en/blog/2022/08/09/weekly-report-0731.md
new file mode 100644
index 00000000000..deca20ba2ee
--- /dev/null
+++ b/blog/en/blog/2022/08/09/weekly-report-0731.md
@@ -0,0 +1,67 @@
+---
+title: Biweekly Report (Jul 16 - Jul 31)
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The cloud native API gateway Apache APISIX has added functions such as supporting custom plugin priorities and checking plugin_metadata in configuration files in the past two weeks.
+tags: [Community]
+image: https://static.apiseven.com/2022/weeklyreport/0809/biweekly-2022.7.16-2022.7.31-en.png
+---
+
+> From Jul 16th to Jul 31th, 28 contributors submitted 93 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners.
+
+"If you want to go fast, go alone. If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/2022/weeklyreport/0809/4.png)
+
+![New Contributors](https://static.apiseven.com/2022/weeklyreport/0809/3.png)
+
+## Good first issue
+
+### Issue #7538
+
+**Link**: https://github.com/apache/apisix/issues/7538
+
+**Description**: We currently hardcore the APISIX version in the blog or doc, which has misled some newcomers when they read an old blog version. This also makes updating the latest APISIX version in the doc harder, because we need to change several places.
+
+Let's add a static file containing the version numbers, and provide a simple one-liner command to get the version number in the doc. The one-liner should be very simple so that we can copy & paste it everywhere.
+
+## Highlights of Recent Features
+
+- [Create use_real_request_uri_unsafe option in `proxy-rewrite` plugin](https://github.com/apache/apisix/pull/7401)(Contributor: [ilteriseroglu-ty](https://github.com/ilteriseroglu-ty))
+
+- [Add ngx.shared.DICT status in `prometheus` plugin](https://github.com/apache/apisix/pull/7412)(Contributor: [ccxhwmy](https://github.com/ccxhwmy))
+
+- [Supports dynamic control of whether plugins are running](https://github.com/apache/apisix/pull/7453)(Contributor: [soulbird](https://github.com/soulbird))
+
+- [Support setting clock skew for verifying in `jwt-auth` plugin](https://github.com/apache/apisix/pull/7500)(Contributor: [tzssangglass](https://github.com/tzssangglass))
+
+- [Add plugin_metadata into control API](https://github.com/apache/apisix/pull/7514)(Contributor: [kingluo](https://github.com/kingluo))
+
+- [Support multi clickhouse endpoints in `clickhouse-logger` plugin](https://github.com/apache/apisix/pull/7517)(Contributor: [zhendongcmss](https://github.com/zhendongcmss))
+
+## Recent Blog Recommendations
+
+- [Release Apache APISIX Ingress v1.5-rc1](https://apisix.apache.org/blog/2022/08/05/apisix-ingress-1.5rc1-release/)
+
+    Apache APISIX Ingress Controller v1.5-rc1 is officially released. Bring API Version upgrades, Gateway API support, and updates to Ingress resources.
+
+- [Release Apache APISIX 2.15](https://apisix.apache.org/blog/2022/07/29/release-apache-apisix-2.15/)
+
+    Apache APISIX 2.15 is officially released! You can customize plugin priority and whether the plugin is executed, custom error response, and indicators to support the monitoring of four layers of traffic.
+
+- [Why do you need Apache APISIX when you have NGINX and Kong?](https://apisix.apache.org/blog/2022/07/30/why-we-need-apache-apisix/)
+
+    This article describes the history of the open source API Gateway Apache APISIX architecture's evolution and compares the advantages of the two frameworks, Apache APISIX and NGINX.
diff --git a/blog/zh/blog/2022/08/09/weekly-report-0731.md b/blog/zh/blog/2022/08/09/weekly-report-0731.md
new file mode 100644
index 00000000000..dc50dcc7ae9
--- /dev/null
+++ b/blog/zh/blog/2022/08/09/weekly-report-0731.md
@@ -0,0 +1,69 @@
+---
+title: "社区双周报 (7.16 - 7.31)"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: 云原生 API 网关 Apache APISIX 近两周新增了 openid-connect 插件中支持 PKCE、Ingress 资源可以直接使用 APISIX 的插件等功能。
+tags: [Community]
+image: https://static.apiseven.com/2022/weeklyreport/0809/biweekly-2022.7.16-2022.7.31-zh.png
+---
+
+> 从 7.16 - 7.31,有 28 位开发者为 Apache APISIX 提交了 93 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/2022/weeklyreport/0809/1.png)
+
+![本周新晋贡献者](https://static.apiseven.com/2022/weeklyreport/0809/2.png)
+
+## Good first issue
+
+### Issue #7538
+
+**链接**:https://github.com/apache/apisix/issues/7538
+
+**问题描述**:在目前的官网博客及文档中硬性规定了 APISIX 的版本,导致一些新来的小伙伴在阅读旧版本的博客时产生了误解。这也使得更新文档中最新的 APISIX 版本变得更加困难,因为我们需要同时修改好几个地方。
+
+或许可以添加一个包含版本号的静态文件,并提供一个简单的单行命令来获取文档中的版本号。
+
+## 近期功能特性亮点
+
+- [`proxy-rewrite` 插件支持使用原始请求的 URI,绕过默认的 URI 编码](https://github.com/apache/apisix/pull/7401)(贡献者:[ilteriseroglu-ty](https://github.com/ilteriseroglu-ty))
+
+- [`prometheus` 插件支持监控共享内存相关指标](https://github.com/apache/apisix/pull/7412)(贡献者:[ccxhwmy](https://github.com/ccxhwmy))
+
+- [支持动态控制是否执行某个插件](https://github.com/apache/apisix/pull/7453)(贡献者:[soulbird](https://github.com/soulbird))
+
+- [`jwt-auth` 支持设置时钟漂移参数](https://github.com/apache/apisix/pull/7500)(贡献者:[tzssangglass](https://github.com/tzssangglass))
+
+- [Control API 支持打印所有插件的元数据](https://github.com/apache/apisix/pull/7514)(贡献者:[kingluo](https://github.com/kingluo))
+
+- [`clickhouse-logger` 插件支持设置多个端点](https://github.com/apache/apisix/pull/7517)(贡献者:[zhendongcmss](https://github.com/zhendongcmss))
+
+Apache APISIX 的项目官网和 Github 上的 issue 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 issue 中搜索,也可以参与 issue 上的讨论,提出自己的想法和实践经验。
+
+## 近期博文推荐
+
+- [Apache APISIX Ingress v1.5-rc1 正式发布](https://apisix.apache.org/zh/blog/2022/08/05/apisix-ingress-1.5rc1-release/)
+
+    历时 7 个月,Apache APISIX Ingress Controller v1.5-rc1 版本正式发布。带来 API Version 升级、Gateway API 支持以及 Ingress 相关资源的更新与调整。
+
+- [Apache APISIX 2.15 正式发布](https://apisix.apache.org/zh/blog/2022/07/29/release-apache-apisix-2.15/)
+
+    Apache APISIX 2.15 版本正式发布!用户可以自定义插件优先级和执行策略、自定义错误响应以及支持监控四层流量的指标等功能。
+
+- [有了 NGINX 和 Kong,为什么还需要 Apache APISIX?](https://apisix.apache.org/zh/blog/2022/07/30/why-we-need-apache-apisix/)
+
+    本文介绍了 Kong 和 NGINX 的痛点,以及 Apache APISIX 如何解决它们的痛点,并且为你介绍了 Apache APISIX 的应用场景。
diff --git a/website/static/data/events.json b/website/static/data/events.json
index 7e84a609b76..cf5d0e852a4 100644
--- a/website/static/data/events.json
+++ b/website/static/data/events.json
@@ -1,5 +1,9 @@
 [   
   {
+    "title": "Biweekly Report (Jul 16 - Jul 31)",
+    "fileName": "2022-08-09-weekly-report-0731"
+    },
+    {
     "title": "Biweekly Report (Jul 1 - Jul 15)",
     "fileName": "2022-07-21-weekly-report-0715"
     },