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

Expose max API version #222

Closed
lucacome opened this issue Feb 8, 2024 · 2 comments · Fixed by #337
Closed

Expose max API version #222

lucacome opened this issue Feb 8, 2024 · 2 comments · Fixed by #337
Labels
backlog Pull requests/issues that are backlog items help wanted Issues identified as good community contribution opportunities refined Issues that are ready to be prioritized
Milestone

Comments

@lucacome
Copy link
Member

lucacome commented Feb 8, 2024

I want to be able to programmatically get the latest API version that the client can use.

For example, if I use NGINX Plus R29 that supports up to version 8 of the API, I want this function to return 8 even if the client supports up to version 9.

If hypothetically R32 comes out with a new version 10 and the client is not yet updated to support it, this function should return 9.

@lucacome lucacome added this to the v1.3.0 milestone Feb 8, 2024
@lucacome lucacome added the help wanted Issues identified as good community contribution opportunities label Feb 8, 2024

This comment was marked as outdated.

@github-actions github-actions bot added the stale Pull requests/issues with no activity label Apr 8, 2024

This comment was marked as outdated.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
@lucacome lucacome removed the stale Pull requests/issues with no activity label Jun 20, 2024
@lucacome lucacome reopened this Jun 20, 2024
@lucacome lucacome added the backlog Pull requests/issues that are backlog items label Jun 20, 2024
@mpstefan mpstefan added the refined Issues that are ready to be prioritized label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Pull requests/issues that are backlog items help wanted Issues identified as good community contribution opportunities refined Issues that are ready to be prioritized
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants