Supported OS information now available as JSON #9370
Replies: 3 comments 4 replies
-
The supported os versions tables are nice. Would it be possible to use ISO dates (yyyy-MM-dd) there too? |
Beta Was this translation helpful? Give feedback.
-
@richlander can you elaborate how this new file/format would be used in a program? Do you expect people to link directly to a github permalink to access these contents? I ask because it is a bit unexpected to fetch Json directly from Github instead of from some sort of API that provides that data. |
Beta Was this translation helpful? Give feedback.
-
Supported OS information is now available in JSON format. These new files are a complement to the existing .NET release information available in JSON format.
Supported OS information has been available for many years as markdown files. Markdown is a great presentation format, but not for programmability. We now offer both markdown and JSON. In fact, the markdown files are now generated from the JSON.
We took the opportunity to improve the markdown format as part of this project. The OSes are now grouped by OS families and everything (families, OSes, architectures) are all in alpha-order. We also added a more useful end-of-life table at the end of the document modeled on past practice.
Note: We are waiting on dotnet/core #9367 to merge. The files are also not yet published to the locations in that PR. Once that all happens, it will be straightforward to get access to these new JSON files.
We will no longer be accepting PRs on the markdown files, but will direct updates to the JSON files. Anyone is free to propose updates to the JSON files if they find them to be incorrect.
Both the JSON and markdown files were created with data available from endoflife.date. This site is a valuable resource. Thanks to the maintainers for making it available!
You may notice that some operating system lifecycle data is missing. You are encouraged to contribute to endoflife.date if you are passionate about accurate data.
Thanks to @Falco20019 for working on this project. His insight and development effort helped make this new resource better for everyone.
Beta Was this translation helpful? Give feedback.
All reactions