Skip to main content

社区双周报|2.1-2.14 功能亮点更新进行中

· 阅读需约 5 分钟

从 2.1 到 2.14, 有 25 位开发者为 Apache APISIX 提交了 55 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!

导语

Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。

“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。

我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!

贡献者统计

本周贡献者名单
Click to Preview

本周新晋贡献者
Click to Preview

Good first issue

Issue #6197

链接: https://github.com/apache/apisix/issues/6197

问题描述:目前,limit-count 插件只设置了一种流量限制模式:秒或分钟。但是,该插件不支持同时设置秒和分钟,因为用户后面设置的内容会覆盖前面设置的内容,是否有办法可以解决这个问题?

Issue #6265

链接: https://github.com/apache/apisix/issues/6265

问题描述t/core/utils.t 中的测试案例目前有一些代码错误,比如:

         content_by_lua_block {
local core = require("apisix.core")
local resolvers = {"8.8.8.8"}
core.utils.set_resolver(resolvers)
local ip_info, err = core.utils.dns_parse("github.com")
if not ip_info then
core.log.error("failed to parse domain: ", host, ", error: ",err)
end
ngx.say(require("toolkit.json").encode(ip_info))
}

在这里执行代码时,变量 host 是一个 nil(可能永远不会触发)。

近期功能特性亮点

Apache APISIX 的项目官网和 Github 上的 issue 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 issue 中搜索,也可以参与 issue 上的讨论,提出自己的想法和实践经验。

近期博文推荐