-
Notifications
You must be signed in to change notification settings - Fork 534
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
[Proposal]: Version management of route #823
Comments
Why empty? |
For draft proposal, please add some attractive notes, such as in title [DRAFT] |
In order to manage api more finely, I propose to add api version management feature. front-end
back-end
{
...,
...,
version: {
enable: true,
location:'header' | 'url' | 'first part of path',
strip_versio?n: false,
name:'string',
default: 'string',
version_list:[{
value:'v1',
override target host:'string',
expires: timestamp
},{}]
}
} apisixneed to discuss. |
In the first version, I think it is enough to control the API version by only supporting the header. I was confused with |
2. |
I will take this proposal. |
Please answer these questions before submitting your issue.
Question
Bug
Which version of Apache APISIX Dashboard, OS, and Browser?
What happened?
If possible, provide a way to reproduce the error.
Requirements or improvement
Need more time to think.
The text was updated successfully, but these errors were encountered: