-
-
Notifications
You must be signed in to change notification settings - Fork 776
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
Feature: Supported boolean flag in API #2380
Comments
I think such a flag might make sense for actual versions (15.1, 14.5), but not for release cycles - this is what the badge API will do, and we can perhaps expand it from there. The long-planned However, given that most clients will need to do some more computation to check for support, this isn't necessarily a good idea. (postgres 10 is still supported under Ubuntu 18.04 for eg), so clients are expected to do more work. Could you provide some details as to why your client is so constrained? |
⚡
Great news 👏 Hmmm, here is the context : ✔️ We run psql on
☝️ The main concern for me would to not have to make additional compuatations : I guess 💭 Hopefully it did answer your questions @captn3m0 🤞 |
Most clients will anyway have to check:
If you want to rely on just the postgres versioning policy, then you should just match the version, and the eol date. |
Going to close this, will create a separate issue for listing supported versions in the API. |
Sure, thanks a lot 🙏 |
❔ About
Is your feature request related to a problem? Please describe.
Actually,
/api/postgresql.json
:does not give as much information as the official page, especially the
Supported
boolean
column :💡 The solution you'd like
I would like to get a ready to use
boolean
attribute that would tell me is the version is supported or not... I mean without any client side computation.Alternatives you've considered
The text was updated successfully, but these errors were encountered: