Skip to content

Commit bc70053

Browse files
author
eoLinker API Management
committed
V2.1.0
1 parent 8ffd56e commit bc70053

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+4907
-198
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,19 @@ GoKu API Gateway CE,支持OpenAPI与微服务管理,支持私有云部署,
2424

2525
7. **数据整形**:支持参数的转换与绑定,支持formdata、raw数据。
2626

27-
8. **配置文件**支持配置文件修改网关配置
27+
8. **配置网关**支持 **UI界面****配置文件** 修改网关配置
2828

29-
9. **快速部署**支持手动部署与Docker部署
29+
9. **快速部署**仅需要一个go环境即可安装运行
3030

3131
## Roadmap
3232

33-
1. **UI界面**支持通过UI界面修改网关配置
33+
1. **支持Restful**支持rest路由
3434

3535
2. **兼容eoLinker-AMS**:可与国内最大的接口管理平台打通。
3636

37-
3. **支持Restful**支持rest路由
37+
3. **告警设置**当系统达到预设告警条件时,邮件通知运维人员
3838

39-
4. **告警设置**:当系统达到预设告警条件时,邮件通知运维人员。
40-
41-
5. **超时设置**:配置访问超时时间,网关控制超时后立即返回,防止系统雪崩。
39+
4. **超时设置**:配置访问超时时间,网关控制超时后立即返回,防止系统雪崩。
4240

4341
**……**
4442

@@ -71,6 +69,14 @@ GoKu API Gateway CE,支持OpenAPI与微服务管理,支持私有云部署,
7169

7270
## 更新日志
7371

72+
#### V2.1.0(2018/5/21)
73+
新增:
74+
75+
1. 支持UI管理界面;
76+
2. UI新增网关监控信息;
77+
3. UI支持对网关进行开启、重载、重启和关闭操作;
78+
4. 接口分组,即配置文件的api_group.conf新增字段"cancel_default_group",非必填,默认为false。
79+
7480
#### V2.0.3(2018/5/14)
7581
新增:
7682

File renamed without changes.
File renamed without changes.
File renamed without changes.

realese/goku_ce_2.1.0.zip

5.19 MB
Binary file not shown.

source_code/config/gateway/test/api.conf

Lines changed: 0 additions & 22 deletions
This file was deleted.

source_code/config/gateway/test/api_group.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

source_code/config/gateway/test/backend.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

source_code/config/gateway/test/gateway.conf

Lines changed: 0 additions & 14 deletions
This file was deleted.

source_code/config/gateway/test/strategy.conf

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)