Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Add kong v0.11 compatiblity #102

Closed
wants to merge 2 commits into from
Closed

Conversation

php-cpm
Copy link

@php-cpm php-cpm commented Sep 21, 2017

as the README wroten,we shall support the v0.11 version of kong

@pantsel
Copy link
Owner

pantsel commented Sep 21, 2017

Hi @php-cpm , Konga is already compatible with kong 0.11.x since v0.8.3 without the need of those addittions because the only thing that changes is the default value of http_if_terminated.

This is handled in code.
Check assets/js/app/apis/apis-service.js:53.

// Kong 0.11.x fix
if(Semver.cmp(version,"0.11.0") >= 0 && props.http_if_terminated !== undefined){
   props.http_if_terminated = false;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants