Skip to content
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

feat: drop compatibility with Kong 1.x #875

Merged
merged 1 commit into from
Sep 29, 2020
Merged

Conversation

hbagdi
Copy link
Member

@hbagdi hbagdi commented Sep 25, 2020

This commit removes workarounds in the code to keep supporting Kong 1.x
series.
The controller is now compatible with Kong 2.x only.

Fix #701

This commit removes workarounds in the code to keep supporting Kong 1.x
series.
The controller is now compatible with Kong 2.x only.
Copy link
Contributor

@rainest rainest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll probably need to add something like this back in for some future version, but as-is we don't have much in the way of a robust Kong API version backwards-compatibility system, so while part of my brain says "no, don't strip this out entirely!", the majority of it says "there's nothing we can reasonably leave in--anything we did would just be a stub that'll just make it harder to add a better system in the future".

:shipit:

@mflendrich mflendrich merged commit cc5424e into next Sep 29, 2020
@mflendrich mflendrich deleted the feat/drop-compat-kong-1.x branch September 29, 2020 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants