Skip to content

Commit ec77fb8

Browse files
authored
feat: release APISIX 3.7.0 (#10512)
1 parent 01eddb1 commit ec77fb8

File tree

9 files changed

+191
-5
lines changed

9 files changed

+191
-5
lines changed

.asf.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ github:
5353
dismiss_stale_reviews: true
5454
require_code_owner_reviews: true
5555
required_approving_review_count: 2
56+
release/3.7:
57+
required_pull_request_reviews:
58+
require_code_owner_reviews: true
59+
required_approving_review_count: 2
5660
release/3.6:
5761
required_pull_request_reviews:
5862
require_code_owner_reviews: true

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ title: Changelog
2323

2424
## Table of Contents
2525

26+
- [3.7.0](#370)
2627
- [3.6.0](#360)
2728
- [3.5.0](#350)
2829
- [3.4.0](#340)
@@ -73,6 +74,44 @@ title: Changelog
7374
- [0.7.0](#070)
7475
- [0.6.0](#060)
7576

77+
## 3.7.0
78+
79+
### Change
80+
81+
- :warning: Creating core resources does not allow passing in `create_time` and `update_time`: [#10232](https://github.com/apache/apisix/pull/10232)
82+
- :warning: Remove self-contained info fields `exptime` and `validity_start` and `validity_end` from ssl schema: [10323](https://github.com/apache/apisix/pull/10323)
83+
- :warning: Replace `route` with `apisix.route_name`, `service` with `apisix.service_name` in the attributes of opentelemetry plugin to follow the standards for span name and attributes: [#10393](https://github.com/apache/apisix/pull/10393)
84+
85+
### Core
86+
87+
- :sunrise: Added token to support access control for consul discovery: [#10278](https://github.com/apache/apisix/pull/10278)
88+
- :sunrise: Support configuring `service_id` in stream_route to reference service resources: [#10298](https://github.com/apache/apisix/pull/10298)
89+
- :sunrise: Using `apisix-runtime` as the apisix runtime:
90+
- [#10415](https://github.com/apache/apisix/pull/10415)
91+
- [#10427](https://github.com/apache/apisix/pull/10427)
92+
93+
### Plugins
94+
95+
- :sunrise: Add tests for authz-keycloak with apisix secrets: [#10353](https://github.com/apache/apisix/pull/10353)
96+
- :sunrise: Add authorization params to openid-connect plugin: [#10058](https://github.com/apache/apisix/pull/10058)
97+
- :sunrise: Support set variable in zipkin plugin: [#10361](https://github.com/apache/apisix/pull/10361)
98+
- :sunrise: Support Nacos ak/sk authentication: [#10445](https://github.com/apache/apisix/pull/10445)
99+
100+
### Bugfixes
101+
102+
- Fix: Use warn log for get healthcheck target status failure:
103+
- [#10156](https://github.com/apache/apisix/pull/10156)
104+
- Fix: Keep healthcheck target state when upstream changes:
105+
- [#10312](https://github.com/apache/apisix/pull/10312)
106+
- [#10307](https://github.com/apache/apisix/pull/10307)
107+
- Fix: Add name field in plugin_config schema for consistency: [#10315](https://github.com/apache/apisix/pull/10315)
108+
- Fix: Optimize tls in upstream_schema and wrong variable: [#10269](https://github.com/apache/apisix/pull/10269)
109+
- Fix(consul): Failed to exit normally: [#10342](https://github.com/apache/apisix/pull/10342)
110+
- Fix: The request header with `Content-Type: application/x-www-form-urlencoded;charset=utf-8` will cause vars condition `post_arg_xxx` matching to failed: [#10372](https://github.com/apache/apisix/pull/10372)
111+
- Fix: Make install failed on mac: [#10403](https://github.com/apache/apisix/pull/10403)
112+
- Fix(log-rotate): Log compression timeout caused data loss: [#8620](https://github.com/apache/apisix/pull/8620)
113+
- Fix(kafka-logger): Remove 0 from enum of required_acks: [#10469](https://github.com/apache/apisix/pull/10469)
114+
76115
## 3.6.0
77116

78117
### Change

apisix/core/version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
-- @module core.version
2121

2222
return {
23-
VERSION = "3.6.0"
23+
VERSION = "3.7.0"
2424
}

docs/en/latest/building-apisix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ curl https://raw.githubusercontent.com/apache/apisix/master/utils/install-depend
5454
Save the APISIX version to an environment variable to be used next:
5555

5656
```shell
57-
APISIX_VERSION='3.6.0'
57+
APISIX_VERSION='3.7.0'
5858
```
5959

6060
Clone the APISIX source code of this version into a new directory `apisix-APISIX_VERSION`:

docs/en/latest/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.6.0",
2+
"version": "3.7.0",
33
"sidebar": [
44
{
55
"type": "category",

docs/zh/latest/CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ title: CHANGELOG
2323

2424
## Table of Contents
2525

26+
- [3.7.0](#370)
2627
- [3.6.0](#360)
2728
- [3.5.0](#350)
2829
- [3.4.0](#340)
@@ -73,6 +74,44 @@ title: CHANGELOG
7374
- [0.7.0](#070)
7475
- [0.6.0](#060)
7576

77+
## 3.7.0
78+
79+
### Change
80+
81+
- :warning: 创建核心资源时不允许传入 `create_time``update_time`[#10232](https://github.com/apache/apisix/pull/10232)
82+
- :warning: 从 SSL schema 中移除自包含的信息字段 `exptime``validity_start``validity_end`[10323](https://github.com/apache/apisix/pull/10323)
83+
- :warning: 在 opentelemetry 插件的属性中,将 `route` 替换为 `apisix.route_name`,将 `service` 替换为 `apisix.service_name`,以遵循 span 名称和属性的标准:[#10393](https://github.com/apache/apisix/pull/10393)
84+
85+
### Core
86+
87+
- :sunrise: 添加令牌以支持 Consul 的访问控制:[#10278](https://github.com/apache/apisix/pull/10278)
88+
- :sunrise: 支持在 stream_route 中配置 `service_id` 引用 service 资源:[#10298](https://github.com/apache/apisix/pull/10298)
89+
- :sunrise: 使用 `apisix-runtime` 作为 apisix 运行时:
90+
- [#10415](https://github.com/apache/apisix/pull/10415)
91+
- [#10427](https://github.com/apache/apisix/pull/10427)
92+
93+
### Plugins
94+
95+
- :sunrise: 为 authz-keycloak 添加测试,使用 apisix secrets:[#10353](https://github.com/apache/apisix/pull/10353)
96+
- :sunrise: 向 openid-connect 插件添加授权参数:[#10058](https://github.com/apache/apisix/pull/10058)
97+
- :sunrise: 支持在 zipkin 插件中设置变量:[#10361](https://github.com/apache/apisix/pull/10361)
98+
- :sunrise: 支持 Nacos ak/sk 认证:[#10445](https://github.com/apache/apisix/pull/10445)
99+
100+
### Bugfixes
101+
102+
- 修复:获取健康检查目标状态失败时使用警告日志:
103+
- [#10156](https://github.com/apache/apisix/pull/10156)
104+
- 修复:更新上游时应保留健康检查的状态:
105+
- [#10312](https://github.com/apache/apisix/pull/10312)
106+
- [#10307](https://github.com/apache/apisix/pull/10307)
107+
- 修复:在插件配置模式中添加 name 字段以保持一致性:[#10315](https://github.com/apache/apisix/pull/10315)
108+
- 修复:优化 upstream_schema 中的 tls 定义和错误的变量:[#10269](https://github.com/apache/apisix/pull/10269)
109+
- 修复(consul):无法正常退出:[#10342](https://github.com/apache/apisix/pull/10342)
110+
- 修复:请求头 `Content-Type: application/x-www-form-urlencoded;charset=utf-8` 会导致 var 条件 `post_arg_xxx` 匹配失败:[#10372](https://github.com/apache/apisix/pull/10372)
111+
- 修复:在 Mac 上安装失败:[#10403](https://github.com/apache/apisix/pull/10403)
112+
- 修复(log-rotate):日志压缩超时导致数据丢失:[#8620](https://github.com/apache/apisix/pull/8620)
113+
- 修复(kafka-logger):从 required_acks 枚举值中移除 0:[#10469](https://github.com/apache/apisix/pull/10469)
114+
76115
## 3.6.0
77116

78117
### Change

docs/zh/latest/building-apisix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ curl https://raw.githubusercontent.com/apache/apisix/master/utils/install-depend
5353
然后,创建一个目录并设置环境变量 `APISIX_VERSION`
5454

5555
```shell
56-
APISIX_VERSION='3.6.0'
56+
APISIX_VERSION='3.7.0'
5757
mkdir apisix-${APISIX_VERSION}
5858
```
5959

docs/zh/latest/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.6.0",
2+
"version": "3.7.0",
33
"sidebar": [
44
{
55
"type": "category",

rockspec/apisix-3.7.0-0.rockspec

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
--
2+
-- Licensed to the Apache Software Foundation (ASF) under one or more
3+
-- contributor license agreements. See the NOTICE file distributed with
4+
-- this work for additional information regarding copyright ownership.
5+
-- The ASF licenses this file to You under the Apache License, Version 2.0
6+
-- (the "License"); you may not use this file except in compliance with
7+
-- the License. You may obtain a copy of the License at
8+
--
9+
-- http://www.apache.org/licenses/LICENSE-2.0
10+
--
11+
-- Unless required by applicable law or agreed to in writing, software
12+
-- distributed under the License is distributed on an "AS IS" BASIS,
13+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
-- See the License for the specific language governing permissions and
15+
-- limitations under the License.
16+
--
17+
18+
package = "apisix"
19+
version = "3.7.0-0"
20+
supported_platforms = {"linux", "macosx"}
21+
22+
source = {
23+
url = "git://github.com/apache/apisix",
24+
branch = "3.7.0",
25+
}
26+
27+
description = {
28+
summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
29+
homepage = "https://github.com/apache/apisix",
30+
license = "Apache License 2.0",
31+
}
32+
33+
dependencies = {
34+
"lua-resty-ctxdump = 0.1-0",
35+
"api7-lua-resty-dns-client = 7.0.1",
36+
"lua-resty-template = 2.0",
37+
"lua-resty-etcd = 1.10.5",
38+
"api7-lua-resty-http = 0.2.2-0",
39+
"lua-resty-balancer = 0.04",
40+
"lua-resty-ngxvar = 0.5.2",
41+
"lua-resty-jit-uuid = 0.0.7",
42+
"lua-resty-worker-events = 1.0.0",
43+
"lua-resty-healthcheck-api7 = 3.2.0",
44+
"api7-lua-resty-jwt = 0.2.5",
45+
"lua-resty-hmac-ffi = 0.06-1",
46+
"lua-resty-cookie = 0.2.0-1",
47+
"lua-resty-session = 3.10",
48+
"opentracing-openresty = 0.1",
49+
"lua-resty-radixtree = 2.8.2",
50+
"lua-protobuf = 0.5.0-1",
51+
"lua-resty-openidc = 1.7.6-3",
52+
"luafilesystem = 1.7.0-2",
53+
"api7-lua-tinyyaml = 0.4.4",
54+
"nginx-lua-prometheus = 0.20230607-1",
55+
"jsonschema = 0.9.8",
56+
"lua-resty-ipmatcher = 0.6.1",
57+
"lua-resty-kafka = 0.22-0",
58+
"lua-resty-logger-socket = 2.0.1-0",
59+
"skywalking-nginx-lua = 0.6.0",
60+
"base64 = 1.5-2",
61+
"binaryheap = 0.4",
62+
"api7-dkjson = 0.1.1",
63+
"resty-redis-cluster = 1.05-1",
64+
"lua-resty-expr = 1.3.2",
65+
"graphql = 0.0.2",
66+
"argparse = 0.7.1-1",
67+
"luasocket = 3.1.0-1",
68+
"luasec = 0.9-1",
69+
"lua-resty-consul = 0.3-2",
70+
"penlight = 1.13.1",
71+
"ext-plugin-proto = 0.6.1",
72+
"casbin = 1.41.8-1",
73+
"inspect == 3.1.1",
74+
"lualdap = 1.2.6-1",
75+
"lua-resty-rocketmq = 0.3.0-0",
76+
"opentelemetry-lua = 0.2-3",
77+
"net-url = 0.9-1",
78+
"xml2lua = 1.5-2",
79+
"nanoid = 0.1-1",
80+
"lua-resty-mediador = 0.1.2-1",
81+
"lua-resty-ldap = 0.1.0-0",
82+
"lua-resty-t1k = 1.1.0"
83+
}
84+
85+
build = {
86+
type = "make",
87+
build_variables = {
88+
CFLAGS="$(CFLAGS)",
89+
LIBFLAG="$(LIBFLAG)",
90+
LUA_LIBDIR="$(LUA_LIBDIR)",
91+
LUA_BINDIR="$(LUA_BINDIR)",
92+
LUA_INCDIR="$(LUA_INCDIR)",
93+
LUA="$(LUA)",
94+
OPENSSL_INCDIR="$(OPENSSL_INCDIR)",
95+
OPENSSL_LIBDIR="$(OPENSSL_LIBDIR)",
96+
},
97+
install_variables = {
98+
ENV_INST_PREFIX="$(PREFIX)",
99+
ENV_INST_BINDIR="$(BINDIR)",
100+
ENV_INST_LIBDIR="$(LIBDIR)",
101+
ENV_INST_LUADIR="$(LUADIR)",
102+
ENV_INST_CONFDIR="$(CONFDIR)",
103+
},
104+
}

0 commit comments

Comments
 (0)