Обсуждение: Support for listing the beta versions
Hello,
Sometime ago I find out about this beautiful URL https://www.postgresql.org/versions.json which turns out to be really useful to get the latest available versions of PostgreSQL for automation process(building and testing mostly) but I sadly find out that the beta versions aren't listed.
To show first how we use it first we parse and transform the content[1] into a compatible format that is useful for us (HCL), this is then updated[2] to make the build process easy and transparent for testing[3] in other projects.
Does the site provide a way to get the active beta versions or is there a plan to publish those active beta versions?
I know that most people will ask themself "why is this useful?" but testing beta versions is really useful to detect bugs and also, having that automated it's something really useful so people can focus on the bugs not on remembering to update some configuration file.
Regards!
Hello,
To complement my previous email, since people may be using the file in different ways, and probably will affect to add a new version
I propose to add an argument "beta=true" to the URL, which by default will be false, keeping the same behavior, but if is added, will also
list the beta versions on the json file, allowing backward compatibility and an easy way to include the beta versions without adding a
new file or entry in the json file.
Regards!