-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1e74c2
commit fe055a6
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Changelog | ||
--- | ||
|
||
## Table of Contents | ||
|
||
- [0.1.0](#010) | ||
|
||
## 0.1.0 | ||
|
||
### Core | ||
|
||
- 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) | ||
- 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) | ||
- 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) | ||
- 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) | ||
- 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) | ||
- 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) | ||
- 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) | ||
|
||
### Test | ||
- Improve `kong deck` and `kong config` test framework [#37](https://github.com/api7/kong-to-apisix/pull/37) | ||
- 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) |