Skip to content

Commit fe055a6

Browse files
authored
feat: release 0.1.0 (#44)
1 parent c1e74c2 commit fe055a6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Changelog
3+
---
4+
5+
## Table of Contents
6+
7+
- [0.1.0](#010)
8+
9+
## 0.1.0
10+
11+
### Core
12+
13+
- Support both `Kong Deck` and `Kong Config` to export data [#28](https://github.com/api7/kong-to-apisix/pull/28) [#30](https://github.com/api7/kong-to-apisix/pull/30) [#31](https://github.com/api7/kong-to-apisix/pull/31) [#32](https://github.com/api7/kong-to-apisix/pull/32) [#33](https://github.com/api7/kong-to-apisix/pull/33)
14+
- Support conversion of `kong service` basic data to `APISIX service` data (including: ID, name, retry, protocol, timeout, path, port, host (default upstream)) [#28](https://github.com/api7/kong-to-apisix/pull/28)
15+
- Support conversion of `kong route` basic data to `APISIX route` data (including: ID, name, methods, hosts, paths(Path handling algorithms), regex_priority) [#30](https://github.com/api7/kong-to-apisix/pull/30)
16+
- Support conversion of `kong upstream` basic data to `APISIX upstream` data (including: ID, name, algorithm, upstream.target.target, upstream.target.weight) [#33](https://github.com/api7/kong-to-apisix/pull/33)
17+
- Support conversion of `kong consumer` basic data to `APISIX consumer` data (including: ID, username, custom_id, plugins.keyauth_credentials, plugins.basicauth_credentials, plugins.hmacauth_credentials, plugins.jwt_secrets) [#32](https://github.com/api7/kong-to-apisix/pull/32)
18+
- Support conversion of `kong plugin basic` data to `APISIX plugin` data (including: key-auth, rate-limiting, proxy-cache) [#32](https://github.com/api7/kong-to-apisix/pull/32)
19+
- Support conversion of `kong global_plugin` basic data to `APISIX global rule` data (including: key-auth, rate-limiting, proxy-cache) [#31](https://github.com/api7/kong-to-apisix/pull/31)
20+
21+
### Test
22+
- Improve `kong deck` and `kong config` test framework [#37](https://github.com/api7/kong-to-apisix/pull/37)
23+
- Supplement `e2e` and `unit` test case coverage [#37](https://github.com/api7/kong-to-apisix/pull/37) [#38](https://github.com/api7/kong-to-apisix/pull/38) [#39](https://github.com/api7/kong-to-apisix/pull/39) [#40](https://github.com/api7/kong-to-apisix/pull/40)

0 commit comments

Comments
 (0)