-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kong 0.10 API format changes #63
Comments
Is the API schema change going to be a PC break? |
Hmm.., the release doc actually says that it is not going to support the old format. So not sure can we maintain backwards compatibility or not. |
From the looks of things yes there's little in the way of compatibility. There could be some ways to maintain some basic compatibility in kongfig. For example if |
Hello, any news about adding support for KONG v0.10? |
A proposed fix for this: #64 |
I think we need to support applying pre 10 kongfig files to kong 10. #64 deals with the dumping so I'll try to fix the |
I thought worth creating a placeholder for the Kong 0.10 API format changes. Release notes are on https://github.com/Mashape/kong/releases but there are also a few changes to the API not explicitly listed.
So far I found the
apis
endpoint changes:request_host
->hosts
request_path
->uris
strip_request_path
->strip_uri
retries
,upstream_connect_timeout
,upstream_read_timeout
andupstream_send_timeout
0.9.9
0.10 RC4
The text was updated successfully, but these errors were encountered: